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.

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

Project details


Release history Release notifications | RSS feed

This version

1.4.2

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

Uploaded Source

Built Distributions

pandas-1.4.2-cp310-cp310-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

pandas-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pandas-1.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pandas-1.4.2-cp310-cp310-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pandas-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pandas-1.4.2-cp310-cp310-macosx_10_9_universal2.whl (17.5 MB view details)

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

pandas-1.4.2-cp39-cp39-win_amd64.whl (10.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

pandas-1.4.2-cp39-cp39-win32.whl (9.4 MB view details)

Uploaded CPython 3.9 Windows x86

pandas-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pandas-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pandas-1.4.2-cp39-cp39-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pandas-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pandas-1.4.2-cp39-cp39-macosx_10_9_universal2.whl (17.4 MB view details)

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

pandas-1.4.2-cp38-cp38-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

pandas-1.4.2-cp38-cp38-win32.whl (9.4 MB view details)

Uploaded CPython 3.8 Windows x86

pandas-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pandas-1.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pandas-1.4.2-cp38-cp38-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pandas-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl (11.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pandas-1.4.2-cp38-cp38-macosx_10_9_universal2.whl (17.1 MB view details)

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

File details

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

File metadata

  • Download URL: pandas-1.4.2.tar.gz
  • Upload date:
  • Size: 4.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2.tar.gz
Algorithm Hash digest
SHA256 92bc1fc585f1463ca827b45535957815b7deb218c549b7c18402c322c7549a12
MD5 6e007c8e950c280f7ac31cfaec8ab361
BLAKE2b-256 5aacb3b9aa2318de52e40c26ae7b9ce6d4e9d1bcdaf5da0899a691642117cf60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.4.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5586cc95692564b441f4747c47c8a9746792e87b40a4680a2feb7794defb1ce3
MD5 fd902b03249f9b101e35faff48b37638
BLAKE2b-256 aa4fb42d0a158f4777d4f60269eef51ae13b41821119b13fe8972a926b6558a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pandas-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b79af3a69e5175c6fa7b4e046b21a646c8b74e92c6581a9d825687d92071b51
MD5 eead129966dd9974a93c65d0797c1860
BLAKE2b-256 ab80c3def79fb1c8a4c5a91d1efa5f611e81529bbab947ac1e9fcd736fd4dcc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pandas-1.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3228198333dd13c90b6434ddf61aa6d57deaca98cf7b654f4ad68a2db84f8cfe
MD5 e391ae473ebbe648945ca2a9d8b2950e
BLAKE2b-256 76e28514d284c396c0ffec69b8477d8d115dc9f32763a2e02394a418cb9adf4d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pandas-1.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0010771bd9223f7afe5f051eb47c4a49534345dfa144f2f5470b27189a4dd3b5
MD5 22177ef1f729a7b1011d49c6fedf6724
BLAKE2b-256 650f7be3e15ab01448a59416eb7b5c4b1d444090bfd2737df21062b54bfd1a43

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pandas-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a206afa84ed20e07603f50d22b5f0db3fb556486d8c2462d8bc364831a4b417
MD5 ec1f1bae49df2388392cbbfa22f2b9eb
BLAKE2b-256 891c05c3233ee135d0626f2430125115a0728738627f1c65ceea6c75ea99e657

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.4.2-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 17.5 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.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 be67c782c4f1b1f24c2f16a157e12c2693fd510f8df18e3287c77f33d124ed07
MD5 78ea1da6f88a43d4800a25769fc287be
BLAKE2b-256 a4caa1c076db546f41d5624c883ec65670180ae8131867141aef1d9c214e3782

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.4.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 09d8be7dd9e1c4c98224c4dfe8abd60d145d934e9fc1f5f411266308ae683e6a
MD5 d03e1ba43fac967c83ca8223248cc32f
BLAKE2b-256 3a7a695bfc4a641ab3867de6b43535809a3dace99d1a0a9245b629b8b98d02e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.4.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d0d4f13e4be7ce89d7057a786023c461dd9370040bdb5efa0a7fe76b556867a0
MD5 4922430218ea3bbdf7b1f674229972cd
BLAKE2b-256 53e54e5193bb7d416a5cd258d4e9d8cd47b38ef2533d4048e7fd32dab083690d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pandas-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51649ef604a945f781105a6d2ecf88db7da0f4868ac5d45c51cb66081c4d9c73
MD5 2655cc7652f4bf2eaa43b99b87956937
BLAKE2b-256 35ad616c27cade647c2a1513343c72c095146cf3e7a72ace6582574a334fb525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pandas-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c5bf555b6b0075294b73965adaafb39cf71c312e38c5935c93d78f41c19828a
MD5 bc9bc00bfc614168acd22413812a68f9
BLAKE2b-256 4bdb050b07aa97661da33fa57f2b8c3aa6a7e10ad6c2e6136cfb0bdc7213307f

See more details on using hashes here.

File details

Details for the file pandas-1.4.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pandas-1.4.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff08a14ef21d94cdf18eef7c569d66f2e24e0bc89350bcd7d243dd804e3b5eb2
MD5 4f8e40a2c3c631b4fc45277ce89629d7
BLAKE2b-256 a9330c2c716f37c1b630ad51a6fb46a850d675d8a18eb35a7bdb0b2897566c89

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pandas-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f549097993744ff8c41b5e8f2f0d3cbfaabe89b4ae32c8c08ead6cc535b80139
MD5 463fe51a6962a12e70ace58946f0cbab
BLAKE2b-256 4670773d7835784d1f91226f4ab2543b1d9952a5c3c87638e2665a7cc984dd5f

See more details on using hashes here.

File details

Details for the file pandas-1.4.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pandas-1.4.2-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c072c7f06b9242c855ed8021ff970c0e8f8b10b35e2640c657d2a541c5950f59
MD5 fd399e1ecf6b679bdb8ed10e120eb8af
BLAKE2b-256 cb80fd11b19936d203cc7b4b7150f1ec950ef5472f391e7c7abfc48d2d736f8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.4.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5c54ea4ef3823108cd4ec7fb27ccba4c3a775e0f83e39c5e17f5094cb17748bc
MD5 e3f7ab67c4bed19b1fae6fa640b5fff7
BLAKE2b-256 9b93e937ef7dc2d712820e4aafdc152d575979adbd192b0ad80f78a28e1f56f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.4.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 95c1e422ced0199cf4a34385ff124b69412c4bc912011ce895582bee620dfcaa
MD5 7d6592e30b09fd08ac87eb34f99922b9
BLAKE2b-256 f829c56097eb160176e2c4dc32f3b5a8ab300ccf394ba794938552591d8873ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pandas-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 295872bf1a09758aba199992c3ecde455f01caf32266d50abc1a073e828a7b9d
MD5 aa28a7217f90da67a85978c5a96a1fa7
BLAKE2b-256 1207e82b5defa695f09dd0ab1aecda886eb1c1aa6807c34ac3a0d691dc64503c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pandas-1.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 385c52e85aaa8ea6a4c600a9b2821181a51f8be0aee3af6f2dcb41dafc4fc1d0
MD5 9d3e3602b1e0df0656e1c9166a35028c
BLAKE2b-256 8c261cd0728c23084834c2460118b2e7306e9aea9454694bb33390c0d3616890

See more details on using hashes here.

File details

Details for the file pandas-1.4.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pandas-1.4.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df82739e00bb6daf4bba4479a40f38c718b598a84654cbd8bb498fd6b0aa8c16
MD5 52e8af9fa3fc67911d115b4c191ab7c4
BLAKE2b-256 bc3ebb3eecf53d94fde7d1b74631b27d64e88b168d30dc379b0804c9ebfccdda

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pandas-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8134651258bce418cb79c71adeff0a44090c98d955f6953168ba16cc285d9f7
MD5 8d5dc28d8cd770316313f338c939e87b
BLAKE2b-256 47a579156a83c133b5d049a38f444e11eacabab8b3ad00814d8c6811fe9850e2

See more details on using hashes here.

File details

Details for the file pandas-1.4.2-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pandas-1.4.2-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pandas-1.4.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 061609334a8182ab500a90fe66d46f6f387de62d3a9cb9aa7e62e3146c712167
MD5 27756c3d6e79d66a94ac51a92b181c0b
BLAKE2b-256 9c8b2b25983b0f0abbb6c634fd72cea17276e1736556582dd614f0ef6712c361

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