Skip to main content

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

Project description



pandas: powerful Python data analysis toolkit

PyPI Latest Release Conda Latest Release DOI Package Status License Azure Build Status Coverage Downloads Gitter Powered by NumFOCUS Code style: black Imports: isort

What is it?

pandas is a Python package that provides 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. 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 towards this goal.

Main Features

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

  • Easy handling of missing data (represented as NaN, NA, or NaT) 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

Where to get it

The source code is currently hosted on GitHub at: https://github.com/pandas-dev/pandas

Binary installers for the latest released version are available at the Python Package Index (PyPI) and on Conda.

# conda
conda install pandas
# or PyPI
pip install pandas

Dependencies

See the full installation instructions for minimum supported versions of required, recommended and optional dependencies.

Installation from sources

To install pandas from source you need Cython in addition to the normal dependencies above. Cython can be installed from PyPI:

pip install cython

In the pandas directory (same one where you found this file after cloning the git repo), execute:

python setup.py install

or for installing in development mode:

python -m pip install -e . --no-build-isolation --no-use-pep517

If you have make, you can also use make develop to run the same command.

or alternatively

python setup.py develop

See the full instructions for installing from source.

License

BSD 3

Documentation

The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable

Background

Work on pandas started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then.

Getting Help

For usage questions, the best place to go to is StackOverflow. Further, general questions and discussions can also take place on the pydata mailing list.

Discussion and Development

Most development discussions take place on GitHub in this repo. Further, the pandas-dev mailing list can also be used for specialized discussions or design issues, and a Gitter channel is available for quick development related questions.

Contributing to pandas Open Source Helpers

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide. There is also an overview on GitHub.

If you are simply looking to start working with the pandas codebase, navigate to the GitHub "issues" tab and start looking through interesting issues. There are a number of issues listed under Docs and good first issue where you could start out.

You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to subscribe to pandas on CodeTriage.

Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!

Feel free to ask questions on the mailing list or on Gitter.

As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: Contributor Code of Conduct

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-1.3.5.tar.gz (4.7 MB view details)

Uploaded Source

Built Distributions

