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!
  • ✅ custom business-day arithmetic!
  • ✅ convert to and from multiple time zones!
  • ✅ format datetime in different locales!

Installation

First, you need to install Polars.

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

pip install polars-xdt

Then, if you can run

import polars as pl
import polars_xdt  # noqa: F401

print(pl.col('a').xdt)

and see something like <polars_xdt.ExprXDTNamespace at 0x7f5bc943fc10>, 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   │
└────────────┴──────────────┘

Read the documentation for more examples!

Logo

Thanks to Olha Urdeichuk for the illustration.

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.7.1.tar.gz (974.0 kB view details)

Uploaded Source

Built Distributions

polars_xdt-0.7.1-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.7.1-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.7.1-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.7.1-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.7.1-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.7.1-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.7.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

polars_xdt-0.7.1-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.7.1-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.7.1-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.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

polars_xdt-0.7.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.7.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

polars_xdt-0.7.1-cp312-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

polars_xdt-0.7.1-cp312-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.12 Windows x86

polars_xdt-0.7.1-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.7.1-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.7.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

polars_xdt-0.7.1-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

polars_xdt-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

polars_xdt-0.7.1-cp311-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

polars_xdt-0.7.1-cp311-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.11 Windows x86

polars_xdt-0.7.1-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.7.1-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.7.1-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.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

polars_xdt-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

polars_xdt-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

polars_xdt-0.7.1-cp310-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

polars_xdt-0.7.1-cp310-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86

polars_xdt-0.7.1-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.7.1-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.7.1-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.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

polars_xdt-0.7.1-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

polars_xdt-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

polars_xdt-0.7.1-cp39-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

polars_xdt-0.7.1-cp39-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86

polars_xdt-0.7.1-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.7.1-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.7.1-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.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

polars_xdt-0.7.1-cp38-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

polars_xdt-0.7.1-cp38-none-win32.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86

