Issue with importing datareader

Standard data reader command gives an error. Tried pip install before as well but didnt help

Hello @Kunal_Kadian,

Thanks for the report, it seems that we have outdated version of pandas-datareader in our default environment. We will update it shortly

At the time you can update it manually for your notebooks using Environment tab or by simply running !pip install pandas-datareader --upgrade

We have updated the default environment, pandas_datareader was updated to v.0.10.0 and works fine now.

Please let us know if you notice any other issues with the libraries. Thank you!