In this lab we will take our skills with Pandas to the next level. We will practice advanced functions, changing the index and method chaining.
Open the main.ipynb
file in the your-code
directory. Follow the instructions and add your code and comments. By the end of this lab, you will have leveled up your skills in Pandas!
- Downloaded notebook with your responses to each of the exercises.
- Upon completion, add your deliverables to git.
- Then commit git and push your branch to the remote.
- Make a pull request and paste the PR link in the submission field in the Student Portal.
Pandas set_index
documentation
Good luck!