TIL

This is my 'Today-I-Learned' repository which is used to keep a record of whatever I learn in daily basis.

View on GitHub

Day9

  1. Learned more in data frames.
  2. Studied isnull(), dropna(), fillna() methods
  3. Learned filling properties ffill, bfill of fillna method
  4. Learned about hierarchical indexing using set_index, swaplevel methods, and index property
  5. Also learnt about joins, ie, the merge function

The ipynb file for the same is Joins.ipynb