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

Uploaded Source

Built Distributions

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

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

polars_xdt-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: polars_xdt-0.5.2.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.2.tar.gz
Algorithm Hash digest
SHA256 77ecf1c7e65514a52903ef857d755d5b795bda0f7d5da5384fac4fd2afcee4b5
MD5 1e3eca19db7b7b131b62b9ac8e0e5cbb
BLAKE2b-256 cdfe961496ef75d72caf6781844ae1853ea29724ab4692c595f0d177ac2c92cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16eb6406fef1adb6447c9271b17d26aa125966533789d5dfdd28143beffa2b73
MD5 b5172eef3243a53a6ebc04942ec6b17e
BLAKE2b-256 8d9103179144d4ba7390fa68cb3f927a59db8e369b4a2ff5b26d9dc4ca48a33c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0db1baec904ccd82badc7a267ab6264615c5f2f2a747a1a8bf168b8bb09a0b6b
MD5 51cf56dd4f3af1a5f5abc673c04e93fc
BLAKE2b-256 79d9185b9aafb09b42bfc3181ed36e87741dd2d630b287d9f165bf71e8e95be5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dbcacd5d0aea53518adbcd119e1c1caa750ef2149a6a6846502c41d4bf32ee52
MD5 48ca570e96128510a61a99104111ca02
BLAKE2b-256 ef6bce9d4287c8b45bc8457463b3432058c92dd9920164d2ead51af86b2b9572

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81a91e162a29ba647f15bbe424e15334ff20ccfa8b9fb81ef878464361d55c0e
MD5 e84185a5db62e83f9adfffaabe523b8b
BLAKE2b-256 4add75a854a2ed4a7b99e6083a5444ed847975ccd408a68018b2592e2c96ae16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b46059043e87831911f84003e6fd49362a2b045b15a66cc166295874083909f
MD5 48427a4fcc413cfbf1ec6575e09b77bb
BLAKE2b-256 2977de83d1271005f1fb29ac7e527c3c92838484301bafb8da9200efe82f8777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4df03950ab738b795c72e0a91948c8c7c754460e2378d63011582dfd3968ae3e
MD5 69e7d9a92c2bb7b18eeb072fc5fa7b5d
BLAKE2b-256 555c7a6553198dac481051a6619368f098aa40df41f1d7c57c0c395e23f2482b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97f55d5baaa8d0a37a4f7e5709f5ce18d8b54bf839b802229d5e3207816a98e4
MD5 2f6c679b470b1ec83e864d7e5e1b6bfe
BLAKE2b-256 983a7d3d89df77fdfed925821ee1ca47104f90b1ca2b801baba4cba98c7ed980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea012356cabbbbd7fbf68ad69ffefc7552f9b4a5238358809de4fae4cadcb5f8
MD5 d5bad2546b0ce6f9f58051ade786fe03
BLAKE2b-256 846c39e7587199e30326bf422a97c027e0a659b4d8c20d23b5fb59a2084b2c97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6c6ebf71f572a931f01f9ae3bdeb4958c4a69cfa5d989f19e3c795989e49302
MD5 9be53eb5a5e4c54d1a8aca2429af52ab
BLAKE2b-256 f1773404666dbb0e17fbc252b16aae707b56ff0a5c8164b7ec52832e5f1806fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b9a23b5fc2e14f88d144195ee9000ebdc4c54baa2125f81a53c6a8d3197f2d85
MD5 ed1229573c1a1f832c79f08311345b8f
BLAKE2b-256 07a1f48e2aec73dfdee2664538f7230dca2c9820caa439f4a1edda02e5dfc076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 084eead7f41d0d1518f83c375f5916c9f4952ff7ab80165ebcd443699d527800
MD5 b1cfbc0fa738f90afa7f947da3f32bfc
BLAKE2b-256 76c7b1e7e4467bd5e473368ae8e5d40a65854aec82356479479f4849202a2125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8110419d56314c5ef4a028919e0cc65a0f54d25ff128414f989be02661470a7c
MD5 6be7efd16f1560c57f6eb5efe999eecf
BLAKE2b-256 0706e4fb15893b9d1af1bfe0164ca2f71aae0e9bfd17c3b5d069982037ddfe27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04981016a8f5de101d4b0ff7fcf9311dad7108fbf57583c266c78f1ca3137eee
MD5 c0fe4c10a7c418ac071ad53eda20215b
BLAKE2b-256 33d4ada4c98db046d854d2beb82df0634ef18373b2a049781023239712d6e585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c28166a1ef2c14c1c02ee93328e6c70002cc6a2d690344b4b68f98b52987a725
MD5 248e3caf383b55335841fe705d341df4
BLAKE2b-256 76d6a4c77b60d7705b250340522544e54c733b0edb94f5e62f5b10b00eedcfe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7d00a2ff90af60eb9971c8171ec073b558d5de35585cdc18f9424df124d23c06
MD5 4fdc9e8c4fc8c0a43d40b5ffa07da966
BLAKE2b-256 63ee236bc36a021bc9c64c39403ae53dd999f8970c1f1d86dc2ba5455fbace90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.2-cp312-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for polars_xdt-0.5.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 7cd92c17e4d224657931714a619c36b666d42cbd6a6d0fbc7af0f38002fdcade
MD5 89a40bfd6cd3b50227d466c16a74fff2
BLAKE2b-256 5c81d66c4dcb429c22e7b5b41bce54d79766c97ac808b6bdeaa5f720c1b034b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0687e4d0f3c393e967a61eacf19d26db715588152c6cff8b3af887c04d0d4189
MD5 b5e56c06d71a4d30928ec79a5d3fd04b
BLAKE2b-256 79ef35cfb1f43c311a7ec888bf1c4086810ecf299cede9a7352492d8fd98389c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c79c323092d8e3518b4723687198727085e785309b5925a32054eae404e91b11
MD5 e31df00498bd51d60af113b22ea99e0c
BLAKE2b-256 362c6e46d17db1ccc75fc174bf97cd5c93dbc7008814314f9b4b6e3c8c26d374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b3b427140afa0c3c6895e08ac29390abd4306ecdde3999d8982bcefeeaaf04cf
MD5 9e5b36b505abd25d035521b46897aae0
BLAKE2b-256 0c4a29393c2c7448a58ed72b26436139929fc5b2a47ac1b988013aacb3cd1ad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 668301ee8e95d6981eb8d21064af9d827acfd7b746cb318a54e26f0c78e987f1
MD5 8d8bdbe15d336b1137b840a0408927f4
BLAKE2b-256 6f7f7f8de3ee768f95fa9e6f57807328d4656e42c59b48aff3c4a116c102dde6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84fa3f8378dc0c5c5e6e820abaa2dc747b15a76f715f2cc06ad604b40bac4da7
MD5 f62853783f7ade13347f41bd24cf21d4
BLAKE2b-256 7a6a36a0521c135428decf0a335edd0693a0f892afcb28dbb29f3640ac1381d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a2a72125df46987a6b3b367333b271fce1137ccf8199939a45963ee22582b7b
MD5 1db5ef8ac8e9d2b144870a38db06ffb6
BLAKE2b-256 34622d91ef835ad867de0a1c131bdb843cecc16e89a97bcc6cfe69f845c2ff95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6a06b2bee16a6ea2737fdf1dd060de4bde10ae477a1cea8a916d0cd48d394d1a
MD5 ddf7cd7b53c5659467c1581cec8d8a46
BLAKE2b-256 7d0c16c070f10d63fcb4c01221eec5c1df982032b1a9f893e7823f06f8995dbc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.2-cp311-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for polars_xdt-0.5.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 a9fc28f70309e7703dcd03a1d3aa13b5d5c17bed814957223013854232e07b0c
MD5 97ff5ce85962cd0b7f91427635720111
BLAKE2b-256 c6ca917df4979e7312187c45a41b1884e38c98c4546c96a0b403af1330744562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0a179b6b2c6acd3ba01d5f187dabf02ab63db62be33dcd2eea0889ca7033dd3
MD5 6302e42d0223e6eb85b196dbfe1c719c
BLAKE2b-256 4e93bba49807474eb330fcaf7ffe7995cde6bf24c147df398f23a7d508c42180

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbcdf8f04bfb8cbdf8702c6897c2bfe529c89ea5fd3dd8cfeb55935db7ee8aaa
MD5 74ddc87e450e49c8b02cfb515e120194
BLAKE2b-256 1a52ebd6e578ab8d22f571e15a2bf62f261aa5727659510b8983ec7bfe178e31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cc574b73f5a90068f24f0fdf2868f7d424a002e1f7666659c5908d50b925218b
MD5 0685c3c7e3b18bc59a3069fc881dbddc
BLAKE2b-256 358598780b9ff841774dba6083ddd077aca752651bc2b39fd22008cc73e456e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4f38807c5f116e16eec997e2a905296dbfd91e1187648baa2032cd500ef11e5
MD5 b429bbf9fbfbea18f31b479854ff310b
BLAKE2b-256 2ac1aca59678173d1712644b0eb0651248b09ab951df07f2459839a960ce1650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d81ad92e698944cda44590a9358fa3f6d5ab2c1622758eeffc0aff74e3da94c
MD5 a7175abc219d59b0d6d6be8a48a6c16d
BLAKE2b-256 ac0ddae9b44a84a2a36d6e5ef63e6b57dfd6cb0254c100f94e96d7a1bbff8877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f02613eea01ca8d07558968ad6888647202aa0adf841f41fb8d6dca31fd7c261
MD5 af234e0415fa88b92967cb0ead89c591
BLAKE2b-256 68ba7fbbaea48820ebed4f8dce46360492af75f7572d25003b62fd7cf534fdde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e9c9c2e23f0e39164d0d1e3b2b7b8b49c57da2f7b02e85913acb3cf5ed745fb5
MD5 beb17c185869f678cd12bc2015fe9494
BLAKE2b-256 b188d33a7bb3a59690686f54a95d278983babc12985deb08463a107ee340a79e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.2-cp310-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for polars_xdt-0.5.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 55d3fd1096c6bebb260d48fd482e2e1a2422dac1d598e141f920f732428fb7d7
MD5 50a3b03ef72a70165083614fea34c382
BLAKE2b-256 d27ddb2fdf6ad52530ed1b453e6d100d13877c0996a19bde2e92166d0c5597c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cffbe40e6472088c779a68c30bfe1f3e4c188235438067b02dc65bdf64de390
MD5 ad07c6a55e154b2f46f3f14f75b02ed8
BLAKE2b-256 d5a83e07f73448912705fececbc88f8107702e518fbf7773f77159d5c81c3c9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0b9a098d671355c58b11915c2dbdd27943244a712b83a6f86601a299ab21042
MD5 c90943b8ddde1612fed99f297b8ff752
BLAKE2b-256 fdb0b8f6b7fbb0c07d4377a61a01da9a646ed52f69bc462f17ca264f8dfad269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d95fbe2ae0eea719492aa3a3a45cc1652fb99a3a198b9246c82eb30fd2f64b04
MD5 55ac6498607291ee105da570312e4311
BLAKE2b-256 7b24a2e1ebfa72f39226adfb62937031f69bd1ff87c00628b5fe16f0242d065b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b9971585333653a1df9d9a5a13b2b467b6f37060f93241dbc15b3e4c82ab7c70
MD5 1e58c1e2f1144295e8ce3822a9ed7ea8
BLAKE2b-256 4dae1ef15c4321d992fadfd3be0920146b8f6f092ceef37f307f4288c57673fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ddb633bea375aecb4c6ed90af2e24b4859975609e2b3df34be1e747f556132c
MD5 fb601460fe263f6c677c187ba8f5598c
BLAKE2b-256 1c509ad288d7ed7dde14ac943f028f714213c2d11a4ae45723066e9d74e3b00a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de1bc83f212fd81dfbebb6fdf425cd63bfdafb06f7ed3ec5036467fa9df17a58
MD5 fb685c8ea4b5d96b2634daa68eaa925e
BLAKE2b-256 e0aa42aff9c40c5393846a9d271f735f3c75717ca641e1d8496dd12527bd88fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7a2b16718e31ba1ab15703f2c37c92d32f1499206487c6e92e1187191715e301
MD5 b610a2b78eb1dc6fa331baf1c4b48159
BLAKE2b-256 c80b47786a95e4b9816c392ee983ae3cd270a85a3d38ea59d100d1012c0ba164

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.2-cp39-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for polars_xdt-0.5.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 68bd9f35546913d992c1cca0ae04928efd93976f6ab1b7efb30a17d4febac6f9
MD5 5b144e2293f821228faea0f578f58235
BLAKE2b-256 6ba4d04142b323653a5672c95ff7911c1dd63d99fdc5c0028cb74ba89caa9e55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28942c53b0fa55be337f9c0fb1d5539cdd5cd0241b89e54674bd1232d74627cc
MD5 a3537baf915664c83c4b419eed142886
BLAKE2b-256 023aef4c175c7e8f72c13cb7e1c6c2ad439b1a792c80005117ee1dd22959d47b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 274d097b58a31d1ce4f89fac7edaaefa0e4a07939b6bebda8861c161a44ec922
MD5 2f4cb1b29a068fb8a187c7cd2f0a4355
BLAKE2b-256 9cd798b1aa69bccc74261ba5ee1e5fd8b467abd9c1a66f43293639fcb4714793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a5b036db25eb478bf86d70fb9da90dba1724df018df0c9b72bd3123cc11ed7b7
MD5 ce5786e983a705517e0ab490ac42c8b8
BLAKE2b-256 60a77cdddbbe7d2d66c53d9a3a51ac39badad16b8ac40379210d83f2571fc98c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14029fdfe1bcdc4297e4050453760abfe8c50e6a2937a7f2da93d1b81cd4e20a
MD5 28f9abf5b8772f117dd938e95d44abca
BLAKE2b-256 9cbd18682f6c9a65cd492df6c964b06bd0c1bfd639ba5195216568c34ea93f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 bf3b8eeb030ef20030549a0bc8b252a7baa782e5b1600dd0b022903577fe1cc5
MD5 0753f3e9a782b5fa359d125e9267994a
BLAKE2b-256 d839956fc8905d3eab4bebc2f8b7e7522c1e4eaf71e435a628d1e3ff91339ebb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.2-cp38-none-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for polars_xdt-0.5.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 d82c479ac4386f444ca42ce49678b68f498dc6480ad940696ebc533240b3e6c9
MD5 4cfbfc0769dc2f05f06e106f4d50cae4
BLAKE2b-256 269b3151b8652cc6f5a41af3b19c2da89779faf2cc49aa0bf32549545fc7bf97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da2a7b659773e395f99e1ab782ef7e862d3f0dfc4704b54170e0bac1bb16cd87
MD5 7695412794b4ce751d6207dc717356e6
BLAKE2b-256 74c24208034e7421035b5aee675516ecd0c6554ccfc8f52084296dcfbd45199b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b41d3ff08145805cbefca36a78972b7249dc2ca9503d94ab6db1f349a4cbe033
MD5 0210e86a8efd7a0d2c20a7a5173c0f65
BLAKE2b-256 a7f9189908c2abbc19335eb491982bef1d0465752bfd770a7579c27fa089b120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f6b62f7ba8c8e5aa4a2225b57eca5f253f4a68e0104338cd915ad1d2ef6079e
MD5 e4d15579d1099c4ee92d1484954e34f7
BLAKE2b-256 34a49a9403c9c89aac03f25699bab4525b2022126cf4f8e634a318ec7b8c5f7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 edf4383960fe45b9f0105400da9c16a86f22ff27dc030822b9f197e55abfec04
MD5 20521730a25adba1d01234c8e6980be2
BLAKE2b-256 9130d0298071035485a1f5e48141d60aa2fb5ee856fb963324cfa47ed6929b91

See more details on using hashes here.

Supported by

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