Pandas

Pandas

User Guide

The User Guide covers all of pandas by topic area. Each of the subsections introduces a topic (such as “working with missing data”), and discusses how pandas approaches the problem, with many examples throughout.

Users brand-new to pandas should start with 10 minutes to pandas.

Further information on any specific method can be obtained in the API reference.

Pandas Documentation

  1. IO tools (text, CSV, HDF5, …)
  2. Indexing and selecting data
  3. MultiIndex / advanced indexing
  4. Merge, join, and concatenate
  5. Reshaping and pivot tables
  6. Working with text data
  7. Working with missing data
  8. Categorical data
  9. Nullable integer data type
  10. Nullable Boolean Data Type
  11. Visualization
  12. Computational tools
  13. Group By: split-apply-combine
  14. Time series / date functionality
  15. Time deltas
  16. Styling
  17. Options and settings
  18. Enhancing performance
  19. Scaling to large datasets
  20. Sparse data structures
  21. Frequently Asked Questions (FAQ)
  22. Cookbook