python-pandas

data structures for "relational" or "labeled" data


pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. pandas is well suited for many different kinds of data:

  • Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet
  • Ordered and unordered (not necessarily fixed-frequency) time series data.
  • Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels
  • Any other form of observational / statistical data sets. The data actually need not be labeled at all to be placed into a pandas data structure

This package contains the Python 2 version.

Related packages: python-pandas-doc, python-pandas-lib, python3-pandas, python3-pandas-lib


Maintainer information

This software package is maintained for (Neuro)Debian by the follow individuals and/or groups:

Maintainer avatar
NeuroDebian Maintainers
Maintainer avatar
Yaroslav Halchenko
Maintainer avatar
Michael Hanke

In order to get support, or to get in touch with a maintainer, please click the ‘Help’ button at the top of the page.

Advanced user information

Version control system available: Browse sources

Package availability chart
Distribution Base version Our version Architectures
Debian GNU/Linux 6.0 (squeeze)   0.7.3-1~nd60+1 i386, amd64, sparc
Debian GNU/Linux 7.0 (wheezy) 0.8.0-2 0.14.1-1~nd70+1 i386, amd64, sparc
Debian GNU/Linux 8.0 (jessie) 0.14.1-2 0.16.2+git65-g054821d-1~nd80+1 i386, amd64, sparc
Debian testing (stretch) 0.14.1-2 0.16.2+git65-g054821d-1~nd90+1 i386, amd64, sparc
Debian unstable (sid) 0.16.2+git65-g054821d-1 0.16.2+git65-g054821d-1~nd+1 i386, amd64, sparc
Ubuntu 12.04 LTS “Precise Pangolin” (precise) 0.7.0-1 0.14.1-1~nd12.04+1 i386, amd64, sparc
Ubuntu 14.04 “Trusty Tahr” (trusty) 0.13.1-2ubuntu2 0.16.2+git65-g054821d-1~nd14.04+1 i386, amd64, sparc
Ubuntu 14.10 “Utopic Unicorn” (utopic) 0.14.1-1 0.16.2+git65-g054821d-1~nd14.10+1 i386, amd64, sparc
Ubuntu 15.04 “Vivid Vervet” (vivid) 0.15.0-2 0.16.2+git65-g054821d-1~nd15.04+1 i386, amd64, sparc
The source code for this portal is licensed under the GPL-3 and is available on GitHub.