# [파이썬] Numpy와 Pandas 구글 검색 지수 추이 비교 - 시각화 # 구글트렌드의 검색지수 데이터를 다운로드한 후 import gt01 = pd.read_csv(dataPath + 'numpy_pandas_gt_20190808.csv') gt01.head() #------- # 추이를 비교해서 살펴볼 수 있도록 재집계하여 시각화 import matplotlib.style as style style.use('fivethirtyeight') # 년-..