Reputation: 55
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
Reputation: 539
Try typing import pandas
in the interactive python prompt. If you get no errors, it installed successfully.
Upvotes: 1