Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 422 Bytes

Day9.md

File metadata and controls

8 lines (7 loc) · 422 Bytes

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