혹시 end pt(으)로 찾으셨나요?
블로그
- pandas_파이콘 import pandas as pd ebola = pd.read_csv('. print(ebola.iloc[:5, :5]) print(ebola.iloc[-5:, :5]) head_range = pd.date_range(start='2014-12-31' , end
- 파이썬으로 2가지 종목 주가 차트 비교하기 as plt import datetime start = datetime.datetime(2010, 7, 26) end = datetime.datetime(2017, 7, 26) lg = web.DataReader('066570', 'google', start, end) samsung = web.DataReader('005930', 'google', start,