Skip to main content

pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with structured (tabular, multidimensional, potentially heterogeneous) and time series data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language. It is already well on its way toward this goal.

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

The two primary data structures of pandas, Series (1-dimensional) and DataFrame (2-dimensional), handle the vast majority of typical use cases in finance, statistics, social science, and many areas of engineering. For R users, DataFrame provides everything that R’s data.frame provides and much more. pandas is built on top of NumPy and is intended to integrate well within a scientific computing environment with many other 3rd party libraries.

Here are just a few of the things that pandas does well:

  • Easy handling of missing data (represented as NaN) in floating point as well as non-floating point data

  • Size mutability: columns can be inserted and deleted from DataFrame and higher dimensional objects

  • Automatic and explicit data alignment: objects can be explicitly aligned to a set of labels, or the user can simply ignore the labels and let Series, DataFrame, etc. automatically align the data for you in computations

  • Powerful, flexible group by functionality to perform split-apply-combine operations on data sets, for both aggregating and transforming data

  • Make it easy to convert ragged, differently-indexed data in other Python and NumPy data structures into DataFrame objects

  • Intelligent label-based slicing, fancy indexing, and subsetting of large data sets

  • Intuitive merging and joining data sets

  • Flexible reshaping and pivoting of data sets

  • Hierarchical labeling of axes (possible to have multiple labels per tick)

  • Robust IO tools for loading data from flat files (CSV and delimited), Excel files, databases, and saving / loading data from the ultrafast HDF5 format

  • Time series-specific functionality: date range generation and frequency conversion, moving window statistics, date shifting and lagging.

Many of these principles are here to address the shortcomings frequently experienced using other languages / scientific research environments. For data scientists, working with data is typically divided into multiple stages: munging and cleaning data, analyzing / modeling it, then organizing the results of the analysis into a form suitable for plotting or tabular display. pandas is the ideal tool for all of these tasks.

Release files for pandas 1.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pandas 1.1.1
File Size Uploaded
pandas-1.1.1.tar.gz 5.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pandas 1.1.1
File
pandas-1.1.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pandas-1.1.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pandas-1.1.1-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
pandas-1.1.1-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
pandas-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pandas-1.1.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pandas-1.1.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pandas-1.1.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pandas-1.1.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pandas-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pandas-1.1.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pandas-1.1.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pandas-1.1.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pandas-1.1.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pandas-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 148.5 MB

Release files / pandas-1.1.1.tar.gz

Download URL pandas-1.1.1.tar.gz
Size 5.2 MB
Tags Source
SHA-256 checksum
How to use checksums
53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67
BLAKE2b-256 checksum
How to use checksums
b11fafb5cad013e8888053f6524849cc3df4bb83dfcab59485f10bf50016d4f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp38-cp38-win_amd64.whl

Download URL pandas-1.1.1-cp38-cp38-win_amd64.whl
Size 9.6 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
57c5f6be49259cde8e6f71c2bf240a26b071569cabc04c751358495d09419e56
BLAKE2b-256 checksum
How to use checksums
0d0a741b11794613a512c284cd7ae959b0c22b708d3bfe4a167cbdacd1997ca6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp38-cp38-win32.whl

Download URL pandas-1.1.1-cp38-cp38-win32.whl
Size 8.2 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
01b1e536eb960822c5e6b58357cad8c4b492a336f4a5630bf0b598566462a578
BLAKE2b-256 checksum
How to use checksums
de908c212186c80ac2bb9325188b2f611cbdb9a6c1150980d285453d3ba483d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp38-cp38-manylinux1_x86_64.whl

Download URL pandas-1.1.1-cp38-cp38-manylinux1_x86_64.whl
Size 10.4 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0246c67cbaaaac8d25fed8d4cf2d8897bd858f0e540e8528a75281cee9ac516d
BLAKE2b-256 checksum
How to use checksums
78f8b77a2603a4aa184412576127c2846f7a69b42e6c1596d791c817643880d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp38-cp38-manylinux1_i686.whl

Download URL pandas-1.1.1-cp38-cp38-manylinux1_i686.whl
Size 9.2 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
41675323d4fcdd15abde068607cad150dfe17f7d32290ee128e5fea98442bd09
BLAKE2b-256 checksum
How to use checksums
57a03b6862483f96fce9b883410f5bb4ef49d30bcd865058f3fdc78d9601d530
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pandas-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 10.6 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d9644ac996149b2a51325d48d77e25c911e01aa6d39dc1b64be679cd71f683ec
BLAKE2b-256 checksum
How to use checksums
4965b12e0454b148421db3a013767ecb3d65a5d777d76cc169b6242d1216e563
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp37-cp37m-win_amd64.whl

Download URL pandas-1.1.1-cp37-cp37m-win_amd64.whl
Size 9.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
0366150fe8ee37ef89a45d3093e05026b5f895e42bbce3902ce3b6427f1b8471
BLAKE2b-256 checksum
How to use checksums
2efdecf199241d4cb0058a64e25a147c37b477ef660c8e7059307056e2ae4bb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp37-cp37m-win32.whl

