I installed anaconda in my windows 10 (Lenovo t410) and when I use Jupyter Notebook with the following code I always receive the same error
`
ModuleNotFoundError Traceback (most recent call last)
----> 1 import pandas.io.data as web
ModuleNotFoundError: No module named 'pandas.io.data'
What's the problem here???
Pandas deprecated it long back:
Most helpful comment
Pandas deprecated it long back:
