An open API service indexing awesome lists of open source software.

https://github.com/TomAugspurger/effective-pandas

Source code for my collection of articles on using pandas.
https://github.com/TomAugspurger/effective-pandas

Last synced: 3 months ago
JSON representation

Source code for my collection of articles on using pandas.

Awesome Lists containing this project

README

          

# Effective Pandas

![Effective Pandas](cover/modern-pandas-cover.png)

A collection of notebooks behind my [series](http://tomaugspurger.github.io/modern-1-intro.html) on
writing idiomatic pandas.

## Contents

- [Modern Pandas](modern_1_intro.ipynb)
- [Method Chaining](modern_2_method_chaining.ipynb)
- [Indexes](modern_3_indexes.ipynb)
- [Fast Pandas](modern_4_performance.ipynb)
- [Tidy Data](modern_5_tidy.ipynb)
- [Visualization](modern_6_visualization.ipynb)
- [Time Series](modern_7_timeseries.ipynb)
- [Out of Core](modern_8_out_of_core.ipynb) (partial)