I am using the Jupyter notebook with Python 3 selected. On the first line of a cell I am entering:
import pandas as pd
The error I get from
( NOTE: Remember what you have selected python 2 or python 3).
!pip install pandas
or if you have user permission error type
!pip install pandas --user
!pip3 install pandas
or if you have user permission error type
!pip3 install pandas --user