Skip to main content

Python support for Parquet file format

Project description

https://github.com/dask/fastparquet/actions/workflows/main.yaml/badge.svg https://readthedocs.org/projects/fastparquet/badge/?version=latest

fastparquet is a python implementation of the parquet format, aiming integrate into python-based big data work-flows. It is used implicitly by the projects Dask, Pandas and intake-parquet.

We offer a high degree of support for the features of the parquet format, and very competitive performance, in a small install size and codebase.

Details of this project, how to use it and comparisons to other work can be found in the documentation.

Requirements

(all development is against recent versions in the default anaconda channels and/or conda-forge)

Required:

  • numpy

  • pandas

  • cython >= 0.29.23 (if building from pyx files)

  • cramjam

  • fsspec

Supported compression algorithms:

  • Available by default:

    • gzip

    • snappy

    • brotli

    • lz4

    • zstandard

  • Optionally supported

Installation

Install using conda, to get the latest compiled version:

conda install -c conda-forge fastparquet

or install from PyPI:

pip install fastparquet

You may wish to install numpy first, to help pip’s resolver. This may install an appropriate wheel, or compile from source. For the latter, you will need a suitable C compiler toolchain on your system.

You can also install latest version from github:

pip install git+https://github.com/dask/fastparquet

in which case you should also have cython to be able to rebuild the C files.

Usage

Please refer to the documentation.

Reading

from fastparquet import ParquetFile
pf = ParquetFile('myfile.parq')
df = pf.to_pandas()
df2 = pf.to_pandas(['col1', 'col2'], categories=['col1'])

You may specify which columns to load, which of those to keep as categoricals (if the data uses dictionary encoding). The file-path can be a single file, a metadata file pointing to other data files, or a directory (tree) containing data files. The latter is what is typically output by hive/spark.

Writing

from fastparquet import write
write('outfile.parq', df)
write('outfile2.parq', df, row_group_offsets=[0, 10000, 20000],
      compression='GZIP', file_scheme='hive')

The default is to produce a single output file with a single row-group (i.e., logical segment) and no compression. At the moment, only simple data-types and plain encoding are supported, so expect performance to be similar to numpy.savez.

History

This project forked in October 2016 from parquet-python, which was not designed for vectorised loading of big data or parallel access.

Project details


Download files

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

Source Distribution

