I am using Python on a Windows computer in the following way:
C:\WinPython-64bit-3.4.4.1
I am trying to upgrade to the latest version of pandas (currently running '0.17.1'), but I am having problems.
I looked at previous posts and tried on the command line using:
c:/>pip install --upgrade pandas
but just got it 'pip is not recognised as an internal or external command, operable program or batch file'.
source
share