가져 오기 : 나는 구현할 수 있도록나는이 튜토리얼과 함께 다음입니다 pandas.io.data
import pandas.io.data as web
: https://pythonprogramming.net/data-analysis-python-pandas-tutorial-introduction/
그는 다음 import 제안 그러나
df = web.DataReader("XOM", "yahoo", start, end)
을, 이것은 Python 2.7 용이며 Python3을 사용하고 있습니다. 나는이 질문을 봤는데 몇 가지 결과를 발견했지만 작동하지 않을 수 있습니다. 누구든지 나를 도울 수 있습니까?