Day9
- Learned more in data frames.
- Studied isnull(), dropna(), fillna() methods
- Learned filling properties ffill, bfill of fillna method
- Learned about hierarchical indexing using set_index, swaplevel methods, and index property
- Also learnt about joins, ie, the merge function
The ipynb file for the same is Joins.ipynb