pandas documentation

Date: Jan 20, 2020 Version: 1.0.0rc0+116.g1e777eb25

Download documentation: PDF Version | Zipped HTML

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.

How the documentation is organized

Pandas has a lot of documentation. A high-level overview of how it’s organized will help you know where to look for certain things:

TODO -> 4 blokken (cfr. coming from)

  • Getting started contains a _gentle_intro first introduction to some of the main pandas core concepts. Furthermore, it contains an overview of

community_guides community provided tutorials. - User Guide provides in-depth information on the key concepts of pandas with useful background information and explanation. - API reference contains a technical reference of the pandas API and available functionalities. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts. - Saw a typo in the documentation? Want to improve existing functionalities. The Development guidelines will guide you through the process of setting up a development environment.