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.7.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.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

polars_xdt-0.5.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

polars_xdt-0.5.7-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.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

polars_xdt-0.5.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

polars_xdt-0.5.7-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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.7-cp312-cp312-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

polars_xdt-0.5.7-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.7-cp311-none-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.7-cp311-cp311-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

polars_xdt-0.5.7-cp310-cp310-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

polars_xdt-0.5.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

polars_xdt-0.5.7-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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: polars_xdt-0.5.7.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.7.tar.gz
Algorithm Hash digest
SHA256 e2db827b3fd95271d5c5aa1823bc5c031372a8dbfd2fbcf00c7659cacd389bb7
MD5 2b9dc234071a9395126cbbfa674978da
BLAKE2b-256 852ef935f754e82380d489bf29893e48b3c9ccaee0c375d17e73c83cc54a1489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b1dccd49fc28891f98a7f3add8062f9f26f2605c8cdf7ed25b25dfd8863fb90
MD5 53a47915107bdbd9abd7b03e0f235415
BLAKE2b-256 c992c444e38c6da7e06a30a5b0b589772820c7f236d64b6475aa3fb6d124213a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc43060bf8edb343c54a2431ed48d6e0595cce426abd3a3254eff3e4ff46ed38
MD5 944168263a1f66c3f5254f87ece62a4b
BLAKE2b-256 6877623d1de31c004aac8541d84878b91d53d0e78859d17e9cb2e93860bae2dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aaa18363233e6e7e6fadec199c8ef53066d2f3073da076aa16be3246bbb7897b
MD5 05ab2c5cfe5cbcd4248f99460831fcb6
BLAKE2b-256 bfa7d276977d772ee3ec15fab59b2e7fb22e024efbaa6ed480515a6fe403569d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bab1f5ffd32f6992dc2a704133c348a066ef6bb28e38239ab5a82a884bc992d
MD5 927ff7697956482dc0bdcfe4159857df
BLAKE2b-256 317538119fa71238de81392bb236c1b86b86fa5c74f6d177c6839afdec2ec2a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a382d8b2fe2bd11931b2b936a5c7cf87a4ad037c974da7e48c13dbcb30c14645
MD5 2dcb4152b4e83b8758e1d5f926aac7a1
BLAKE2b-256 42de8dd1e7eadd4865f7675fd24354767f121e3d0a5c41181bea90f681efd5ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af2129d41fbb8688ac3165fa61a0ad61797bba589ebe970409a2b8ed3af38a26
MD5 32de98efcb9654b29d31be41f790a273
BLAKE2b-256 b65f166ea917a0d198d373a7a8675c6d694978df3c6e9514d8680a2d2fe080ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7659f34580561281b2006777d773d93a9a4103978fd5a0bbd64109ae79ad3029
MD5 fa12636d4eeb1c61bce0a291fbff51e1
BLAKE2b-256 b38e4b9e09246770e32389eefa450e0429aca9badbe3b4defc39e2eb47087bb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91b2374d912687e401e75ec4273f88c46c3cdc7c0bd4a1d132d45122f123a0ca
MD5 c9da6bc0cd2ca35e9fd660a3cd6b6c99
BLAKE2b-256 842a30f001d77c0d3fbce534b39137ddd1b4162cbe95e72b7fc05c7e200e8b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2f8edce4b579c57509da56a10408bcc18aaaa2974e349dd23928151fceca9e0
MD5 716f7d728de1b65aa4f6397328ffa12a
BLAKE2b-256 b18731f419c086af839291826167f0578d199b00672f18c804d409c41795febd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e9d15258bb94b6a6cce15bd674b4f19efd1fa638872fe61475efc7b4df4dc06
MD5 78ba10e7a93e04d470a6a2d1b615e1fa
BLAKE2b-256 164a3e7d4affcb7a3494f60927db745df08aa16cafa4f284fa518a725779be21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c0e42b768e78342671698750c42a76e6cf75bd828a9b941210cdd901a2017daf
MD5 ef25dba125fbd8268b3c6694d227dbf4
BLAKE2b-256 a1d3508e3898f8492c3a9c3bfac84b14ca290327d2e92b3c1cd29de3b4362020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ec09f7eb2012963b15b8ba5c09d62c2fb28ae453272340dd9d6212eb3ad222c
MD5 4b581286c6238f538e9180ea7c2bb400
BLAKE2b-256 d490a3d4cccc2d9a8f87f572a449f12b19890b41dfd4282265c9d4507204b6f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 18319744d457af04bc40a5e96cc49c6d809e0e9f9c35c4cc66d3cebba81d30c8
MD5 62824a8ceb74e2c2270340df936d0799
BLAKE2b-256 ec239872cb9a0d98606eb184a7095c97590e6af3bbce97f624dc442d728f36c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2d4864c4a4ccd83192e8d392b21ddfc801d9dfd0ec7e5a1810735dd6693edcf
MD5 de83cbadb670e252e933a72cf7f09174
BLAKE2b-256 36bd8d9a92133d04614454079156e866288b9a7527abdeefb52a891077b96efa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 d115c51c487ffcfe5b6b3b73d1c245eb6d4321f2fc3f49f03b10b0b5b2744eb9
MD5 376618bff5ac15fb2e95be27a8116c63
BLAKE2b-256 abbf4c2bc9dfba3f580c78d65a4cd04402e699e1d104221eb8ec3f9fb40f7226

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.7-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.7-cp312-none-win32.whl
Algorithm Hash digest
SHA256 6ba5ff56e566a43d0ca0c2223bcad2daf0945d3715ccf8cae36daf2bc2d9cf19
MD5 9805d634af4f7ebac9dfe01933de4efb
BLAKE2b-256 3647c3524f19eeb67ed2764a0aaa946281be5067e36f99b4e965e58dc7d2bcd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdcdebcdbc431ffca1f51853909a50be6d2fa57144cb041f01613e54f41288bd
MD5 5cedf8b7507939dbb1049c86dc812ef9
BLAKE2b-256 bf3ca9cf0a64ac584c3f384f0a7cd7704230340a38a027f843e1e8fd8598e673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 947a5f8c166465b76e36c898477fbf78facf6bee4bfc025ae2ac25d27fb388d0
MD5 25315431d247af8a51bc422861c33774
BLAKE2b-256 6fdefc8e03008692f5510abc9f15af9dba8dcaa4b23ef1a94153a8b69b290fb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 72781ba942d29192b4557e9a9787620350996e684fd5b114cf2663aeca021bff
MD5 b0d50c7c840295be85d28d6239cd1c93
BLAKE2b-256 22800aeee1875f6dbe63c2aece2b73c8bdece9291592d42cbba6ad896a808c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4388f24f38e31d095aed6d8111768baeec84734c82f9d48f0d591abbb608ffa
MD5 b96fee7900962274097041569b63c2d7
BLAKE2b-256 f73d7ddbf41f540e21fbe4902d00b0394eea57938a74e1ccd189532bd13073e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4a1885f535025f6f69e01d89159da3d33ff8895b9a35bb2419cb94c3ab262c1
MD5 fa658295ed9ab09b1136cfa782a3cb06
BLAKE2b-256 3cfecc18f2ed7b177b0f3cfe15d66bbdfda240be46eab974c3a30a83ef52fe6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4bf18ee364dc24316edffc14c3fbc69cd5a429eca6c4f203194bd971bbd6630
MD5 2d6f25d110c5a961922c39f4c184f2cf
BLAKE2b-256 019030e9c560f819bdb4f4e097de199ab4e4a7ec46ceec8a670f1cfc4c8a4aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 dc440750879c7b8ad23d33a30198d84004f04b9a3f17be557c05cd86542b1a8a
MD5 eaf259fe84d2b860944d3ed57fc8e2ae
BLAKE2b-256 a87dde0bc90f7ff2ed00d7511227a9b3e1d1c58e36b53ad41372085334594569

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.7-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.7-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d8497524b17bee0f56858d417c15c24ea474e590bfec6251cb4749dc00f71b3e
MD5 4d585aa70732d97bd93d841b8d1de7cc
BLAKE2b-256 a7d8ba761f9e9a8ae3315a387ccc599edd0ff00becdf68b6be3b374e37ba5cba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf04047b877aeb2e3a55922e242025298c121e7a47e46333800b86a831b14f63
MD5 3e5f992da1d5555b9f8eb227c373d95e
BLAKE2b-256 6cc2bf59f41cf72de5c74e0639ab0782861b260d0d0a8ffa48a34b14a0d0d169

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6105467a54d2a139514238897b1dfabdf727c78cefaf288c4670e1e8622a0e9a
MD5 67a70906a450e18eb519f5f16f6c3c0f
BLAKE2b-256 36a66620a4ddd9162239be2313ae34e60e8902db1f560304a7aac274457cbc95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 38cb6f524385a9d21a907c2beb4571db180b60adcba6f7df8b83cddd1b4b561d
MD5 373283db3d562ddf5d205381540528a9
BLAKE2b-256 4ca2953438a3aef948e7cb3281f5bd0e46f4d0ab248edfe919be0d554b401d7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5f55d015294b4d44b1850e1297d54d7d5e73845b17a60af203d5fe892b4a8c8
MD5 60771ac420069ffa48b26d40b5115c65
BLAKE2b-256 5764f495cbb3647d0a8dc688e224b7dcbd846b65515d9e500637e1b1c208a0ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4039da8f1a472bd1e83dcbf3a7be021b23de62f4d66b4cbd9a5df4a56b96a8ce
MD5 1a7aabb61b8ff78dc63af73a02fedf29
BLAKE2b-256 9f91e0dd9953a3d775dba6553bf61516fa5d3cdedf34d45837313490c5e39357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 980a17ccc3a7872a70becb54c789294c017553d512fc1033c84399f752d35472
MD5 591d5524dd99d4d4eeec077df05fe4fe
BLAKE2b-256 3946ad268572e7b253cce01eadd4c532d282185c26b13162c73b61e2ded56071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ac7c7f40bb0943ad0323842bf87e1736cba436ac6cc14384233e3d74b3969e05
MD5 be455cc4c5bbb4d467ace7069258d1f5
BLAKE2b-256 43150e8baf0d7933870a0bade52d8a37c0771eab40684e415cfe969cbb77ef06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.7-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.7-cp310-none-win32.whl
Algorithm Hash digest
SHA256 62b8857f7f42cf4d0c6b7dd5d7a8af2e25ce6cc13d2cbb4e16bfde4fa3abeb72
MD5 874cb9c18e2b00bb5d902eb6f43de388
BLAKE2b-256 3eb3959556ea9f607a84ee13cf63819e01cb2070b9c2bf8493ee7e25ad773d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9da5b1ccc76809a35e00cc9f4c359316f4eefffaf7076c5659587d69d43e899c
MD5 b6f989a7dff6a310a9adbe3be31e58da
BLAKE2b-256 f26e118639775815496c709d636bb8bd066d155107c28c9a178d7a1e2e34f28e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ce31a3dedb53ed04ca546c6a72e4619b4b7f34d3b9302f8554c08e119a7c787
MD5 321084da601b6c2e2e9893e0d95eb2f7
BLAKE2b-256 19932496a64042f99f138b74175dfacbbe8bb5eb323533d56366d6129f6bbd07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b1fb3bf4b3f32f48a2e18534a609a18f4be2a602a3d29e67ffbd6654ce1c9f56
MD5 21317a89c1e90a800157eea5f1d1737e
BLAKE2b-256 e6625ce00cec4af00f6022fa031403e79533fe132389954d95f4abf7a211414a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 316b74b0b445a6fc957d80b933aeb93b6bca365b244630253ba16890df7fbfb7
MD5 802ccfe0b54648014e4b233c843eb9e1
BLAKE2b-256 a542822e374fcd0d3f8328d76c3043ccb1325e4d01355532186bfaf254398131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 854f14343771c3ec1e595657ebf302d6c39ce7825e2bbb3b393f50b02d959de2
MD5 5e32c78ee74bad9e27cc7f16d7df8e2c
BLAKE2b-256 6ae966890eba070eec3f997e409a305df636ed43f45191c604db1d03002de335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b95cdb17edaa9d4b1b2d3b56663c1cd650ed3a8096529d2b7b78318e8d7dda2
MD5 a0584518f87663f2bac1ca47a1cf7612
BLAKE2b-256 609823ffb1ad0c7f47aaee2b0808fdff7c84d42b4c0e04f40605a4b03f01535a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c39f0a6d4818d518a02e45622fe48094b9b88b1f3a16dc675b5ad3cd69d0255c
MD5 f3c98d5c69fab9974cb50bbe047bd8de
BLAKE2b-256 6c8bad55bdc203cc164e1817596531c9972a819f3c8d0e69e8a8db3a1271ce9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.7-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.7-cp39-none-win32.whl
Algorithm Hash digest
SHA256 229b470e4685bd3a47077181bc05117f336b22ac86d8a5baa21a2c6d5d13b2c3
MD5 dda3f7ffc02b4a173e34e2c8c2f193ac
BLAKE2b-256 3328cf3de8f7e28a63cdefef021e252b2963e8de9fb7dc459706300e1c1f5941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75bd713ce0e145c652e23861106f045659b75418839e178b4a298e94a4d6b1b8
MD5 a5645887753c968cb19a99ddc5f3b161
BLAKE2b-256 228eff39535bdfb5993b3193d6077b36268871e1fd44e13d8370817f2f875a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 598df7b77431d2ab73ca01ed3359787dfc64aa775e9142e31093a8a8ba03a123
MD5 fb89ca418499ea636f10089c91e68a8c
BLAKE2b-256 39d2e2b13f975c497e6ed82355177864f972649a597da57f9010797890d2b286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 34f9ccdf3a8885712b41da9457f079e10a445fd0386892d914322bb3b3c5a9bd
MD5 0cd6695900f859a5680646a7dd1cb24d
BLAKE2b-256 9d2a22561391e16e9e78d505ae1ba3fe9c25cf984476b16b0717f5eebcf0e589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 743e4a628db554fe080aa70e8ffef9c58b6ab07c09a2a04f57ca1370d8a62b94
MD5 e0d02879de1d5231796b2da266f9073a
BLAKE2b-256 9c2b51e6a2dbddbd55dd0acb3fe69cd9d70cd50dac53b86f74f895a6a249a6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 06536c728a4fa5f8b3068a9babadda53160cb47607963511080e8ec2262ccca1
MD5 0be82496c948bdb528f2390c300706c0
BLAKE2b-256 9f405e66a010d608b1851d5f5bdb9c25006855858ef113dccd88f2af3063ee59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polars_xdt-0.5.7-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.7-cp38-none-win32.whl
Algorithm Hash digest
SHA256 f9142ba71f567f40446b8935672a5c2952cab92b448030791050398f1dd492a7
MD5 b08c9a69bac7f8c1ec21b428d114e698
BLAKE2b-256 acf7d1c24a7991ee43bada488f1b36cfaaa5fdcbc90c449aad2f623d13dc5f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a60bef97912f47c48d3c3c5c8a21c33e564efaf1211ae9982ce0c7cab77c9a5
MD5 ef995ad1800c673e062bb23337739469
BLAKE2b-256 3461edd6208ea9f789963a68ef6e7d0416a79e00304e64a111c5dbea36f96c46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a657d97cdb6c55638c07c02f92ce1ccc1bb384045be96d1edbc7cd11150ada63
MD5 6456921151f56b5c7c313f28b1caeb73
BLAKE2b-256 2458d4a53052fa646ce03a54fc150c39ffa05e794903c1afdcad1c4089afaa9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5a761581d8dc2c137fe3897c7af406a79aaf608d96cd6c05e3090a182d5ec7da
MD5 2f0dd60356487da17cd8ca596f9c5149
BLAKE2b-256 19745ffd4eee5051b36f7d9e1de7c82817b18bdf6e8506ddd57fab07210e7c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.5.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bec2d5070e942818b483c2d1e513ca9d0e8560c495144a238812f8b323fd7f5
MD5 e15eac14d00d3a2022dabf982c4b11ca
BLAKE2b-256 906d7eaa0493248277bee2c7a736a53f6613727baf31640b563692cabfc2c0eb

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