0

enter image description hereenter image description hereI would like to upgrade my pandas from 0.19.2 to 0.121 on a Macbook.

I have tried with pip3 install --upgrade pandas and this does not work.

I also do not know what a bash shell is so please frame your answer as simply as possible. Thank you in advance!

Leena
  • 21
  • 1
  • 4

2 Answers2

1

Was just having the same issue. You were close in your attempts, either had the commands out of order or had some other syntax errors. The following worked for me on my Mac:

pip3 install pandas --upgrade
koolahman
  • 405
  • 3
  • 12
0

Solved it by upgrading through Canopy>Package Manager>upgrade pandas. Thanks for the help.

Leena
  • 21
  • 1
  • 4