pandas documentation

Date: Jan 20, 2020 Version: 1.0.0rc0+111.ge72cd7c52

Download documentation: PDF Version | Zipped HTML

Useful links: Binary Installers | Source Repository | Issues & Ideas | Q&A Support | Mailing List

pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.

Getting started

New to pandas? Check out the getting started guides. They contain a first introduction to some of the main pandas concepts. Furthermore, it contains an overview of community provided tutorials.

User guide

The user guide provides in-depth information on the key concepts of pandas with useful background information and explanation.

API reference

The reference guide contains a detailed overview of all functionalities in the pandas API. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts.

Developer guide

Saw a typo in the documentation? Want to improve existing functionalities? The contributing guidelines will guide you through the process of setting up a development environment.