Skip to content

Latest commit

 

History

History
166 lines (107 loc) · 9.51 KB

README.md

File metadata and controls

166 lines (107 loc) · 9.51 KB

A compilation of all my canonical posts and answers to old questions on Stack Overflow. Topic arrangement mirrors the User Guide.

If you find any bugs, or need clarification, or see something that can be improved, please feel free to leave a comment under the answer and I'll typically respond within a day.

If you found any of my content here helpful and wish to thank me, you can upvote my answer! (please don't serial upvote :-) If you'd like to do more, and have more than 75 reputation on Stack Overflow, please consider awarding me with a bounty.

Pandas Gotchas

IO tools (text, CSV, HDF5, …)

Indexing and selecting data

MultiIndex / advanced indexing

Merge, join, and concatenate

Reshaping and pivot tables

Working with text data

Working with missing data

Categorical data

Nullable integer data type

Nullable Boolean Data Type

Visualization

Computational tools

Group By: split-apply-combine

Time series / date functionality

Time deltas

Styling

Options and settings

Performance

Scaling to large datasets

Sparse data structures

Frequently Asked Questions (FAQ)

Cookbook