Reshaping and Pivot Tables
  • References/Python/Pandas/Manual

Reshaping by pivoting DataFrame objects Data is often stored in CSV files or databases in so-called ?stacked? or ?record? format:

2025-01-10 15:47:30
Enhancing Performance
  • References/Python/Pandas/Manual

Cython (Writing C extensions for pandas) For many use cases writing pandas in pure python and numpy is sufficient. In some computationally

2025-01-10 15:47:30
Working with Text Data
  • References/Python/Pandas/Manual

Series and Index are equipped with a set of string processing methods that make it easy to operate on each element of the array. Perhaps most importantly, these methods

2025-01-10 15:47:30
Visualization
  • References/Python/Pandas/Manual

We use the standard convention for referencing the matplotlib API: In [1]: import matplotlib.pyplot as plt The plots in

2025-01-10 15:47:30
Merge, join, and concatenate
  • References/Python/Pandas/Manual

pandas provides various facilities for easily combining together Series, DataFrame, and Panel objects with various kinds of set logic for the indexes and relational

2025-01-10 15:47:30
Categorical Data
  • References/Python/Pandas/Manual

New in version 0.15. Note

2025-01-10 15:47:30
Package overview
  • References/Python/Pandas/Manual

pandas consists of the following things A set of labeled array data structures, the primary of which are Series and DataFrame

2025-01-10 15:47:30
Essential Basic Functionality
  • References/Python/Pandas/Manual

Here we discuss a lot of the essential functionality common to the pandas data structures. Here?s how to create some of the objects used in the examples from the

2025-01-10 15:47:30
Cookbook
  • References/Python/Pandas/Manual

This is a repository for short and sweet examples and links for useful pandas recipes. We encourage users to add to this documentation. Adding interesting links and/or

2025-01-10 15:47:30
rpy2 / R interface
  • References/Python/Pandas/Manual

Warning In v0.16.0, the pandas.rpy interface has been deprecated and

2025-01-10 15:47:30