Skip to main content

Time Series Extras (e.g. business day utilities) for Polars

Project description

polars-xdt

eXtra stuff for DateTimes

polars-xdt

PyPI version Read the docs!

eXtra stuff for DateTimes in Polars.

  • ✅ blazingly fast, written in Rust!
  • ✅ seamless Polars integration!
  • ✅ define your own custom holidays and weekends!

Installation

First, you need to install Polars.

Then, you'll need to install polars-xdt:

pip install polars-xdt

Then, if you can run

from datetime import date
import polars_xdt as xdt

print(xdt.date_range(date(2023, 1, 1), date(2023, 1, 10), '1bd', eager=True))

it means installation all worked correctly!

Read the documentation for a little tutorial and API reference.

Basic Example

Say we start with

from datetime import date

import polars as pl
import polars_xdt  # noqa: F401


df = pl.DataFrame(
    {"date": [date(2023, 4, 3), date(2023, 9, 1), date(2024, 1, 4)]}
)

Let's shift Date forwards by 5 days, excluding Saturday and Sunday:

result = df.with_columns(
    date_shifted=pl.col("date").xdt.offset_by(
      '5bd',
      weekend=('Sat', 'Sun'),
    )
)
print(result)
shape: (3, 2)
┌────────────┬──────────────┐
│ date       ┆ date_shifted │
│ ---        ┆ ---          │
│ date       ┆ date         │
╞════════════╪══════════════╡
│ 2023-04-03 ┆ 2023-04-10   │
│ 2023-09-01 ┆ 2023-09-08   │
│ 2024-01-04 ┆ 2024-01-11   │
└────────────┴──────────────┘

You can also count the number of business days between two given dates, specify a custom calendar holiday, and create a date range excluding workdays.

Read the documentation for more examples!

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

polars_xdt-0.5.3.tar.gz (970.9 kB view details)

Uploaded Source

Built Distributions

polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.3-cp312-none-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.12 Windows x86-64

polars_xdt-0.5.3-cp312-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.12 Windows x86

polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.3-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

polars_xdt-0.5.3-cp312-cp312-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

polars_xdt-0.5.3-cp311-none-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

polars_xdt-0.5.3-cp311-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.11 Windows x86

polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.3-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

polars_xdt-0.5.3-cp311-cp311-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

polars_xdt-0.5.3-cp310-none-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

polars_xdt-0.5.3-cp310-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86

polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.3-cp310-cp310-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

polars_xdt-0.5.3-cp310-cp310-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

polars_xdt-0.5.3-cp39-none-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

polars_xdt-0.5.3-cp39-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86

polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.3-cp38-none-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

polars_xdt-0.5.3-cp38-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86

polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file polars_xdt-0.5.3.tar.gz.

File metadata

  • Download URL: polars_xdt-0.5.3.tar.gz
  • Upload date:
  • Size: 970.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for polars_xdt-0.5.3.tar.gz
