In Windows10, I have Anaconda3 5.0.1 installed. This package does not seem to include pandas-datareader . I have verified, running the same script in Linux with the same version of Anaconda3 and installing this package, that the script works correctly. I have searched the internet and I do not know how to install this package in Windows10.
I have tried opening the command prompt and typing: conda install pandas-datareader I get the error: "" conda "is not recognized as an internal or external command, program or batch file executable ". I have performed the same test but within the Anaconda3 directory. The result has been the same