大家好,
我是超级新手,
目前是跟着datacamp里面的课程code做练习,
https://www.datacamp.com/community/tutorials/converting-strings-datetime-o
bjects
我run了一条code
# Set index
eth.set_index('date', inplace=True)
print(eth.head(5))
出现以下错误讯息,
不知道有没有大大愿意指点小的应该如何修改?
感谢大德~
Traceback (most recent call last):
File "<stdin>", line 17, in <module>
eth.set_index('date', inplace=True)
NameError: name 'eth' is not defined