Algorithm Hash digest
SHA256 339bf1c7c1d5306f00e096484d3690ab82014f1acb31cdd2ce3ed9a196c15359
MD5 ebcf0c76108ba4f66e4468b121fa6e7f
BLAKE2b-256 0172e4220e93815d5279248e37cc2f5558ef7d4a9a17fc4627bd8089865aa13c

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3b45f8ee8ec220ee8b21b769ffb536438af57b735aefdef5cb46a612fbe4d65
MD5 937de919b3f824f3a43ce2ff300c50dd
BLAKE2b-256 6a1ec594f4ef25b11ab0f9863ad9c881dd39c313b02f4454bb7eda762454fa49

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7bd9a5809950ceeedf88123fa45c82246238443678ba10d9ba91619a7b2961af
MD5 ba3929007c380b469e3f3c4934f203bf
BLAKE2b-256 8cacb555d8dc798b0b0df6448b5b47d505a843c701007800bb5477cb62fc4451

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1315ed8670a16a97fcf49b6d1516fdddb4c26c480a7f8401862345673ae783fa
MD5 c86d677d8adab5ab167b02a0ef7ed796
BLAKE2b-256 97f9453209065741eabfbae2bb7cd226c2674aa372696a2a173b9f1e0e89e508

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74af3add28c84710a67aa157758e68a6920594793f1f8001a5014e78e04706e7
MD5 dd847ed69463a617991abb1b941fd835
BLAKE2b-256 3105de98f1818adc898440750bde5bd9cd3c0b79a155d9e797d5a26a48808474

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e5d6abbc2fbd30576f21c1ab226d41e8d12d532f733e98523a44188da5c4012
MD5 5fc762716a5b1df65fdec22a151b39be
BLAKE2b-256 b06d73736be09e17207968a8d89c3996819abd65539886c3e87190f11e19bf90

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c13b7749070ee35a528765438dd38c7a06e77d3bfc0890daea6807d6b80d28f9
MD5 9d8401c30b1363a4932fbdd0b509dc12
BLAKE2b-256 af3220ee01d67e76b012c960c0b1fa0c47c31db62228f9cabcefcaff2368d9db

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 68851e5c277b4ba0070caa62fc8557f879272f0f9449565937381f2906944ba9
MD5 8e6b48684bf555a9156c134fbcc59d77
BLAKE2b-256 c4eae345ec8662e0e75a433bbcb358a2513b67db91d2a32692b30c4fd3b52e11

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f9789ba637f474183c0a954932cab0d68e78281950814b059d9e60301213334
MD5 f44b9e7e7d2f8458e58a1e7e683c0084
BLAKE2b-256 71cdb74f66998cf5e1a621dbb0a75854da62e5b2e093ec952b6d2fb663e28e72

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b910007be631154de28dacb9ae4631a41ee393cfe25386174838b2bfcbb3d700
MD5 7e850936bac75b72d373c9696dbb890d
BLAKE2b-256 0f161792ee3e056bc4c41a1dbe4ce014a2b2b86af6108c101e3a0c2dd58cff06

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 237176fc50c2a70b457783633e42ac640083b651ed3f9b92cdcd7b65544a0685
MD5 ab3667a2a9baa14bf254e187b34d6801
BLAKE2b-256 25ad55896fa5f0dea75efc2888970c6f23578661f82a02b5ea41c2204dc1dd15

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 80805d5ad02c980f40af14fc5b0cd8e74dd309a229f2d52e102d252763e91f2b
MD5 681d5126f3f925f889ab861e297ebde6
BLAKE2b-256 aea7878592be4264431b2acb839c8449298d3fed30bee0a2f0381da4d20c4013

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3cba4bab41fa0c1eef5a7571af3a1174f5e91f4c236edf72aaef3a60b3574b1
MD5 6fe0498c85fee21adc638dae28bedd3c
BLAKE2b-256 bfa59eea4a5114dc5b72dc8dc4a72c9f6f86c3315bcdded582a6310c6531bc9a

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f1ae90526deba787d29966bc241bd06b04154eac7642910705bcbb58e1b4c480
MD5 d8bf3b69918cd62833897ae35494c15a
BLAKE2b-256 15a441af8bf81d2e9f830245b16d567e831c36a6563583f4ae85f0f1eb303f24

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6a2439449c823f3827520c0b38852111067d8675540384b0f209406273a3ec3
MD5 15b326f4e342659423339bc89bc8f530
BLAKE2b-256 43595b546e6d7c378724d044e73878f6a1a77fa00feae063bf3ea4fb550269ae

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 c6d9f4a80ba42a7c10649cdd1ee47d108f873d370e3d22da5fd0910905f243d1
MD5 6264e1dce11f06d1da98cbbcf1f301c7
BLAKE2b-256 e664eb2fe6d2b4554f332d582f1a3a06f045651d5c069e17130239e17ce4eb34

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-none-win32.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 956455a7355e77cce7e16a0e9160e875d562e870d3cc4680ef83b9ecf1fc919c
MD5 78afc34b27e0d633e734fdc857f46acf
BLAKE2b-256 820c6e0e15ae83f6850152aad75a1f00bab233ed30dce0816cea20d50c0634ba

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60d05a567102c220985dbc62ce478d8ca6793460c99c6cb98418c3caa364f8ce
MD5 d433b67867d25e66cff5c40c064e2c65
BLAKE2b-256 3253d76d76619f4184b215ab1ceaa5807e808b8560bf2c3054d2a82410ac6fbb

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c32f72a2afb49ac64c735f39065a53f968f18a273f672060e36fcee34cfe287f
MD5 a7cff9a177c2253f24aa6d2a0488bda3
BLAKE2b-256 508e0a93725269f8170e066c9dd6af36ba6eee5f6a159e5e3117a19a02837cc4

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 85b73fe2a9f8cd68508f8abe1658dd94ad370e1d0c9ca0cee4b31529b3774467
MD5 343af7609f8f265455f5d03f94ccab47
BLAKE2b-256 5d3b824a940ee6d6f9f366ced4fa258abe57c7077845aad53a59c5f998c7f3a2

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 234a8139c320beb384952c95f88e2f971897e69983362ac93b10c8b80e4c1e45
MD5 39ab42cc8fb86c00e1b007b3f4744efa
BLAKE2b-256 86125e9f18b972ee79a6e9bfd85e14f03779ba10f1fdbb4229ad2d82059eb658

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8893a080acda555e62cb3e7df581afc0430704c8fde9a36923d990f20aec7bf2
MD5 6239c6d830d94b1bd7884ec8b351d971
BLAKE2b-256 39b19ebfd8b2d0db912da3c3cd8af71b5d39545b27c203a9e329a28d70699564

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e936aaa72d34e14cdd8892678a9c8a9e48cfe749edecd59343fdc498e9c0f0b2
MD5 6b96762b40f2902a4490c279f2cd247a
BLAKE2b-256 70cddfb2a490e442fb0496aeb90d122ac76c05348c9686329bae37763a46243b

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 d014260eab12b0d9e5b8c2653a0b1444e2ba7f996d28a52e1e9d2e8099c541d5
MD5 8ac4c064234b8863b4cf403c15d22230
BLAKE2b-256 1f72dcab724bdbd00e267d38ecacc250b1d449b76202da368fb74f8aed28fcfc

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-none-win32.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 61c6620f2f68fab8850a688fe8cf8d48909035fc368a4942c5c89dbf8e631fdd
MD5 c05e68fc8cf7d29180df199cfe82f54b
BLAKE2b-256 6f340b09074d6e86fb6591f0a90040c418d164272180da75494b66f78294a3c9

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fa5c4a3b099d63aedb8a8516e9e854962121558fcbefff97d2b9b4f5091e60f
MD5 4d77f28b112a747d0ee71e20d8e4ebf4
BLAKE2b-256 ee3d4bb458581759d48e79afee4955e9ef9f4ecdd86d751f565c7e45ca2b67cc

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68d9fd6bf292255e8667ac1eba3d90883f778c8fbfeaef188722a73f45a72688
MD5 5c9510f47a34b75779f7a264eabb4906
BLAKE2b-256 e68be36c2950b16b5a1361e4eff1106fc0b36f15413a4c9d18168693bf833bf9

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fc9d3f55b67018fd77a73d3b8b19af13187f3f521566a3c98b08fe58397e541d
MD5 212f11b945ebe001ca0752aa73260fcf
BLAKE2b-256 3b8e629eafe13355b6033cf94c0a9dae85d93c0071074da3d13e7936994c112d

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62c8905815350a9c6bccbeb67c26ccefaefd98b04372d384e1d183288c3c6f4e
MD5 50eb7353e20c219147e3970b35c823d1
BLAKE2b-256 ea2ae8c3a392b6d49558323bc89d54a25a31a0291264cc52695c8a36365a74b0

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54f272ba8d1765c11084210a15ebdae21f578b919371fc79b28664224a9ef079
MD5 1e7f497403d66f2d198ffa92834a3666
BLAKE2b-256 959f6e533140b1eb2352eb3ca123838d1056682de44da3761853f453d340f366

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6d2a91b288edee68fa5ef35d87acce3897ba380a873685aec0c33f4098ee287d
MD5 b608d6420ac346c3725919499a780422
BLAKE2b-256 90e5417501b6ad69f6c805dde94f3dabe9d56d878d2a4dd6e39784802aa5791c

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 828cb51ced138cd4227ce44b45797f68feaede311ea039bfd61f6ebdf9dc3c37
MD5 4903474249d194a5ffc2314910163592
BLAKE2b-256 7a5dfb51894958a918e14bd1f54ab2c497f97df3a6e1c143dc165f5e00123641

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-none-win32.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 79ec2cdfc1bcc3086834c23a329a3d22cc8919c9a1685a779633c425526fbc5e
MD5 a12a4ec747d597c096aa87fe0db4fdff
BLAKE2b-256 0fc744e519f9aa68465e51e9dd3d680cf101ec0c48f5071b73cefe47cdd6f18b

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0425c8e3de46efc0bb745a4af00477f95cb55e40d05aef6b64788ff1e3c6a7b5
MD5 791c68f5f333076efd8d6872d27c42bd
BLAKE2b-256 6f88c13cd06a6d01219521b75244d9ddfaeeb7144ed504f99ac3b428f5781fa8

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76206211886c89a2da03627a73e7e7b95afdb2cdecd5e0595c95d85de5e3aba8
MD5 3c956a6324ceac07e370d66840da76f8
BLAKE2b-256 91e21dabbea6aab49310bd5a1104bb6251c5acac95c809bc5398bc287ba51a80

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4238c3973a44421f403a924507fcb73f44ce60aa611eff1900342096057f4d08
MD5 cf98a2f39fa740209e0f374e03c0b038
BLAKE2b-256 a9a417d9c8d0e31e892f45011888048853b33f30523e157f5055bc190fe7dbd3

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 816f2b0fe40d4d9828d2f9a1a2f5c00f31709587c3285e76d327fdd1dd48d630
MD5 ab7031d41cd13600b5c5e48d016e6be0
BLAKE2b-256 7badb7a011c68a64bd107e10a9d035342cd62a7d3d156d6a262724931733a726

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef56334e451cc8760133cefb0fbbedc8e636caf6878c9dc1ee4dbe9a2603a9ac
MD5 c7bab27217fecf480a6799f5b2d8f1eb
BLAKE2b-256 b7e50ecc084375c4f650c29c05dabaceb0126f39b909042f432e4d90aad3a8fe

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 acc0ac6a8607d86b32ad4df4d3c4c5687d1ba9a9822b4cbbd3e0e2b691abb98d
MD5 135e96847fa3902205b6264138be8700
BLAKE2b-256 4a963bea8f7a1b895e0c7142672a4199864e4572d4f40713c16b53c6a381fbd5

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d222794da14a3943588d59549775adca9e9711207fadce2f8a9fa7f4581daf39
MD5 5625e58a982844bd5b8736b2514a17a5
BLAKE2b-256 5c5007090960a85e0f40236feba6f08a3f55386e513a5c62c7b040f46408d9db

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp39-none-win32.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 becc7ba7ec059d08372be6e05d0affaafec0c309f847adbfc7dc27c3849c72bc
MD5 901090d73ac79a3b4093d7611143f5e6
BLAKE2b-256 d7bf6133c25621255c654c33eb575856347066751297631f61cbdc1b94845b1b

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a929ecea7da804429b9d5af08fb8eb027cda22f52f166f965f4f21699aa85b76
MD5 d71529a52c09dc9234ba59e2c3a8be3c
BLAKE2b-256 89e12ac2b2578fb1c158ba06ced7f4754344ce768ec54b55cd50a3039f024041

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ef6eb04ef237604a622d2c6eba56904dd38936ce998a2caf3b33e190c1d7cda
MD5 c0450c0d1717ec1cffb723f6041fbd54
BLAKE2b-256 f629bae4dcd5a404191f20b92cf837e47e241c67e2cbdf386ddf5bda04464a54

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be6c0f2d0beeb3e14c9c729b7e1d8d40a4ef40e78bef74847ebe177deaded120
MD5 bd8940bacb9d4470befe561c3c50ef7a
BLAKE2b-256 3a27502f2ca219cfacd2085d12d35e322915a70e9c3609a88349cbc0002ef9ed

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3035fbff24886cb43269c64688dd2da8ad8f382479babdb0c0df2095abb86042
MD5 555a76570f8e13124070fa105237ebc9
BLAKE2b-256 b1295b2b9835d4d4dbf73fb2440bfe609af800f00f32be95a92f7151f7263e67

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 8a722df7f74c0f583d304cefbd3ba7e7edc96e05dbd14f08a03e90667ebc93b0
MD5 c594ab1b8dae028eda3b5a4fb74b3eea
BLAKE2b-256 b64cf992f28adc11c47c5e0ad26e8e88f6643e320b9c559156d51b92dbf96a00

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp38-none-win32.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 d0d6ac3fdef2e3ce46ff84b5f69fe5a79a0589937ccbaab649952bd3135574b8
MD5 246bb19f319f6234d4f755857a8e6efa
BLAKE2b-256 3027d31b123c589f4f2b3716225a7b063c06267994c55ffc0d2ad045ae5d54fc

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cdad7e53e654ac9ca8fa4cf3da4223bbe924bc3957f062b7d2a8d9de48cdcc3
MD5 49d668e1d1f9353fa7d832d4d820c55c
BLAKE2b-256 3f8c271754e7674fa0e225c18d8ef38b7ae5a2c34b4d34fcd6203ae12bf6a8d5

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a473330154e781aa5e06cc85e46b3105e7cf0f7897bb9434d7aff4cb794d89c5
MD5 8d651202bfe1ed3ce289daa8ae051fe2
BLAKE2b-256 52af3029fc1f0edefca0b7b31393c82c337132f9953093677a5bec4b2842e439

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cfdfc62d5806f9bf8ced7610fffdcbc440efe46aaa69301d9b96ffc94fd1aa28
MD5 3deb1a0f39c54d8fa1b1335c394dd166
BLAKE2b-256 3c447cf4a8ecf9ad1e5500c4908e004e1065f5a4b1a7c179fbb1f6b210ccb7ac

See more details on using hashes here.

Provenance

File details

Details for the file polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_xdt-0.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f2ced13203d37a78bc29523427ee00c377779b4122ceb4ef8f644e86d13f445
MD5 d4462f56d094e79b4c27fbef361c33d5
BLAKE2b-256 d3eb978b5ccf5a9738038522fe50a68ff21416cfa825f62b010a31339969146e

See more details on using hashes here.

Provenance

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