4.1 - Pandas cont…

Week 4 - Data Visualisation and Introduction to ML


Objectives

Continuing learning pandas functions

  • Group By
    • How does it work ? Split/Apply/Combine
  • Multi-Index
  • Joins
    • Inner
    • Outer
    • Left Join
    • Right Join
    • Cross
  • We also saw:
    • idxmax()
    • pd.concat()


Materials

Lecture

Next Class

4.2 - Data Cleaning