Skip to main content

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

Project description

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.

Project details


Release history Release notifications | RSS feed

This version

1.1.3

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

Uploaded Source

Built Distributions

pandas-1.1.3-cp39-cp39-win_amd64.whl (8.9 MB view details)

Uploaded CPython 3.9 Windows x86-64

pandas-1.1.3-cp39-cp39-win32.whl (7.9 MB view details)

Uploaded CPython 3.9 Windows x86

pandas-1.1.3-cp39-cp39-manylinux1_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.9

pandas-1.1.3-cp39-cp39-manylinux1_i686.whl (9.0 MB view details)

Uploaded CPython 3.9

pandas-1.1.3-cp39-cp39-macosx_10_9_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pandas-1.1.3-cp38-cp38-win_amd64.whl (8.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

pandas-1.1.3-cp38-cp38-win32.whl (7.9 MB view details)

Uploaded CPython 3.8 Windows x86

pandas-1.1.3-cp38-cp38-manylinux2014_aarch64.whl (9.6 MB view details)

Uploaded CPython 3.8

pandas-1.1.3-cp38-cp38-manylinux1_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.8

pandas-1.1.3-cp38-cp38-manylinux1_i686.whl (9.1 MB view details)

Uploaded CPython 3.8

pandas-1.1.3-cp38-cp38-macosx_10_9_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pandas-1.1.3-cp37-cp37m-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

pandas-1.1.3-cp37-cp37m-win32.whl (7.8 MB view details)

Uploaded CPython 3.7m Windows x86

pandas-1.1.3-cp37-cp37m-manylinux2014_aarch64.whl (9.4 MB view details)

Uploaded CPython 3.7m

pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl (9.5 MB view details)

Uploaded CPython 3.7m

pandas-1.1.3-cp37-cp37m-manylinux1_i686.whl (9.1 MB view details)

Uploaded CPython 3.7m

pandas-1.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pandas-1.1.3-cp36-cp36m-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.6m Windows x86-64

pandas-1.1.3-cp36-cp36m-win32.whl (7.8 MB view details)

Uploaded CPython 3.6m Windows x86

pandas-1.1.3-cp36-cp36m-manylinux2014_aarch64.whl (9.5 MB view details)

Uploaded CPython 3.6m

pandas-1.1.3-cp36-cp36m-manylinux1_x86_64.whl (9.5 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pandas-1.1.3.tar.gz
  • Upload date:
  • Size: 5.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3.tar.gz
Algorithm Hash digest
SHA256 babbeda2f83b0686c9ad38d93b10516e68cdcd5771007eb80a763e98aaf44613
MD5 f10372d83a1c55cae217e8c05bf9bc5d
BLAKE2b-256 1be5552ba65835ab43e12b299458fea94ee23886125b8b8aabc91edb03f2ba65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 11c284769f41e95f7d16a327eb555989c5f29418aad075fa80c97ef3aa8fb885
MD5 7a23759778c8d59628f1d5578dbc00e9
BLAKE2b-256 27c4996c55d8cf5a5b531eb6dd424a6c48c7b6dc8bf328a669a0363167be2974

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b026e913d88fad3a74eea8ed5a5f98e8823080ea02f8d9bb0ec19e92552daad6
MD5 4a56459bd8a5a6aeab0647b97dd275f0
BLAKE2b-256 e4b155d510b4ff61f831407ea8a267f4b8d789432e9a9dc40512bc1acf07c50d

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pandas-1.1.3-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f4cb8252ae71f093f4a6b847adf0bc9330f109c48f08363c2071f189f1c89c87
MD5 ab66c51f33cd544b430271356b0be1c9
BLAKE2b-256 21b63a61175ae2b1cac872ecfa271f7887d4f33d0f3cdfee8cf3dcfdfb8c3a62

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pandas-1.1.3-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2999adc6736f8cb4c69d65a6e2b25a11bcb395da5b048342b8e4d6fe055e57ae
MD5 f5a0d950937deb660db47c2500b1f8fc
BLAKE2b-256 f93c6e905238d97b5f1fd3083454c28d4ae8b234f89b9e7b32e1f23878a6bff0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 147162568b1242355290341baf281926cfac66ada07e634f3fc521ac967e4653
MD5 cd7632baccf9b5f15f7e7bd0b1b789a9
BLAKE2b-256 6faca70576813ebfae244cd571b52293c34427e517718f304d9e48119f7c8fc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 84a4ffe668df357e31f98c829536e3a7142c3036c82f996e639f644c5d32eda1
MD5 e91becfeda3de346ad9e028c966832f4
BLAKE2b-256 dd1511efbb7b702abb3e5fe54385962bc1bab429ddfd1801c092b9960ea8e476

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a605054fbca71ed1d08bb2aef6f73c84a579bbac956bfe8f9718d5e84cb41248
MD5 3d4eb05738175690c8664ee1de9819cf
BLAKE2b-256 70beffdb11781fc7dbe4d36214660003aebacad17bb353d45a5895158ce3b461

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pandas-1.1.3-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 9.6 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df43ea0e9fd9f9672b0de9cac26d01255ad50481994bf3cb4687c21eec2d7bbc
MD5 df0649d9a21da6d1df9d74cef5f29407
BLAKE2b-256 b96efece9ef5af93da52129ab726023688d5b0235a31e78acff7d24dc8992557

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pandas-1.1.3-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d89dbc58aec1544722a8d5046f880b597c497ef8a82c5fe695b4b2effafac5ec
MD5 8fcb406e20273b9155f09658ae87577f
BLAKE2b-256 640e97fa348981b2ccebd39569200c91d587703329ea21508c30bb35110e404c

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pandas-1.1.3-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b11b496c317dbe007898de699fd59eaf687d0fe8c1b7dad109db6010155d28ae
MD5 d3f66ff8ec6303f1156f0c0e0abde3a9
BLAKE2b-256 5b5fffc1308db2e245a55e0770ae4a5dfdc7197d51206efed00fb422e8ee6149

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6b1f9d506dc23da2915bcae5c5968990049c9cec44108bd9855d2c7c89d91dc
MD5 3b8795c8187378daf55034b2762d772b
BLAKE2b-256 30093c2ee77531dc30d4265d1f148d08d283de2d57fdd00745a9b367137d54ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 920d30fdff65a079f071db635d282b4f583c2b26f2b58d5dca218aac7c59974d
MD5 468906e0e5eda44e3d4ceb55bc76e37b
BLAKE2b-256 8d6fb1d18ef1ae6d8d8e43ce6e69c4960a0a147c7b852c763d4d2bee9499889f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c22e40f1b4d162ca18eb6b2c572e63eef220dbc9cc3de0241cefb77972621bb7
MD5 b56ddfa4cd584eec615ed61a7689d663
BLAKE2b-256 f6d52fc6f830ccf448aebce88f3d7e3884362e175138e19b65c13743d7dc29ef

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pandas-1.1.3-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a8a84b75ca3a29bb4263b35d5ed9fcaae2b062f014feed8c5daa897339c7d85
MD5 87fed31bec0ed4fa5db0a7146a1733e2
BLAKE2b-256 e460f34ad85688215543186638dfb91129f600142fd3e61a2f8d58030eb501ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 427be9938b2f79ab298de84f87693914cda238a27cf10580da96caf3dff64115
MD5 b5f4c4ad7e387263065a3b45c4083c45
BLAKE2b-256 254722fc373440e144e2111363adaa07abb09ec1f03fbc071b6d9fc0bbf65f68

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pandas-1.1.3-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 24f61f40febe47edac271eda45d683e42838b7db2bd0f82574d9800259d2b182
MD5 95d545273899edf07c6c2f2cba69dc48
BLAKE2b-256 e8c717cb07f9a1e5518cbe913f543a233be3745cb4aedde581a7ba913f1ef8e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a038cd5da602b955d335aa80cbaa0e5774f68501ff47b9c21509906981478da
MD5 f97307be56db04face3f03783526ade6
BLAKE2b-256 5bc88a75e942e7b2c433f0b9641d6e693afa11551c0465dbbd04cbdc50faac30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 54f5f564058b0280d588c3758abde82e280702c440db5faf0c686b80336096f9
MD5 7d277b6235cd319ba6f7a234f175c476
BLAKE2b-256 f39a8060d225f62bcd9a90e6feaf054d432ad70a36a2d0823f1f2d3f250c134f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ca71a5aa9eeb3ef5b31feca7d9b6369d6b3d0b2e9c85d7a89abe3ecb013f1e86
MD5 ee98dccbc56a99063623749038a3f563
BLAKE2b-256 8a3ed8268352f4da4dc52c04fd92190a90276738f888327091de772384bd7543

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pandas-1.1.3-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5

File hashes

Hashes for pandas-1.1.3-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd6f05b6101d0e76f3e5c26a47be5be7be96ed84ef3981dc1852e76898e73594
MD5 c875e9dddaf43742602381d647ea58bf
BLAKE2b-256 65196a19b9df4e6c679511d8cd8417f8c14ef283b3bab003f0f074c89612469a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ca31ac8578d48da354cf66a473d4d5ff99277ca71d321dc7ea4e6fad3c6bb0fd
MD5 7cca93ec3bf2e0b56cf5570892d2ddf7
BLAKE2b-256 a221e10d65222d19a2537e3eb0df306686a9eabd08b3c98dd120e43720bf802d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandas-1.1.3-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 206d7c3e5356dcadf082e64dc25c24bc8541718045826074f96346e9d6d05a20
MD5 481ad5fe3a9edf87210cc825ad0ddff0
BLAKE2b-256 ff4e4c5c11f5d849edc492736728d594b72dd729d8fb2c87aaf17ebf7f8f2439

See more details on using hashes here.

File details

Details for the file pandas-1.1.3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pandas-1.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for pandas-1.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 882012763668af54b48f1412bab95c5cc0a7ccce5a2a8221cfc3839a6e3394ef
MD5 a4a0c35208fea1ae85b5ef719350e034
BLAKE2b-256 ccbb4bb32f4373ffbc3d6cfc19fb8c412855f567d30689ed69acb5eb467ed25a

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