I am running Python on a Windows machine at the following path:
C:\\WinPython-64bit-3.4.4.1
I am trying to upgrade to the latest version of
try
pip3 install --upgrade pandas
Add your C:\WinPython-64bit-3.4.4.1\python_***\Scripts folder to your system PATH variable by doing the following:
Click Environment Variables. ...
In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. ...
Simple Solution, just type the below:
conda update pandas
Type this in your preferred shell (on Windows, use Anaconda Prompt as administrator).
According to an article on Medium, this will work:
install --upgrade pandas==1.0.0rc0