Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 328 Bytes

File metadata and controls

8 lines (6 loc) · 328 Bytes

Module 6 - Basic Data Management in Python

The lectures in the module cover the basics of managing data in Python using the polars library. Topics include

  • Importing data,
  • Basic data verbs: Selecting, filtering, and mutating tables,
  • Simple and grouped aggregation, and
  • More details on working with text and dates.