Skip to main content

Pandas interface to msgpack

Project description

Travis Build Status

pandas-msgpack is a package providing an interface to msgpack from pandas

In 2019, pandas deprecated the msgpack io interface, suggesting people use pyarrow instead.

Unfortunatly, pyarrow doesn’t do columns-containing-tuples, and we do have older msgpacked DataFrames that we still need to unpack.

Somebody had already forked the msgpack code earlier, but it had bitrotted away from the current pandas internal.

This fork restores it to mostly-working order - notably, all datetime and sparse array handling have been removed. Datetime, because the numpy dtype no longer stores timezones, and it wasn’t important to our particular mission, and sparse arrays because they have been deprecated anyway (and were not important to our mission).

Installation

Install latest development version

$ pip install mbf_pandas

Usage

See the pandas-msgpack documentation for more details, just replace all import pandas_msgpack with import mbf_pandas_msgpack

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

mbf-pandas-msgpack-0.7.1.tar.gz (238.8 kB view details)

Uploaded Source

Built Distributions

mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-win_amd64.whl (71.1 kB view details)

Uploaded PyPy Windows x86-64

mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (89.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (70.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-win_amd64.whl (71.6 kB view details)

Uploaded PyPy Windows x86-64

mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (89.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (71.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-win_amd64.whl (71.6 kB view details)

Uploaded PyPy Windows x86-64

mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (89.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (71.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-cp311-cp311-win_amd64.whl (76.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

mbf_pandas_msgpack-0.7.1-cp311-cp311-win32.whl (71.1 kB view details)

Uploaded CPython 3.11 Windows x86

mbf_pandas_msgpack-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl (409.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

mbf_pandas_msgpack-0.7.1-cp311-cp311-musllinux_1_1_i686.whl (396.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

mbf_pandas_msgpack-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (405.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mbf_pandas_msgpack-0.7.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (390.6 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl (84.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-cp310-cp310-win_amd64.whl (78.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

mbf_pandas_msgpack-0.7.1-cp310-cp310-win32.whl (71.9 kB view details)

Uploaded CPython 3.10 Windows x86

mbf_pandas_msgpack-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl (403.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

mbf_pandas_msgpack-0.7.1-cp310-cp310-musllinux_1_1_i686.whl (398.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

mbf_pandas_msgpack-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mbf_pandas_msgpack-0.7.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (388.9 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl (86.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-cp39-cp39-win_amd64.whl (79.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

mbf_pandas_msgpack-0.7.1-cp39-cp39-win32.whl (72.9 kB view details)

Uploaded CPython 3.9 Windows x86

mbf_pandas_msgpack-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl (418.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

mbf_pandas_msgpack-0.7.1-cp39-cp39-musllinux_1_1_i686.whl (410.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

mbf_pandas_msgpack-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (411.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mbf_pandas_msgpack-0.7.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (403.3 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl (87.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-cp38-cp38-win_amd64.whl (79.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

mbf_pandas_msgpack-0.7.1-cp38-cp38-win32.whl (72.9 kB view details)

Uploaded CPython 3.8 Windows x86

mbf_pandas_msgpack-0.7.1-cp38-cp38-musllinux_1_1_x86_64.whl (437.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

mbf_pandas_msgpack-0.7.1-cp38-cp38-musllinux_1_1_i686.whl (427.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

mbf_pandas_msgpack-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (422.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mbf_pandas_msgpack-0.7.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (413.5 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl (85.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-cp37-cp37m-win_amd64.whl (79.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

mbf_pandas_msgpack-0.7.1-cp37-cp37m-win32.whl (72.2 kB view details)

Uploaded CPython 3.7m Windows x86

mbf_pandas_msgpack-0.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl (405.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

mbf_pandas_msgpack-0.7.1-cp37-cp37m-musllinux_1_1_i686.whl (395.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

mbf_pandas_msgpack-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.6 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (387.7 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl (84.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

mbf_pandas_msgpack-0.7.1-cp36-cp36m-win_amd64.whl (87.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

mbf_pandas_msgpack-0.7.1-cp36-cp36m-win32.whl (77.8 kB view details)

Uploaded CPython 3.6m Windows x86

mbf_pandas_msgpack-0.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl (403.2 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

mbf_pandas_msgpack-0.7.1-cp36-cp36m-musllinux_1_1_i686.whl (391.2 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

mbf_pandas_msgpack-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.2 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (385.5 kB view details)

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

mbf_pandas_msgpack-0.7.1-cp36-cp36m-macosx_10_9_x86_64.whl (84.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file mbf-pandas-msgpack-0.7.1.tar.gz.

File metadata

  • Download URL: mbf-pandas-msgpack-0.7.1.tar.gz
  • Upload date:
  • Size: 238.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for mbf-pandas-msgpack-0.7.1.tar.gz
Algorithm Hash digest
SHA256 c54618ff591313bb04e1dffa979f0bf568c61eebd545c427653af0db5c16da2f
MD5 7e3b1277e81dd00196992f824bed7d66
BLAKE2b-256 184b322266a7c25268ccfdd8af14bddd4978568baec50c02f7ef5256107f299b

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1be97af67d5a0b89aaa26d0bd5388dfcb077fa0ba27fc733c17189c305a837f5
MD5 2bc383a0495c9b0563ca8ad0d093d737
BLAKE2b-256 64dbdd81c7bdc6f76bacf69d8b77dc852a433df9d8e0a0b708a9c749e7a4d9ec

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c129a393fbeef6aa552ce057b5b8741735b7d4a92df140e17d2a738292789b09
MD5 846a14c09ccd06747d70f68a719df1f5
BLAKE2b-256 9ba5539b85a75d64a3fe7a10a790feb7462843e8fe2276abc715a8f09a21aacc

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0564c3f6ae7f5c9ab274ba9bdc06de31763b2895a9910814be29b020e76314f3
MD5 dcfdf647e7bae0d5362dc1d9067b5bbe
BLAKE2b-256 d0badfe6ee60ceb9a63048de9617604fed8803b312be3d337ad5e8d4f95f9130

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 80840a8532ac0deff7919f38c260bfec45c68b4100366390223fe40c862d696b
MD5 85c87ec1db43fe9953b0c83866c2d421
BLAKE2b-256 c7e4652e8214430f1b980ae05b199f692bed82bfd1a9d696d2ddbd75d1e2f101

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1c2c68488097713044c89dd67906e54bfac7fe8566a9e4330138248ad6ea002d
MD5 486c2e069dbd3cb0640b61661187a9e1
BLAKE2b-256 d5c93b1b6d853f2ab4e304b85222f200cc18a707c466ac2f27d7bd6c51e330cc

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b253e6e9c64ba45b0d71405f56e37cbb4b66aca31e4645672c8273b8db35d786
MD5 46a152fbdec337a7782d7071f655aad1
BLAKE2b-256 882308d2e11a918edc0a5dbaef5999c1d0c418a512d9e3a58bf2e4339f7dae6b

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b6b2dbcf0c45eded2e060ae5dc9512d1f750b4b46d395c9e4c8340e7edf1bb4
MD5 a415e332a402a2ab3b3cf31a422df2e3
BLAKE2b-256 cb9505a480e95cc6ae448f3e55e3af73a2a74f5c35607b68aeb751fb9ed23331

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7384eaf977f4e7c6c9af4f3bd3863acb59ea888dcc624c05042488e64e87d59f
MD5 fde4e70f642f3790dd9bb1e22842b60b
BLAKE2b-256 b367c1b6f42ab55842e8e292a9cd7b8ffe1856915783bb4f167ac6d6fe510954

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b8f463222e83009f50d62962d3a974cfa88b38832baaec2f202ae5556f70a2a4
MD5 b30a120db956cc159702d6646d8cea51
BLAKE2b-256 627fb3c4f40b9374a0bb6ccbe90afaf1aeefe242df2eed828baef3073a99074e

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ccfaf3112fd63939f15fc528335afb4b4e03f1b027ee3bcd0872980456abd4c
MD5 70e6e6e99abc5e5c791b76a3177ba932
BLAKE2b-256 b42f86751f1195933b98d40e8beb4cc0a17fbee21f8e9d47aa1ba1af66b88ee5

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d34e90089f8ee8758f4849bdbddbf6d215cefe264cafa8be6efd811b6ae96ba
MD5 1bd2ae8c5d108e26440c39287b088332
BLAKE2b-256 79e56a716d82c8e087210b18004a90913d26f16deb7317903cb0ed19bbc15dbb

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cd5e98369d6a30ea07f026140c5109cedc97fbc063a5fbe0861b2b3d03743d9
MD5 7cb6744f8063e2e7efe4251940569b2e
BLAKE2b-256 98dcb0d18ab90ea94fc38a3cee7359ce25d2247d10f40f7b03d066e2f14e877d

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 38c51331389104c434f3323272a75c3a9dd6c0e0cd49187bcb3d6bb56538d8c9
MD5 b995015c1d8a1886b67dbf81d6a8d349
BLAKE2b-256 a3aed13739c777521504d9572f4f5f0a0631ed27fd47a7fcec4fea2985f657b5

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0c86a2878929a4ffd2ff8290a41c0fbb9ab2ed5c07b0a5d37f42d5beec47227d
MD5 dea306934dba54cb270e55412b2213c4
BLAKE2b-256 00a671781a8ef1c8ce442031a9206bca2756ea745832af9ba2e2733ae278ee20

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cadbb3bf83e0a94df87aa60a1094ff4c18f5e7a27a63a78a75488263474ea998
MD5 a61e9a00115956668a1b742994df14c4
BLAKE2b-256 de40fe970b94998e0da36ec21e375417de8f7dbf5f3ed2591f1fb550ef19c28d

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c0008049b9fd0b0a0fac3cdeb89e360bef126d006cd483a3a62bd2e2720d6008
MD5 d484f6ddb39e47851c71d963b2bae3f5
BLAKE2b-256 70c95e90057a8416f3a7ddea1315c13199dee1c0072664feacac0116bc58354c

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e67cbdda7b662b71e0d0b54e702636c5d6386e510624ae7dedb94b9ca697a134
MD5 0e5fd8da1444409a88bb993fb68520d8
BLAKE2b-256 0fe1a37c00f974b2b82e03aa4a29d6ce9c929108b36c11cadf9078c8d3deee5c

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b02e08972bbb54061dbc001c531f8c586ab3e8f7b5d34fcb11141c9829ff33b0
MD5 07b92f3913e0d738b4b491b565c9be99
BLAKE2b-256 52bfde971b1ee83ab6fba026b5671c2b001e665926123998471fc698f11ba634

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3dd8725c9f6364188b8268a6b62a79448a295c112dc1e7df8560ed56625443d4
MD5 a0a2a0f61ed786114d0fbe7ee701a2f6
BLAKE2b-256 842a7e1261f05db8675f3cf3e626427a06558c62301dde4255ddc9dfc2fece37

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8e208d8a916988ffbed5b71428bbbe59a1058fe6791cca0cca73d848a0485b21
MD5 9464a2f5b67c9ae999feee03cb3ffbc3
BLAKE2b-256 08916a2edc2f096b809f9ff6a74143bb814733f067f8ca44451141bfa8769262

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 969d00ac1530bba0590cf5d1ad61d0abd7b9535f8b20f57e082891b20dd2e4be
MD5 d563674b0cfb3dc023ad4ea3dc174e32
BLAKE2b-256 c11f1643ee43fac68cb87234fbb5741f5ddec25f87c0c9922437eb9dbefe37e1

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 71a8577d9a237f2ddb819c2ae31c07a3c3688389ec93c929f9fb25bf825a1b35
MD5 0cd581607d8a86f9f7f5e3959a5321f1
BLAKE2b-256 aeb5d1aef48f967a1783622674d06290cbbd5383870699faad4466a37419eb7e

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 020c060543ab0da800edb44d323c5d5dfe18143a197167bde89ed89ea0a1a9d7
MD5 8aa15e553b8d1d839a97c94af9bca57f
BLAKE2b-256 86212f91bdfb4cc50ab6748bc1641817c519e330e542b8d9271c86b96ddc087c

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8569cdbdc6cb9807b32e7b950c209149cac7938e7093b9675b9eb65e86b27e9
MD5 ba02da383119240df7793625e1928db0
BLAKE2b-256 3857adf91417993b944ff1aa7a83fc4ee5593c8177f222c665ac5411c4da612a

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97d61c7746e50b2b40779b94def5682d955a6f532daa103255301ac8cd2663ea
MD5 1a5cc0e55227fc2fc8c46c132a2fbaf6
BLAKE2b-256 599fb6d8a0674cebf036f4e6b15bdb28f154de8602f5cd64a9a0fde36c27c769

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4675f493c3df5e642c8a0c3ddbef172869dead64fe95423a44d87a6fd426f2d9
MD5 b024cc28137fc25ab323ac3c1af4ba78
BLAKE2b-256 e59d98f45c3cedae70219ad490e6fe2def36cc90f2dd09035cfd0cbb884c1cc2

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 14b67d8e3fe1a6538de738ff5b646a9359e6b15517870a050df335ab399dfabf
MD5 6ed33a8a88b0119a907d68a262987f67
BLAKE2b-256 9f2fc113ce4c44e3f262baae66db69485548d2379b9d6011ff700bb933e7a98a

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b73d7cfabea20f2c07963e57fdf0d1cd2fb3d094b5005cade688d373d3b92f75
MD5 7b12ffafb7579c49af73fc8b2ec3a8e0
BLAKE2b-256 20808108c5b8d7a296a68203917673d0fc427935583af341e1dd664d5ff56b98

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3cb618054283345a3064525bfdbad0f023d07281b3f0a94d3333e76c4982fbdf
MD5 ebd2a2a7969310ca95c8a7e81ee6c6f2
BLAKE2b-256 4f297bc135f0cb3e3ff72378747eda396e4193f060c1b4bfa146f9ff22ff5a48

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 827f3944e8505865e83aaf14993d750fd4385de2f445e2b7ee1ac805a257fc6e
MD5 d5510035d74dc580536556570716066f
BLAKE2b-256 99ff87355b1c31c402736efc79bebc5765a545bd8d10e048eeda9289bc2b95ec

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26ed424cbd997d9d587119a5971268c0d189ed724ae550b0cd6f7bf1465c4eb4
MD5 2700b508fceaa2ae5afef825285bc35b
BLAKE2b-256 02cc6480c523d12f56bd0675cb70e65223a3e04bba657a225b3ede21180c2042

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5e4bbf1bb830722b317a7f57ea642ec2917b77dc3b2dad03f3cb01b2ec72ce9
MD5 201e3021eec1ae64f516d0155cead09c
BLAKE2b-256 c5f192509d8bf9f9c7f8b9ebc2bc944bcbee403fe0763e8be0c60e8eb1d7ae69

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59a500e78170863442f7cbccd66c601e8f9f9eac22508c2eb302416798d11378
MD5 8f0a18eb08508ff86f270af443572f8b
BLAKE2b-256 5cd1e745f2eb29cd4c29929f847b109b21b30edbaab64b9f6b8bb221a85132a3

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e7be1eb4b1fd37ec747df04ff657d24c754f6ad59f090f43f4a4e8376de6a03c
MD5 56ee9cc9f5ff1c234880f707d971913b
BLAKE2b-256 f5758c6b397681d159f3553c63cd5cb407d01fbbefbcc68d7c6d4263611cbcf0

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 123f3210c191aea8a0dc151c4134f8d40ba09b5985e09ad6f5c46ba27c719ec4
MD5 911c9fc8dc963d47568cf39460a2edea
BLAKE2b-256 14129ddaaa7e3dfb79d7a26529f4774b7e852bf6b969d8704c85b96db49953de

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9148cdff95d232716aec5141c5af61a48386366862ea63d1d2c0b08f4715aee9
MD5 b6f9ba255253c2cc7fde0db4299f9148
BLAKE2b-256 fd4792230ca4e2e55f093ef6e52bb3108bad408a3c478bfb4605d97c3f8b1acf

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 41c602dc95c2afab8b027a73249574b2b2b44964531f890d930a374896d35f84
MD5 033d68faa30466ec80c65f563d6bfedb
BLAKE2b-256 8597ff5c290ac04bec003696648ce0036345060c71f6387a292906dece626d71

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bfffa1071e716889369702773f67b6be76d35203b0b49b61fdd3421885a5011
MD5 5b73fdcde2ef8c0cd1adb534f62b32cc
BLAKE2b-256 76576c4509240ac5f30eb81b3143a3854a162809137bf8dcf2afb819701a880c

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17f4d6c30b91d3d9a1b8440f0021174e88c3e4fb662d34e6a25987659df94fc7
MD5 2aa2d10e801cbe062251d769b6c3048f
BLAKE2b-256 7ffd72c11eb20d8bfe7e05b0fca6892d8094886e096f2c27693958db79c0846f

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aca82439331eff6af3cf75dc54cbbb4254e19a26fb0b7ce55576fa335f763f83
MD5 005b813398360b553a9f7016b99b5bb1
BLAKE2b-256 420818a21a1da795ab6d99ab38d1cc32449467dde2e80b3d68f47273b3d16c1e

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5cd046df37122d24cb92c45b1b7ba63a5ba1047fd5716ff876a77ed8c0631192
MD5 b40f5cb76dff8ce12fb245bad82a8151
BLAKE2b-256 4e555ec3b2023058fc9b554f580d0d1006fb61b612cf7b58eb7807eeafca1707

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6237fe626b889a6509b5e7fa02bdd22f22b3a49665d432af3cd66b366a6d1944
MD5 78cf04caf367b70ece3231b53bfb661b
BLAKE2b-256 e8963569e62415b024f09fba1f5ae322a335eb0d5bcbed2560ab1cc28c185004

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 196388734c84ddb7a039def870c5b9390b880064e6d98b98a60d7029531821b3
MD5 cf5c321c025ca06db071bd2c1967009a
BLAKE2b-256 32950a1c048d92c13686475a45e65d9efbeb411ec6aed3e9cfa0a41956aa396a

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f2e6a70e8b7b2709f49d5849d56718d401f4a1038aaf35084dbf374d28c2ea75
MD5 27f56ea5d675d4fe0972af130b45464f
BLAKE2b-256 30a407a37947ec03d895796662c7c9fc0a178fcd3b332a7c1f59840a1ce2ae00

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3913f00d600c93ff93f5be25a07aa7e68c74650c63d905b838bf64ba6d09a3db
MD5 c857b2342133516a720269ca2bf9e6d1
BLAKE2b-256 0a9f9a33c0c5237d0c18b09d67500bd5b301056265900d24be24a5b11d712d4c

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 789712fc5e407335c5266f89ef7a9b5ea8100303145e817072d5d8376b691f69
MD5 f568819a46f1f677d76a107d79019805
BLAKE2b-256 aa8602cba131bc2b9e9c943ef7a0e976c6ad02400983cedd2d345ca92099a9d5

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c27700bb6c81019ca89782cbb842bd0b3dcf19ee8978fc626a1537e2093958e7
MD5 d7c42d76a889e6dc7d024730fbe7ef08
BLAKE2b-256 50db56c351a7aa43bed0dd018df09e881c31997c77ab51d72fbbd913ccde0454

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2a9509e72aa10ae00916520dfc58d0fe8556de4a3e168d99de7b62bfd0be2070
MD5 3d5d8db851961a2fe16bd895786b5c79
BLAKE2b-256 ae22af61cdb406bd25487d31097218519466aeea9981a26292e47a4f6a9683ce

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 692feeded20caf4cc51931aaea58b4a85efff48ee3b73186765fc313c7f486ec
MD5 00bbec91f6e26d945718da696f12c73b
BLAKE2b-256 42f759a078ac4ed220a28cf7055c86ee702e2a08fed910397729dbd12719bbc6

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d82cf8ee9343ae24fd3f03f29335bd55e20f38718bcf23eee53058eac574aa7
MD5 47a445e4b9fa972f89cf0a43274e7cb0
BLAKE2b-256 8b5f58de8398bf864436b2024a8b53ab6a64417ae85709bccfa349d260c060b0

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 39a335c26b8384ddcd3de05b388bcb7f8fc6bd3fdd5b5119bab7d0789afa2535
MD5 8ba33098ee3c28a82313e65620202ac8
BLAKE2b-256 4f757b0f7c6a5ab27ae3ee0739488a532b688676c3ad074147c11cc38de95fac

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b987cdd13626da137b6d76c61eb480579a0856bb8a12d228cf907019ede8772e
MD5 77e23f846ae7f517342994f2bdf81576
BLAKE2b-256 d491d880d69e7441ce3b2128dbd7c4637b397c726136d72c3dbc9c9e398759d5

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b4bfc32a8fb5b2de67ae9798a2bcbf709473297c46bb78494599f6e5d79c6ad
MD5 4f6565e52bf2152133043e0c1007f7c5
BLAKE2b-256 8161d5483bc96f1fa0a646823235a37dea5da52eae61c5386e44c6360e7321a2

See more details on using hashes here.

File details

Details for the file mbf_pandas_msgpack-0.7.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mbf_pandas_msgpack-0.7.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bffa2f6d2a8f0d4a59ff454de9fa17aab38554416d3a54334109cb73708459e0
MD5 79faf74dc4260db00fe23c17f6ddcd43
BLAKE2b-256 03efaadc5d1eb09ab909034cb6578f28f6a969756db5414e641d58c2d0eb8259

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