$25
# 01 - Pandas, Data Wrangling, and Data Viz
In this homework, you will familiarize yourself with *Pandas*, the most popular Python library for handling tabular data. In addition, you will create some basic visualizations. These are among a data scientist's bread and butter -- perfect Homework 1 material!
The homework tasks are described in the `hw1.ipynb` notebook.
For each task, please provide *both* a written explanation of the steps you followed, and the corresponding code.
Keep in mind that writing the explanation can help you in two ways:
1. Clarifying the steps in your mind before writing the actual code
2. Earning you points if the description is correct, regardless of the potential issues in your code