Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 907 Bytes

File metadata and controls

25 lines (13 loc) · 907 Bytes

Ironhack Logo

Lab | Advanced Topics with Pandas

Introduction

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.

Getting Started

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!

Deliverables

  • main.ipynb with your responses.

Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

Resources

Pandas set_index documentation

Pandas assign documentation