Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 335 Bytes

File metadata and controls

17 lines (15 loc) · 335 Bytes

DSR_Pandas

Introduction to Pandas at Data Science Retreat.

Topics:

  • Data structures in Pandas
    • Series
    • DataFrame
  • Selecting data
    • Conditional selects
  • Aggregation
    • GroupBy
  • Dealing with datetime data in Pandas
  • Data cleaning
    • Handling null/missing values
  • Data manipulation
    • Applying helper functions