fastparquet-2023.10.1.tar.gz (393.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fastparquet-2023.10.1-cp312-cp312-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

fastparquet-2023.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastparquet-2023.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastparquet-2023.10.1-cp312-cp312-macosx_11_0_arm64.whl (685.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastparquet-2023.10.1-cp312-cp312-macosx_10_9_universal2.whl (917.7 kB view details)

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

fastparquet-2023.10.1-cp311-cp311-win_amd64.whl (667.9 kB view details)

Uploaded CPython 3.11Windows x86-64

fastparquet-2023.10.1-cp311-cp311-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

fastparquet-2023.10.1-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

fastparquet-2023.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastparquet-2023.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastparquet-2023.10.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastparquet-2023.10.1-cp311-cp311-macosx_11_0_arm64.whl (682.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastparquet-2023.10.1-cp311-cp311-macosx_10_9_universal2.whl (910.3 kB view details)

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

fastparquet-2023.10.1-cp310-cp310-win_amd64.whl (667.9 kB view details)

Uploaded CPython 3.10Windows x86-64

fastparquet-2023.10.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

fastparquet-2023.10.1-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

fastparquet-2023.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastparquet-2023.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastparquet-2023.10.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastparquet-2023.10.1-cp310-cp310-macosx_11_0_arm64.whl (682.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fastparquet-2023.10.1-cp310-cp310-macosx_10_9_universal2.whl (911.3 kB view details)

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

fastparquet-2023.10.1-cp39-cp39-win_amd64.whl (667.6 kB view details)

Uploaded CPython 3.9Windows x86-64

fastparquet-2023.10.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

fastparquet-2023.10.1-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

fastparquet-2023.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastparquet-2023.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastparquet-2023.10.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

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

fastparquet-2023.10.1-cp39-cp39-macosx_11_0_arm64.whl (682.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

fastparquet-2023.10.1-cp39-cp39-macosx_10_9_universal2.whl (912.0 kB view details)

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

fastparquet-2023.10.1-cp38-cp38-win_amd64.whl (668.7 kB view details)

Uploaded CPython 3.8Windows x86-64

fastparquet-2023.10.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

fastparquet-2023.10.1-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

fastparquet-2023.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fastparquet-2023.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

fastparquet-2023.10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

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

fastparquet-2023.10.1-cp38-cp38-macosx_11_0_arm64.whl (682.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

fastparquet-2023.10.1-cp38-cp38-macosx_10_9_universal2.whl (911.6 kB view details)

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

File details

Details for the file fastparquet-2023.10.1.tar.gz.

File metadata

  • Download URL: fastparquet-2023.10.1.tar.gz
  • Upload date:
  • Size: 393.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for fastparquet-2023.10.1.tar.gz
Algorithm Hash digest
SHA256 076fedfba2b56782b4823c1d351424425cfeaa5b8644c542416ca1363fe6d921
MD5 9aa9829a57e774e3b5566f832d46646d
BLAKE2b-256 e4be66b9b0c1b1ad092940efbca5e12402e5e92c55360dce876a65ed3cbb78ff

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4c5208db1f38c8ac5f50f309f77bdb828fa7f247b82e2df88d847ad3bec38903
MD5 9deac29e595a83c5ccab8faf0a002ff2
BLAKE2b-256 0d1f16af858f1c06827882cb77e438af0fada967b6a780086fb9b3e26234483b

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c975d648ea491e684135e9e3c0a15b440d66d0772fe497269e5c9c4eaaeb62a2
MD5 907e37ea567723e1bc2ada5429325dac
BLAKE2b-256 ffc83c1f1bfebe1cf039d8b45d900d010f9dddc434ee74058bf6b92a07b11d50

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9296098d06c6692ee477fe491381eda39fc0dcfe2fce210496491fe16ce27ef8
MD5 bea6550fbd48563a8b1eab9f46300962
BLAKE2b-256 fa19ce9aa2eeab8a3da0b0f5059b1db915afacb99b15a06d229657e8efc69787

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf2d58bee17e0eea8565c2bcd2b339ee032472751651e21f000eb564ad3cd5cf
MD5 2e3bea6f7287d439bb6b0d5420883c0a
BLAKE2b-256 be9c1d43418a887540b2d3fe9e4b8a154c29f456edb881dfc9b0e5855a24e801

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b826696cd48f1defb6fcafb4c9798102233e54f3f3491251c034dde3d94f420a
MD5 402e052410d05d957b4d27c008c101d9
BLAKE2b-256 d8a48d7b9ea8702d1feb5f19ea5e07b67b479418006c8bcaff36866aaeeec235

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9133d2f975c6e05187be4b558060e6a4aafeba02dceaf849cf6ad46d32e59405
MD5 40a702c97cc32526e48bae3c5f388f2a
BLAKE2b-256 e0e3148ff9c95c72d3cdca00f33fd00b0ca4118fbcfce1880395f86b1902a4f6

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b2a9ee49039223a1e216c409c25072be1f362de27197cbec5f90cf2e736df3b0
MD5 ad642ce0c38edd2ea8af39458876c381
BLAKE2b-256 8fd0ec21a4382711d6e6805a298920dea94944f46c099d0ade17d25f33e1de2e

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 53b9ad8d646c2609854cbe7d7b17be343664cabae1cd0eb119011e389df8484d
MD5 54f86d6d496bf7930f8f577b2730135d
BLAKE2b-256 eae9484ae9f779cde8a0375833cd2b4beb183a02675812a2ac982fe7913690dd

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efc30c502feaa67c058c496eb4a734eba8bd373f0d24a32cc69360c79f7220ef
MD5 1646c8e37c3f8e9e0ef975e281ab2c9a
BLAKE2b-256 079735d540fd00887476755f37bedfb7a33ad71d8ff307e18037ea67ae9173ed

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab978612d21630033df0a0b12423ed826fe36e83a1710b155968c3c6e2b3174a
MD5 2f5d15395b4aaba05dc9b388b87b32d6
BLAKE2b-256 bd20b2c36ccff6a90e2c7d7dbbdf4c2de6fef0763892b114f1f4426303981bf6

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99568ae6bbbd973b32d796cb664ba156b101e5d1931dba780fe2dc0d9b227dfd
MD5 178fdefc9c2fbc8a502d4204e7f4fea3
BLAKE2b-256 ec3f143b8a7a9f35f613c369167ffa2ed0f8679418114b3008d92fe47c22e4f1

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea74f28494fda892641a564f728d046a074fdea5b9ff664ef9554c0da563bad4
MD5 ceb256f27755debdcb7c9aece3bf731c
BLAKE2b-256 09ea6bf8718363e6fc8e204db6ff2bff5a18cc78859ad81a625745d68f5e2ed2

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7f8d53f5e5049b21893964cd27154c2a7c8180f3ffd1f2693f80e0f834a3a35e
MD5 b59098a90b3f878ade898b2b30b334c8
BLAKE2b-256 768d8a376d0fa03c86824be7d21fb30ea78fa71a5fb42e9fb980f94d0a77a9a4

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b7086ca3a0d8ae8680b380da9b7057a1491d629945b1dd228eba5b362e2e39aa
MD5 340a4a40a764e7982cdd3da33b2e4fc3
BLAKE2b-256 c2dca96677fae9893af1596dddb1ccd1401847486776a53b00c473dd5dd67b84

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 68d26a1172be5b02018f6c28603f195807955d8262b913349385d977f3ae081f
MD5 a3632194534e5678c43ae17c98e92912
BLAKE2b-256 2ebb40cc22c21b7f77d3a19237329574c7f932af2dfadbd137c00ea7dfae1253

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5c3afafd4a0907216f5ee4f835f47ad16b84c5dede4c5ca4c0754dffe3eb72d7
MD5 860ad7e49e8b24c323ad01fe54b7e004
BLAKE2b-256 4b24bbb201e27999d27dc1dd11bc0ca120d95bdad7eb78355f604a8aadb12cdd

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a746f521da7459707899fc33b334b2d21f590380f472fc27642f3ef28ee451d2
MD5 5a915fe52960d769b26a4181274c5500
BLAKE2b-256 57fd79d39d046c71278f5b7bb0e155a762b913bea987cb3dd88d7d998956b3f0

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b798cdfa8f01cd573b135a493a4d0686ebbcd3a412d6e59889a7ae41ff90efeb
MD5 3fbe7ec8aa60db677bfa0e12cd49491e
BLAKE2b-256 d24e58e5300dfd9a46ea820f7f01af1819634c6ce5fc54e6f967c6e023300e83

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e86d64898e846ed0f5745427436e5772fd7bb5d9a930f1dca8233e90385e126b
MD5 9d17021ed76e4706e9d7f1cd6db831b9
BLAKE2b-256 62fbf47799c13d0ca0492795c339c7cd17027d1558874aa8b3addab9384b71f9

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af0c1d5559aa0a4fff8eb3b301c8177b6813bb15fe9d2007ad0dc89f8fa519c5
MD5 fd0d67764d9176fd46bc89f8295027c4
BLAKE2b-256 f1b9bfa6c7661a57336681836f8ff620e38e4192e5d756941ec8a4bebee1e591

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 75a00475e96d26214dace147b27ab782da7a0ae230cade05ea9181c3aec2e637
MD5 73ca35d932d40d0f3c5203cf37acac09
BLAKE2b-256 b8541e22bf8637194478409a5e55637a49e3d338d7d7c8fca6c4b3130bed37c4

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5eb06a70daf50d70290b87f3a5ca6f25eb24ad850bcc68197b5438d92b11c763
MD5 6eab69a0cd1c3da29380ad22a1910d7a
BLAKE2b-256 96be15248f34f7177519e73ac2fc984f4b50b73efa09f88f04db472dfe880e24

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 332cb3b204e1de64dcfc4c5d0b517ea665856d19c139f693e8c9efc11992e19e
MD5 2df03e340d992c20ae168066e9006af8
BLAKE2b-256 a7ee41c57d92ab618c91aaca96e4f2a8271d1e58a29adb8b9d77f849ce86d4b2

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 91ee6b5b0efc18586e61da6662119de92fc7bf552c3a08a13eb2af16bc12f16a
MD5 cedf50c13a1a44db52e0725a730f920f
BLAKE2b-256 aafdd104b0635b32b3c87054f39efae80d1c9c35bea30507557d37b68503cba7

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cde8f6798d37e2af38ada058fc7018c2157d90a8dd728c0c59fab85b8adb9215
MD5 aa58639ba829fa78f5684cbe7b79ecbb
BLAKE2b-256 9c2ce8e450678f47d116adb6c990e44ce9d26c2c7b7c7265d5d3c4008b3331e1

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2635f0f37a983e35be9b8013b84361e3d0cdd4f514b822016445c029b1c6e007
MD5 857b95bf099f377cb9764b5f3fee3552
BLAKE2b-256 25f4c3e2d0aaf9fec9fc216a22c4938b14ced47b45f8725b11e62cf4c5e6fd8d

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20c17c5e7186723a175c9e7da94285bdef3cb477cb7cca0e2812b1e245279671
MD5 663b93245ae3befdef9a734f121ec642
BLAKE2b-256 bc97bd535a0d9ba153cbb3a6b40d72b4fb72ae92f3d0a07397fe52163d1f1ddf

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c61d26705e9a2ad2d52ed1d527c75e96e6a9a04be35bd4c8d6f4accd778f9b05
MD5 6e2975e1e5991a41a1c5c1a90605385a
BLAKE2b-256 eaafe6a4b6e684e2b6e014bfb1aa31086158db6737119926aa05f22ba4454666

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1fac5319aabcbc4acc2feb5df68336de755de7d60a2ee9329fef178ac016e236
MD5 2564eb650b1a30048f994fb67ed95099
BLAKE2b-256 34d5939f2dfc8c85fb061a9d95bc2594fbf37bf256eba719548067e64a058cf6

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2a0c1f485d3085fe98dbae9ead2e97a886deb99d3db7af635296bfd3f4f2f814
MD5 10a01801afcd993fbbe3b711eea5806d
BLAKE2b-256 ca857544a0b7cae5c1423c209bce9c04e19f42ba355c4c94635ce711956d21d7

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2be7d33969e724c8aa777122d6032845a362cb2075f6e6f2c5b2150bd6223cc8
MD5 803b3dd032ff95011ad8c590ed3a1eda
BLAKE2b-256 b5ad21c53120a5bccfd07095666e6116bd071ddd3cf6542e244a8a854fc726de

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ba85d9e5c298515a347f94bc65c0b570391b344d765dc349bafb35137466ddb2
MD5 3a187cd1ca4b94cd344a4a7100c83f85
BLAKE2b-256 737f24d7405de77bfc47809543c4206aa35bfd6a43c6444e9518e615a442b3ba

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8aff041900ebcb4c2510bede80695fed35fb7c24dfd83b60ba8b56d7ede4e0fe
MD5 df1a3e3f6147af9e654a9cc9392d452d
BLAKE2b-256 858d67185a26da90140d9aaeff30ce87ec06ea88909beed094679ae5773c4863

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2da633a0bd1889f30acb1b6dffa99832739802d0ae5f455b4e5eb720ab701e09
MD5 c918dc6643e45b1574121472af44cd5c
BLAKE2b-256 66d0f53461fbe99cb7fe1627df996e7141c2c4c96bb90fb354bc8a356e289f8b

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 62aabf43b6bbbc074b89f9a4769f7276204b6585d2d8fae770a0b782da5b9fc9
MD5 dc5996c2deb193e6e59c2a8812c34ec8
BLAKE2b-256 c5d3122a18a5592feeed8eab85c41abd8750e36cbff3b1037455dc471b1963e1

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35cff597d2778b6fe8ef7dc36cba056cd7337151dbfc2fb08abaa6b109c75140
MD5 283fe4824c588001f382963409b2c49a
BLAKE2b-256 cc27328d261bf5a519579f4359948ecceddccde775b22b26fe84e1e9e2c36b7e

See more details on using hashes here.

File details

Details for the file fastparquet-2023.10.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fastparquet-2023.10.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 118d1832ed2098f313936044012083c8c1b07da85ee11612895f3c4ef27bfd8a
MD5 fa5a9fda83351f1feeb32468d4e21d4e
BLAKE2b-256 49c9ff130464f4ae0527a92339a73c5578a1f222b10de8e2209afed7a97d9f62

See more details on using hashes here.

Supported by

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