Download URL pandas-1.1.1-cp37-cp37m-win32.whl
Size 8.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
391db82ebeb886143b96b9c6c6166686c9a272d00020e4e39ad63b792542d9e2
BLAKE2b-256 checksum
How to use checksums
86c880688124ef7ca3f5f111409ff72f80d3c2234658801a2063a82026fa9475
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp37-cp37m-manylinux1_x86_64.whl

Download URL pandas-1.1.1-cp37-cp37m-manylinux1_x86_64.whl
Size 10.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
84c101d0f7bbf0d9f1be9a2f29f6fcc12415442558d067164e50a56edfb732b4
BLAKE2b-256 checksum
How to use checksums
61ed10112535645ad7afd26c3b9defd20a32d9e42340b19c4f73ff26ccad06ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp37-cp37m-manylinux1_i686.whl

Download URL pandas-1.1.1-cp37-cp37m-manylinux1_i686.whl
Size 9.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1acc2bd7fc95e5408a4456897c2c2a1ae7c6acefe108d90479ab6d98d34fcc3d
BLAKE2b-256 checksum
How to use checksums
44a8570c50885dab7d5803b2c35df4ed538d401c13df6b24280cd6c306c817f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pandas-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 10.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a81c4bf9c59010aa3efddbb6b9fc84a9b76dc0b4da2c2c2d50f06a9ef6ac0004
BLAKE2b-256 checksum
How to use checksums
b571870c653fe041f16587c8a1a3eb840cf50312a387326fea7374f6948520b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp36-cp36m-win_amd64.whl

Download URL pandas-1.1.1-cp36-cp36m-win_amd64.whl
Size 9.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
fe6f1623376b616e03d51f0dd95afd862cf9a33c18cf55ce0ed4bbe1c4444391
BLAKE2b-256 checksum
How to use checksums
730f8757a2da3538a5f5c2bb6764056f08940146bb70ab40dff836aa46e8d7bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp36-cp36m-win32.whl

Download URL pandas-1.1.1-cp36-cp36m-win32.whl
Size 8.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
88930c74f69e97b17703600233c0eaf1f4f4dd10c14633d522724c5c1b963ec4
BLAKE2b-256 checksum
How to use checksums
6ff22a2a1aa39822e66ab57a6aab397a807398971ea023cfc680e82c25b942f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp36-cp36m-manylinux1_x86_64.whl

Download URL pandas-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Size 10.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
16ae070c47474008769fc443ac765ffd88c3506b4a82966e7a605592978896f9
BLAKE2b-256 checksum
How to use checksums
a1c69ac4ae44c24c787a1738e5fb34dd987ada6533de5905a041aa6d5bea4553
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp36-cp36m-manylinux1_i686.whl

Download URL pandas-1.1.1-cp36-cp36m-manylinux1_i686.whl
Size 9.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
e4b6c98f45695799990da328e6fd7d6187be32752ed64c2f22326ad66762d179
BLAKE2b-256 checksum
How to use checksums
a8092d0a1a76d8a184dbddeca15e893f9780f03cf65692abdc231d4f0a5d3529
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release files / pandas-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pandas-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 10.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8c9ec12c480c4d915e23ee9c8a2d8eba8509986f35f307771045c1294a2e5b73
BLAKE2b-256 checksum
How to use checksums
cdae8ceee21a451ba3d3021a12c37bc330f614879d4d558cdb5bf2c7662c387b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

Release history Release notifications | RSS feed

3.0.6

58 release files

3.0.5

42 release files

3.0.4

42 release files

3.0.3

48 release files

3.0.2

48 release files

3.0.1

48 release files

3.0.0

48 release files

2.3.3

55 release files

2.3.2

42 release files

2.2.3

42 release files

2.2.2

29 release files

2.2.1

29 release files

2.2.0

29 release files

2.1.3

25 release files

2.1.2

25 release files

2.1.1

25 release files

2.1.0

19 release files

2.0.3

25 release files

2.0.2

25 release files

2.0.1

25 release files

1.5.3

27 release files

1.5.2

27 release files

1.5.1

27 release files

1.5.0

27 release files

1.4.4

21 release files

1.4.3

21 release files

1.4.1

21 release files

1.4.0

21 release files

1.3.5

25 release files

1.3.4

24 release files

1.3.3

21 release files

1.3.2

19 release files

1.3.1

19 release files

1.2.5

18 release files

1.2.4

16 release files

1.2.1

17 release files

1.2.0

17 release files

1.1.4

24 release files

This release

1.1.1 This release

16 release files

1.1.0

16 release files

1.0.5

16 release files

1.0.4

16 release files

1.0.3

16 release files

1.0.2

14 release files

1.0.0

14 release files

0.13.0

9 release files

0.9.1

11 release files

0.8.1

11 release files

0.8.0

11 release files

0.7.3

11 release files

0.7.2

11 release files

0.7.1

11 release files

0.6.1

8 release files

0.6.0

11 release files

0.5.0

10 release files

0.4.3

8 release files

0.4.2

6 release files

0.4.1

6 release files

0.4.0

6 release files

0.3.0

6 release files

0.2

1 release file

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page