Skip to main content

Powerful data structures for data analysis, time series, and statistics

Project description

pandas is a Python package providing 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, moving window linear regressions, date shifting and lagging, etc.

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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandas-0.25.1.tar.gz (12.6 MB view details)

Uploaded Source

Built Distributions

pandas-0.25.1-cp37-cp37m-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pandas-0.25.1-cp37-cp37m-win32.whl (7.9 MB view details)

Uploaded CPython 3.7m Windows x86

pandas-0.25.1-cp37-cp37m-manylinux1_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.7m

pandas-0.25.1-cp37-cp37m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64 macOS 10.9+ x86-64

pandas-0.25.1-cp36-cp36m-win_amd64.whl (9.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pandas-0.25.1-cp36-cp36m-win32.whl (7.7 MB view details)

Uploaded CPython 3.6m Windows x86

pandas-0.25.1-cp36-cp36m-manylinux1_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.6m

pandas-0.25.1-cp36-cp36m-manylinux1_i686.whl (9.1 MB view details)

Uploaded CPython 3.6m

pandas-0.25.1-cp36-cp36m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64 macOS 10.9+ x86-64

pandas-0.25.1-cp35-cp35m-win_amd64.whl (8.8 MB view details)

Uploaded CPython 3.5m Windows x86-64

pandas-0.25.1-cp35-cp35m-win32.whl (7.5 MB view details)

Uploaded CPython 3.5m Windows x86

pandas-0.25.1-cp35-cp35m-manylinux1_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.5m

pandas-0.25.1-cp35-cp35m-manylinux1_i686.whl (9.1 MB view details)

Uploaded CPython 3.5m

pandas-0.25.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.5m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

File details

Details for the file pandas-0.25.1.tar.gz.

File metadata

  • Download URL: pandas-0.25.1.tar.gz
  • Upload date:
  • Size: 12.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1.tar.gz
Algorithm Hash digest
SHA256 cb2e197b7b0687becb026b84d3c242482f20cbb29a9981e43604eb67576da9f6
MD5 7804c0fce3201a4c8eecf6556276ccf7
BLAKE2b-256 07cf1b6917426a9a16fd79d56385d0d907f344188558337d6b81196792f857e9

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8145f97c5ed71827a6ec98ceaef35afed1377e2d19c4078f324d209ff253ecb5
MD5 2a2b9b5b5af06ff5cd0e69d212b24edc
BLAKE2b-256 b169fcc29820befae2b96fd0b01225577af653e87cd0914634bb2d372a457bd7

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pandas-0.25.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 717928808043d3ea55b9bcde636d4a52d2236c246f6df464163a66ff59980ad8
MD5 62b73a8f2c2d1677742efa40c9a90134
BLAKE2b-256 f8cc724e572551780c80dd99d4f455248512ea2714582b3e353188a26e5cdfe2

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d8930772adccb2882989ab1493fa74bd87d47c8ac7417f5dd3dd834ba8c24dc9
MD5 64d8a052c1e688a81a0661188deffb57
BLAKE2b-256 7eabea76361f9d3e732e114adcd801d2820d5319c23d0ac5482fa3b412db217e

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp37-cp37m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp37-cp37m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.7m, macOS 10.10+ x86-64, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp37-cp37m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 426e590e2eb0e60f765271d668a30cf38b582eaae5ec9b31229c8c3c10c5bc21
MD5 0def4bd030f1954d2cb04ee4bd21b824
BLAKE2b-256 397399aa822ee88cef5829607217c11bf24ecc1171ae5d49d5f780085f5da518

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f1b21bc5cf3dbea53d33615d1ead892dfdae9d7052fa8898083bec88be20dcd2
MD5 f15dfa6f61513154dbb1471c82f23dfc
BLAKE2b-256 afb251c178d516b85be51f3a3bd30c654453a3884a34d6329343555418b5d7cb

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pandas-0.25.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4182e32f4456d2c64619e97c58571fa5ca0993d1e8c2d9ca44916185e1726e15
MD5 34d236a4168fa1f2d725c989d840851b
BLAKE2b-256 15e2f4299d1a89d10b84cb64e37f89e9e26bc42341e4968d693d46016eb82ef3

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 eebfbba048f4fa8ac711b22c78516e16ff8117d05a580e7eeef6b0c2be554c18
MD5 600e484dce07e9ac017e5d062fe7d41a
BLAKE2b-256 739b52e228545d14f14bb2a1622e225f38463c8726645165e1cb7dde95bfe6d4

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pandas-0.25.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5eb934a8f0dc358f0e0cdf314072286bbac74e4c124b64371395e94644d5d919
MD5 5f329479f3d68bfd14977e4da24627c8
BLAKE2b-256 fe19b694e36fa8096cb5123b9b1a56171c598ece6fb9aa125444be97d3a4d9cf

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp36-cp36m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp36-cp36m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.6m, macOS 10.10+ x86-64, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp36-cp36m-macosx_10_9_x86_64.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 d4001b71ad2c9b84ff18b182cea22b7b6cbf624216da3ea06fb7af28d1f93165
MD5 158e823ae9e35660fec2f5b57ab44619
BLAKE2b-256 737542a0ec87e4f709d8d37d49f049b292578f14a4f1f6dc32a7f3c3c204e546

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 dfbb0173ee2399bc4ed3caf2d236e5c0092f948aafd0a15fbe4a0e77ee61a958
MD5 a231a56877f8c3dba5c9227cd8c7e985
BLAKE2b-256 787b2e3657ede5369f0e88a1833c209cec095e3a8ba2665676a35d78aaee5ba2

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pandas-0.25.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 18d91a9199d1dfaa01ad645f7540370ba630bdcef09daaf9edf45b4b1bca0232
MD5 c071c13cf103889ef9e417c0ea873158
BLAKE2b-256 98ffc7cf5e88e4bc7737347baea05e2329303d7dbfad74350e59cd1f8a5f8d84

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pandas-0.25.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8744c84c914dcc59cbbb2943b32b7664df1039d99e834e1034a3372acb89ea4d
MD5 f3afb2db1abeffc249c511b0f1ab307a
BLAKE2b-256 d90538875a81040e679c196a854865dbafe4dfe5f92e8365ddfff21f2817d89d

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: pandas-0.25.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4

File hashes

Hashes for pandas-0.25.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c1ac1d9590d0c9314ebf01591bd40d4c03d710bfc84a3889e5263c97d7891dee
MD5 bd43dccbcf62048b8e4722bb5f0e0788
BLAKE2b-256 f56ed358d97402bded2e9ebe1b84ee9bb05518079f0374020a90e32fc0c51130

See more details on using hashes here.

File details

Details for the file pandas-0.25.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for pandas-0.25.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 3f26e5da310a0c0b83ea50da1fd397de2640b02b424aa69be7e0784228f656c9
MD5 b382aefc0f294b9da5d9c17686741b62
BLAKE2b-256 952eef41b22ec852c3b3846b31327d2fd626eedaa235ac2dd535190d3a72a0cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page