Setup:
If you are using anaconda, the pandas
package is most likely already installed. If you don't already have it you can install it with one of the following options:
- Search for
pandas
in anaconda navigator
- Run
conda install pandas
from a terminal
- Run
!pip install pandas
from a notebook cell.
If you don't have it installed and you can't get any of the above to work, please post to the teams channel or email me directly.