pandas-1.3.5-cp310-cp310-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pandas-1.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pandas-1.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pandas-1.3.5-cp310-cp310-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pandas-1.3.5-cp310-cp310-macosx_10_9_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pandas-1.3.5-cp310-cp310-macosx_10_9_universal2.whl (17.7 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

pandas-1.3.5-cp39-cp39-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pandas-1.3.5-cp39-cp39-win32.whl (9.1 MB view details)

Uploaded CPython 3.9 Windows x86

pandas-1.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pandas-1.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pandas-1.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pandas-1.3.5-cp39-cp39-macosx_10_9_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pandas-1.3.5-cp38-cp38-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pandas-1.3.5-cp38-cp38-win32.whl (9.1 MB view details)

Uploaded CPython 3.8 Windows x86

pandas-1.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pandas-1.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pandas-1.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pandas-1.3.5-cp38-cp38-macosx_10_9_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pandas-1.3.5-cp37-cp37m-win_amd64.whl (10.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pandas-1.3.5-cp37-cp37m-win32.whl (8.9 MB view details)

Uploaded CPython 3.7m Windows x86

pandas-1.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pandas-1.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pandas-1.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pandas-1.3.5-cp37-cp37m-macosx_10_9_x86_64.whl (11.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pandas-1.3.5.tar.gz
  • Upload date:
  • Size: 4.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5.tar.gz
Algorithm Hash digest
SHA256 1e4285f5de1012de20ca46b188ccf33521bff61ba5c5ebd78b4fb28e5416a9f1
MD5 99ef3adb213918095f15ef44ba1d4bea
BLAKE2b-256 99f0f99700ef327e51d291efdf4a6de29e685c4d198cbf8531541fc84d169e0e

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aaf183a615ad790801fa3cf2fa450e5b6d23a54684fe386f7e3208f8b9bfbef6
MD5 9adfd697d098a4786057438ff55276fd
BLAKE2b-256 68a796cde70dd2723a9cb79978a390cb3de448a72baafc949ef1fce1e804dbd0

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2651d75b9a167cc8cc572cf787ab512d16e316ae00ba81874b560586fa1325e0
MD5 0d050eb7932c94258739bb43b598fd74
BLAKE2b-256 ff7a1ce22f0f009ee31878f717bd5b3221e993a7ebc02391d7a315982c2224dc

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd541ab09e1f80a2a1760032d665f6e032d8e44055d602d65eeea6e6e85498cb
MD5 1e0931a689d5c87334be786316ba07cf
BLAKE2b-256 4addff9ff3a3330e4e37d8146e19ef7a33324072dabea7c355afe820b6c38a2d

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60a8c055d58873ad81cae290d974d13dd479b82cbb975c3e1fa2cf1920715296
MD5 82c30a0ff7a30e6e1eebdedac69b5e66
BLAKE2b-256 fb77e1bb0628d38fef6e12914e4bb853231a9b406f355aa72fc3427a2fe21327

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 11.3 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 adfeb11be2d54f275142c8ba9bf67acee771b7186a5745249c7d5a06c670136b
MD5 3427f395aed9776ea99efb92f17178d2
BLAKE2b-256 baa2fb72a79cced335f86a5761d2e44cd750a54fe5eac5a1d239489430c6ef2b

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pandas-1.3.5-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 62d5b5ce965bae78f12c1c0df0d387899dd4211ec0bdc52822373f13a3a022b9
MD5 61d7d2e3cab19470e2172afaa988b166
BLAKE2b-256 f8e9170a5dab5e166610492f74e87b2998e848e920ed137844077c7a04b6c752

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 32e1a26d5ade11b547721a72f9bfc4bd113396947606e00d5b4a5b79b3dcb006
MD5 95687be56cce86f95bcd48c8c1e42db4
BLAKE2b-256 17818c5bdee74f7fb4edd8e58c3388954568a49230a61f6595020e7def31d889

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: pandas-1.3.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c69406a2808ba6cf580c2255bcf260b3f214d2664a3a4197d0e640f573b46fd3
MD5 899e42f91f916101c65b81189324e266
BLAKE2b-256 02b5dbe37470c47b3e89c8aa6390ac4fd0baa76fc8b72126def9ddc71b77aeb3

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c21778a688d3712d35710501f8001cdbf96eb70a7c587a3d5613573299fdca6
MD5 9147e1a557ea1a2ca2f531e353f40668
BLAKE2b-256 a30064d407c9ec379a252ba659eb5086ffe5550f83674a43eca680b4a0992eb2

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37f06b59e5bc05711a518aa10beaec10942188dccb48918bb5ae602ccbc9f1a0
MD5 3a62e7df1135cf871a2d76a95a9d76a7
BLAKE2b-256 c78de7c3bc1c0f10a6bcb399eae3f570eacda7bdf0044f30659c819bea5d659f

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3345343206546545bc26a05b4602b6a24385b5ec7c75cb6059599e3d56831da2
MD5 8af840e71a90f7a78b0088682efe1973
BLAKE2b-256 e7efbfac4ddfff7b3817fa75ff8e4defe60c2b534a79ad734ab5ff2634dd9575

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 11.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd971a3f08b745a75a86c00b97f3007c2ea175951286cdda6abe543e687e5f2f
MD5 7ac9050ff1deb8357f1c6bb4a2d3320e
BLAKE2b-256 f6564bad0852c2c7885c0b86e4344463969e1ffb91439479708e282eb87951c5

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a395692046fd8ce1edb4c6295c35184ae0c2bbe787ecbe384251da609e27edcb
MD5 449e18a146f6583e8c3723b2c9b70426
BLAKE2b-256 ba9c55bbffd9a2c55360eb2a1da5634f553d39db9df17da037989e2215c941b4

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: pandas-1.3.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b6b87b2fb39e6383ca28e2829cddef1d9fc9e27e55ad91ca9c435572cdba51bf
MD5 0d3cd11282afe6c0ec5c682fc5bc26ca
BLAKE2b-256 054aabc3bd95179a45b1f29b1f973acde14bee48fab60bf483fa15e2521e013b

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b6dbec5f3e6d5dc80dcfee250e0a2a652b3f28663492f7dab9a24416a48ac39
MD5 eeac42719d9321a9a2b8f5f9e8f9431e
BLAKE2b-256 a29bc4879904ed1706883eb0b126f1f4baa0992dfd61ad2aac7a7af82f01b256

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f261553a1e9c65b7a310302b9dbac31cf0049a51695c14ebe04e4bfd4a96f02
MD5 9647ef8ae13630bea39261fc92cef961
BLAKE2b-256 79f3d6ccc0699c540c0f9f6302a553eea1efd9133f2c2a746987a96bcc22c253

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3bc49af96cd6285030a64779de5b3688633a07eb75c124b0747134a63f4c05f
MD5 d30044067c374c922e62df94535410f6
BLAKE2b-256 5e090ea554021747118e47002f99fbbd67fb1e8ed91c564aaab687a338a97177

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe95bae4e2d579812865db2212bb733144e34d0c6785c0685329e5b60fcb85dd
MD5 73c62530c9c8f60fc959da8309bb21f8
BLAKE2b-256 c74f154ccb493f76514a158b881c7c4995c8529b7d041612801eba633c2581bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.3.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8025750767e138320b15ca16d70d5cdc1886e8f9cc56652d89735c016cd8aea6
MD5 29f5272027cfce3d041a2da9764ce114
BLAKE2b-256 b256f886ed6f1777ffa9d54c6e80231b69db8a1f52dcc33f5967b06a105dcfe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.3.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a62949c626dd0ef7de11de34b44c6475db76995c2064e2d99c6498c3dba7fe58
MD5 bfe8ec2a8bc6cd8e4ddd7798888edf38
BLAKE2b-256 66f3b739d389ba70aeceb8e4eda1d7e7577b4fa44a7351d6d10fc5c6543bdb91

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cce0c6bbeb266b0e39e35176ee615ce3585233092f685b6a82362523e59e5b4
MD5 98b466db4c6f60d73498989a82ce44d5
BLAKE2b-256 3e0c23764c4635dcb0a784a787498d56847b90ebf974e65f4ab4053a5d97b1a5

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 552020bf83b7f9033b57cbae65589c01e7ef1544416122da0c79140c93288f56
MD5 ea55c0f1cd4723cc84dd424f6cf0e080
BLAKE2b-256 8b7e67f85be335fd9de515c4efe90d2d4d4a545e97c713febd2d230b0bd945be

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pandas-1.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7d28a3c65463fd0d0ba8bbb7696b23073efee0510783340a44b08f5e96ffce0c
MD5 970e317d431ee5ad3d3436cfe7570c62
BLAKE2b-256 1f099f2e2053a6fd149009105a67e129ceab3e140a7915be6cbd4b13612cd3fa

See more details on using hashes here.

File details

Details for the file pandas-1.3.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pandas-1.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pandas-1.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 344295811e67f8200de2390093aeb3c8309f5648951b684d8db7eee7d1c81fb7
MD5 1191d62eb1d0c6d69e1c7340e676158a
BLAKE2b-256 44d9fa9cb383b482b574e6926eabc437fe57b59908a7ed940612c8c308471872

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page