HenrySeagroatt
HenrySeagroatt

Reputation: 55

Have I installed pandas for python or not (Mac)

Im having problems installing modules to python, I don't really understand anything. pip3 came preinstalled to python 3.7, so I used this to try and install pandas, this is what terminal said. Have I installed pandas or not?

Update: Nope nothing is installed

Upvotes: 0

Views: 164

Answers (1)

Ryan Hosford
Ryan Hosford

Reputation: 539

Try typing import pandas in the interactive python prompt. If you get no errors, it installed successfully.

Upvotes: 1

Related Questions