Lab 2: Learning Pandas
In this lab you will learn the about Pandas, a Python library used
in Data Science.
You may find it helpful to refer to this
short Pandas Cheat Sheet as you are
doing this lab.
Getting Started
- Download a data set containing Fitbit data called fitbit.csv and save it in the S3P folder on your Desktop.
- Download the Jupyter notebook IntroToPandas.ipynb and save it in the same folder.
- Open a terminal window and type: cd Desktop/S3P to move into your S3P directory.
- In the terminal type: python3 -m notebook to start up Jupyter notebook.
- Double click on file named IntroToPandas.ipynb.
- Read through this notebook, executing the cells, and complete the exercises that are given.