• Programming,  Python

    [Python] Google Search Trend

    Python에선 구글의 검색 트렌드를 분석할 수 있도록 pytrends라는 라이브러리를 제공한다. 시간순 선그래프 10.1 Practical use_1 – Jupyter Notebook build_payload(kw_list=[keyword], timeframe=[period])과 trend_df = trend_obj.interest_over_time()를 통해 우리가 원하는 data를 data frame 형태로 받아 올 수…