effective-pandas icon indicating copy to clipboard operation
effective-pandas copied to clipboard

Source code for my collection of articles on using pandas.

Effective Pandas

Effective Pandas

A collection of notebooks behind my series on writing idiomatic pandas.

Contents

  • Modern Pandas
  • Method Chaining
  • Indexes
  • Fast Pandas
  • Tidy Data
  • Visualization
  • Time Series
  • Out of Core (partial)