polars_xdt-0.7.1-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.7.1-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.7.1-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.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for polars_xdt-0.7.1.tar.gz
Algorithm Hash digest
SHA256 f52136521ce45e77c03ea5dd278719f346dc275c60eb8b8b9a3e48bd9240a99e
MD5 9acc01030cf0bc15cdd8434bc0b3330a
BLAKE2b-256 d268a6c606860408c85ec343d40345ae7ee82899ed94362ad922cab3c5c0721a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16504adef2d766b9320bd0304aef8a02cd378ca58de1c69fe73ebef33af5dafa
MD5 6fac6b65b8bfbf282ee0028ecd49c98d
BLAKE2b-256 07020b98c8b5737ede3d6cd25780a8047f3e13d1336eec5cd5d3acdd0ef4ef9e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 973a2798bdb5dc8e22d8b09b0fbbe2412df5f25d2540653e4f7ba9975050b7ea
MD5 c3bdbe55900e1675075e9c7094a56108
BLAKE2b-256 9b8743761ccc5845e1f13c33a6a2a99d2070d989e5cebab6f50e856bf9d418fd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7ab4cd943942afb8820be32b1038202c64d9678ca4d2795d1a275873a222dbd1
MD5 322518e8e1b6a24f700d5ccabd586ad4
BLAKE2b-256 6a40e12fd25ca2548b098304f83204385379238fe449b09b46dd66c840ddeb3c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7348eeead7fbd3d36adc0efd131c733024e07bac927350ff10d18632d5699481
MD5 cd1aa364ce93be9ad3d945f407988e45
BLAKE2b-256 538f43154ec0bcfb9c462def5ba0f2b19eebbe83ba2626371541c5dc2ca46e80

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cd8daf1d4ea366b55a0850788dae0df2a6ced581bccbf7fec2a75332580a593
MD5 c7cf1ec7c155a0e7f18e70a6e2c80466
BLAKE2b-256 dfbb007263b931ab86903190e061bdc0150eb39e1f7ae7420c7955a9864e4374

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7ce0c80fd42496c1b1ad997297ffe1a53e101a6b741e3e1787f028af744e131
MD5 8715e4502c551d85699b44813ad21472
BLAKE2b-256 de1eb7e7f520ef28199bc1bb9f04951b6a2304aafd09d6fe5811fa94ac506411

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 10a55202094e0f69fa284479b1bc4c92c947dbe9d91ca105ebe9248811c97287
MD5 cd17061e6b729e49dfe0e12ec2fc4313
BLAKE2b-256 b4f0ce06cd4a93180c05c9d5392fd31c4037ffdf30315804e41d7f0be3c9fec2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d050f0d60f33458f0faeee96e7b7dbfae9c51bb7146fb9699fe0a7f8a683b240
MD5 2851cf89a7144d9c211193fa2137f17c
BLAKE2b-256 9bc11de27ad6e8a080c7a849ec3c297bfa39d3541cc392cf01801f6c1f1c1c27

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76328c6887ffebb52ba753fd7452c66055ffd111d7be3ce71ca3500a39c32eda
MD5 0e34381f865db5d43f21d03e7a33cb4d
BLAKE2b-256 a7b444d431b9a0166781cfc2c6ea15e2cad8ec79098c9869fbd97698197eba17

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6063356be59c982d28ae960532f456d8cb680b04847b52e81d9787e8ba75c2c5
MD5 6c591863aceec5acc0db0691a2b36337
BLAKE2b-256 5b9221e4be3b6c1ae2090e3ca49b382b7ae71563a6a6fbee15c44259b1afa769

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2c3bc6a044957769c8c6eb15696718d46fb77de3ea78f9d2658c5d4392b5f3ce
MD5 4cfc19c00d189b9baa1d612580d5aefb
BLAKE2b-256 9fa6167cc97d4b18d2e7e76c5b3f24be5eec16afa56ef5470f816a1f31fb2830

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2137974c98fcdd3f427d194ebe54ae79ec2c7d3c4bca323be49e2f55261d4ed4
MD5 4281eb4e2b23ed1baf51633c45ac2d31
BLAKE2b-256 a25522888b7749268870563edd59695e78b04ca4ca7dc1960f951ea249743ecf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 78bf4611bfb0261158d8f1d01e111381d7e12d38462d763c3d6186f3e6d471f3
MD5 198abcaede4217bd3217b6e5f78e75fb
BLAKE2b-256 04117fd3be6bad8af09d5c120ba52343683c1ef6e9e149c5fe77e525b6eb83eb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 966bef9387ca850e1e59cd8539a1c55d2b95ab3d8701f2c2000cff5517ad8f3c
MD5 e5e6a92180f2c6ab6f11eccb098a0d86
BLAKE2b-256 aeb14cbd9748ddfb2dc7e7d48183cca798eb8f2b95bad93f8fb90673f9bbbf69

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 0d7ad8b01271e517b61bb613e35682dd71596839c88effff78c9f71bf534ef29
MD5 d68cc24d96877312d75b36418c893786
BLAKE2b-256 4c5088e4181592605252af219f76d076b0f0c2986ffde81fa179b1771830c611

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 7f43a6ec1afca5f2a020dad30f816b58397b17536bf3b94de69376eeffd197bd
MD5 155d8eee5d2fddc79b8eed7c25ba7ca5
BLAKE2b-256 8c1f1e7cd1aab7721f281cd8d38ab7a6761596049195c5a050ae260621b5ce45

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b391a46ef906646d1efa1b8916c132668453f468462aa6cc60ce91b78949417a
MD5 f76974d6fdfa35a62fc46c04a134d7a0
BLAKE2b-256 623e32993ca14ea5a9177b78441f17264230e5e90bc404bc0e077fb03d4a0f67

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92543c655d93a03831a73703302a0b5ca8bd4a73ae158d57a70cae8c549a8ab3
MD5 e0bf6a31726a30c91bce816fe8304b40
BLAKE2b-256 27886b71fa8c12c87a1c81b6f20b455cf9efe0813377ea331df5336321ca4f2a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7706d22922333074e061f5bc46ea8ffb6dcc50d7bdd9b2102cb379526d21f959
MD5 2a3d0df018110ed5f76f01f6ef8ab8fe
BLAKE2b-256 b54cb82c5dbc4876410a1793209247ffae4c4eac1c883562fedaa773271a6a43

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c26472dd8286ddbb565e2921c0b2a3ff37416286ab4718238214ac5fb8f3d52
MD5 5e2cf93dc9f6a20e0016fd2277ce4a7a
BLAKE2b-256 1fa736880e2b73a105bf2105acfd9cf778cdd1584a0ac4efb3e1bdd01bdc4f47

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e843aed265ab01e1979bf84e731293651b94125056e0a083164e61f4286895f1
MD5 d980fe7ba34f91a2827124f15af378d8
BLAKE2b-256 02acbd8a2d79ff8d5865aa615db6baa2250053bf7e07f637ab7342ea4caaa174

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cea7be9061efa630ea2be3355eb3d4ac70b085ed9e9d6da3448b1c76c3ad57f6
MD5 dd4b109f979e3f85107d530532cbf1f6
BLAKE2b-256 3d01890963a05779d6753bfa22111db68b8a9d177a51465e4cc4109846629494

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 e2299f208e308fca73e0726bd6290c58d966a8d4cba8af78dbf8ac4728956751
MD5 ebfd06584eb010c3c3af02bb224cda53
BLAKE2b-256 17775a090354b3b6f8fd995372eed21b2ee8b51d5c8ed8c2d503803d37034634

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3dc5223365d6f826c22979fb38d2c67c8fbc9f3bdb6cd64200f891e47e60fb25
MD5 1f7b4485019acff221206b2da3660c53
BLAKE2b-256 328641476a913b20edca1255420e7d856e31e43b77b995951c1f708735a1ad04

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34351b077d332dcff856d13b5168c78281e3072d5f1da66608e131b798a09efc
MD5 1d132bc0fce830650222b80846e498c8
BLAKE2b-256 676299690dd96b864872987eee77648beefd7d8c944cd12000f165ca79ab1e94

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30365058983e489042f95285c126e1c532be4a1af651e07df54bd2aa78af366d
MD5 57f5e068a602cd2e8b25420709c4bf46
BLAKE2b-256 253ec0a2d2e30d5c8b518a2005376ce7e78d1f3cbd6c6632907a6ff2e11ca6fe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0a62946e16421aad6f9492bfd56c3bf25c91c7c42e200a4c5816f5b9c8d6e84e
MD5 24fd4e92d73b66bcb2feebc10941e164
BLAKE2b-256 d5eeda838a892a09ead67b930e712d32ca0c15951df190a448090aab30e081a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 342023c1e05f491aa30828cecb60cb4e3ffea324d1cb001e71b11a7c55b92229
MD5 8ae8ae450491294650971e911816ae5f
BLAKE2b-256 918531ac222bd121f397598336a7e9e1ec9b67a497b1bb4e8e57ea49fba20d2e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56c4f3598a46797f2c2fe0080f7bef91710567760425e5c7c237947c7a6873a0
MD5 f32d8e41080f6e59fcf3e43ffb4b8d7f
BLAKE2b-256 f533824f3cf74a001c4fb0a554c16355967fbdc49b2683e207c1ea4264a85afa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d8c413d1cfc3007d0eafc1f2eea566d79071fe3097c21317e1ef24c524e9671
MD5 91348191e56e431e109fdfabd32305aa
BLAKE2b-256 99cf95ffeb4db8ccde11670dc214e1e9ec26e3515c0bc2b65b362502660f6d2a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4e95e6dc5872b6069cfc1a7998b6a4048f5a8f0fa766fe17c123c872bd675fb0
MD5 c8893930064e46cb5eb233134626658f
BLAKE2b-256 78c680b646df7115b77f459821afde60c018b0c481db8a1e07b4bae6e1bdbd1d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 6d7f3691a16bb9010abe909dac4e6d5277ba226e281e51b33cc5fd7fa3dbce44
MD5 31c584f81a64934c7cfdef85ec2ee079
BLAKE2b-256 2848e7d50df614747b0d2d33c7723c88c8ffa6d04c1f54c3326f21c138d3ac29

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e84edb1afbdbc8f65fe5520a94ca82370067fd6eb8d424322fe60aa18c62d34
MD5 5d7392100e2906d8f98cf1b2d2684e02
BLAKE2b-256 f61d0796faaedc552a46b9539335a9f39bc5cc46539ce25584c1b8bdfa82b956

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 976c39575d29a4ea0ff095fd3d375ce138f8b303367fe2880a0f919b4bec8f36
MD5 ef2fb56716ebaf3d10956d0f2f0f544a
BLAKE2b-256 92e389317ee7ce09d8a420bc37a8a78ab7a01608b9823622c10cdc70071e75c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f68ccaf9b2acacfe8c8a64644a7b0312d30e5e624d121bddce8c0fcdde822438
MD5 7daf5b7084bee323c09d2094d2770e26
BLAKE2b-256 90647093f1c841503b6656e38b8e11c21376570138f5129e430a8bfd6a46c719

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0bfa20c7fe15c7422a40cdb1b0576a82c96cb2cf244f5a7cdaeef077109cf68
MD5 af8e81d6aae8fc766f4544213311a1fd
BLAKE2b-256 6ee598f0a50d17e7216b0bcefe162731db19a246b23bcd40d2a12567ade95de6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dadeb3601a3924c9d3e42fd4eb5eca90aa5997b1ade67d26caf2d852cf934dd2
MD5 92582815321e6d6b2d5090c974f51607
BLAKE2b-256 c118d3d6587ccc27c3d43165985fd512a8ccef6c0556721ef4be21e01e845abe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63f6490144c390eceb88cf0b5b47243bae01a941a75e29ccdd0076489b850afb
MD5 5b18c5b29b31b624522b138bd97077dc
BLAKE2b-256 bd5b1f5a326feb1ce4f60e25246ef72890b1ed55486852922ab3324e0398a5b5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 accdf186f71eaa6c90335725417096aeaa7927ec1695ce51f0baca48cbbde255
MD5 12e839b63115723c355e400225344c96
BLAKE2b-256 1cb9668488f59dd58cd710854194fac26f07880c2c913ca0ebc2625788c57426

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 8fdbd37bd078ef704e54fe0e0bfa1115efb5efedfc0d6f236b01fd516d451c54
MD5 ac0c639de9dd04e2d87ae22b8b575ad9
BLAKE2b-256 7c2a0bf42a452cee4e0cb7cf0f74aa8e3fe59ddde17b280d50575e30f46cd728

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 603f52134696716eed5d92bda575fec2451ada6a867acd505bb138d395260a9b
MD5 191ce685e1f558df253da885f2acb4a9
BLAKE2b-256 359bdc04e08a3add6dc68218224c0d5d051bb9d77ea65dce2a48492227fb77a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5278bee20d69a8dd89c80cc93c1d41eca4152bb1a684b7d592d7aaf59fe7a36d
MD5 55a49c6b598bd02b09a7ecc4e08a9e6f
BLAKE2b-256 daf8e459721b308fcaf01318e6421c64c7a7ece13f859fa00d2e18a27cbe726c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 108c16a96127743b5431b5b96a83799125a927b54ab54f87760ba5ccea26c8a4
MD5 070987dcdae276a99c10c20e4252f7e8
BLAKE2b-256 e1630e64eb791258afeeace761cd21b8a9b535fb9b8eb50f752ac690118d04ac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f230a3192a7e83b66a3db477e9119a8a8f6ced67e6e8dddfc488351b9d4a782c
MD5 b96d97ea7f9f4a4df32430f44b0dbb08
BLAKE2b-256 ff3482839e2a0e6a14277cd150ad4038480f1b9304efce9653bfdfe2b7976d65

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 af5aab3b222ffbd0c1a8c6e66c256ba44eba2cf33662cc7b06b27eb52f3803fe
MD5 cecd776a7239eee622eec063d5954e50
BLAKE2b-256 2a8904bec009866d9cf69ced65ec9f875a267880a20ad8c4c2b53bec2f9c9d50

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 d4362c541a6074d738cfd5e68323830afb9bae65a8a1a87a6b0d69f0bd05e1ce
MD5 fd2391a826ca88672c54ba3790e2d3fe
BLAKE2b-256 bd4d334816ea91fe4be873f3de204221b8e935066aea8fc76ca34e678d8ef164

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b79988eb0b1f1f4e89ad84ecb411167c65551692b43226fdc6e5358c91a447a9
MD5 10d73b76a315b1f9bcd7a617b232a373
BLAKE2b-256 b65f188a5a1448b158da1e01c23920f07c7562ffc1307b3c1fa4c3b9422cdf15

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2eea0c1f8aab37f56d8a208046117dcb65c6cd238886259ae34f459b67298295
MD5 959dd427bc90fa8f7c098b783a06a4e6
BLAKE2b-256 708fe87863b757a5760733d55929850b5dad611146ed767f720defcfb5ccc69c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de03706796e6cabecc52bb449f5b958138e6945570d82f6c3981da3c86f83072
MD5 d7654ef79a7e915b9a8bb64e946e1c02
BLAKE2b-256 b08ea0f47ae2b8dad12b121108d83fe49cf2d8922cc0aee909b2631df48fac93

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90537acf089d188a8647f6721ef3a1ff47aa164ba086e0df472710313de1c3e3
MD5 c6b60cf9244094b533f153151aa0a4a2
BLAKE2b-256 3fe29b3fe1f20a4050f0dbf246ae80b965c6fa123cf52a6457e06e686069fc58

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