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

Uploaded Source

Built Distributions

polars_xdt-0.7.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-cp312-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

polars_xdt-0.7.0-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.0-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.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

polars_xdt-0.7.0-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.0-cp311-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

polars_xdt-0.7.0-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.0-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.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

polars_xdt-0.7.0-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.0-cp310-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

polars_xdt-0.7.0-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.0-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.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

polars_xdt-0.7.0-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.0-cp39-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

polars_xdt-0.7.0-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.0-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.0-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.0-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.0-cp38-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

polars_xdt-0.7.0-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.0-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.0-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.0-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.0.tar.gz.

File metadata

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

File hashes

Hashes for polars_xdt-0.7.0.tar.gz
Algorithm Hash digest
SHA256 2e6ca1e870377034e92e675d54944d72d81483cd5ec9680b023e2dea6e8d4996
MD5 8250836256f30d59ff6919a824572461
BLAKE2b-256 4e7b290759b44c1d001bab27c6d717c234796ab20e163f4e87058b54254cd925

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3b928b8a80274a71647af3b2589cf8ce2ba9eada4b235f6f054de4d43e28950
MD5 817e7008a9dfbb7f0449a526ac65fac2
BLAKE2b-256 f13620ef058493fb22319cb40d3203e3cbb7f98ff3c17e73234cfa0fdba6a55c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 361b4db68007757329d739c1a75f30f2c8d5da6a0d1fca532d916dca04f66a25
MD5 7c1483be1fac174a3058258f9f7771b8
BLAKE2b-256 e845eed9a04d74be10697998584c12cd4a19257cf62b3a92a5fa9d1fd57e298b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 108d8ac0761284fe71d07ad9f461023dd8df868b42aaca191867c1e40b744906
MD5 7595d6aa62bd1fa64de4628442d16bf3
BLAKE2b-256 6fcbcbb737852bda5e813d3e8e1209eaec1922a2635636335679fc629fc0888b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b6f9b09e43b53a0d91a0b1ee83696af339e7da3eb60c02f8fc0bd4c12e2d184
MD5 40a7e2dbd1156fab0ca6472097e55c83
BLAKE2b-256 62904a11fd10f11dfc6a79474446155e76ffac4fb600074e44128c72ae938049

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cc2468e05daf339da70b4eb6761ddcf7083089b58b9b48ee637a7af88117ce1
MD5 01590f026cfdb377d025ce03238dd670
BLAKE2b-256 41a55c352c503508a45c8644d196eacd59d003fe56f0d524541dc03050acc083

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3aabcfff5dc86138919cbc2a710b491a82f0f3698b385f695f3272cde96dd73
MD5 a6ee9841ca0c30b21e9cb57fb8b90f30
BLAKE2b-256 338727610fe06afd7a23c2b355581af2b93189a876bb71d86750b6b1c7b0a750

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7a9af53f465bf6ca500c07ebc21a407c58fe1167f0304c7fb9c62df1570e2f19
MD5 b0f2f6e3ada6b1b58b577799b6e4ae58
BLAKE2b-256 02c3e49d44b7f13047d6410c1337194e3f227cd6b7aac26c5137fb613ee1501b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a31ee5b2d3be3629bb7244b887845a070c7e083ac7cf2c99d49e2349d63dff3a
MD5 b7894581ac50f885c64d93193e9cd575
BLAKE2b-256 48c1b12b962b2e1ab9cbc88aff61e1040d1ccfc80aa8f37aa7d3491eaeadaa42

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a53a8a9d6efb83c8dbf2b3cceb0178fa7486c03720cb4bdee2d88fd4c92ba559
MD5 aedf93863547f94c8b9dc315d315bc31
BLAKE2b-256 69a647c116d8df4ee4242f9fc4f3cc877045efaa77c159f253c4523fb876c5b9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96c2a902be5e3ce5d27bdc054d0ab6add9808db111efc0ee74fa85939d8fa2bd
MD5 855fee7cd7c6db4e3d1bbff93707e2d7
BLAKE2b-256 098223f227f6374fd0ef60dc40c4d1351bd2cb118949c3fff27b4018a32dd435

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e7c8058dd8eb56b3c1818a77f6fabb0df591a5cc4ab2cc1dbc9ce53edb818ea5
MD5 3f8dbefc094178bf34668a526ff48f40
BLAKE2b-256 4abcf60e147da3cf6ae629c9aa9604a68e412cd4f5781a36930b5356fadc11c7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 805858f6cbdc9f13b7ab875553944a8402672449671a70f8b460de0f66095c20
MD5 ac0ceb0f676453c72fe1a7138444263e
BLAKE2b-256 9950d7c767a6048e2be56c01445e860e8080a7b1eae496444f54565a10913789

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cf345271a5df84ea791807675cd5800bd82f370d95f27f9cb1b4dace4e824100
MD5 710bc32691154df0abcf5175a2b2c0ac
BLAKE2b-256 dbc3ea7ed9affedf178cac77b066490c6e81334320807ed886a42f761bab105a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 918b12a18f4b728c620b6bba561404dc0c20fbd50032ce76835dd42da5ead467
MD5 91ee0db8e6facdd947cc116e56fb41c8
BLAKE2b-256 f08b7090ebcf529a4193e4b5f520c66595229acd08949291c6f6609eb1451772

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 99b9beb203a1b75bb8d880712c0d6a49593e468843576580cd2d668b8a85e6fc
MD5 ddb03181c2825b318f41d7464b31c382
BLAKE2b-256 1371e8fee9ac1e213c92ddf0a37630d787d56297fc5a277b8be270caac5c6c35

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 e4a2d27a50ebe04960bf2f2e110995e7a65a2cd0bcffa0c5c0ae9e9846786ec5
MD5 425b31ce68ecb99f91ade60aa8a3e8b8
BLAKE2b-256 f00803ae72e4afcced7ae1f00060c98950b3533e41120d2b86da9355aeb514d8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c72a5da026354600059eca011f605cde2fc2318beaa6e8ea7fc76370d7e902fe
MD5 6e468f4aba8968698235c8471580b889
BLAKE2b-256 f69ebd11c50b4f63683785ad6a4766375102242002d2a2f5f02fe7cdefff8e41

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e4e50d25e99aee6cfe6a8159bbdfc5e81edc63c3435c04df94124f2e1cdee04
MD5 b9cf90066baf7ff78086c86d5cc80c21
BLAKE2b-256 0775e5815a7978dae882aa38ecfc6ac3f1a0a7ede7ed7fe67ba1de8b29ed1c1b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 18ae96a15d53cc4859213309c456ea69eb15e32ea4c1865d0786618f6f639b46
MD5 18e5709384b5bebecd8c5c8435166ed4
BLAKE2b-256 51f93d5ca87c1dc9ed63812bcfe1c70061440a415eefb17d8c580e593e88defe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cdbfd4f6ee0fc12593b14f6ea612386b9e02ccee2d3d11c8809789558ec6bb3b
MD5 99b72bca9aa3ba0ef1df8cf80a3d6939
BLAKE2b-256 9398f76109ec9be3153e3b7c8c83f9f1742e9451a71a26877108f85bcba4efcd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 441f6b1d6aa3c08e96d5c7ad6cbad82940445744fe63a301003a817232fbdf9e
MD5 edcd007b9e90e3ae0587c22376994b3b
BLAKE2b-256 44e139cf2e902260d09dfd93f42b54cd1e75f64a01ebccb3f47dfbdf21402934

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 85ec1a6d67834ca8f00e1a9a291450dd68e82d720c6b9db619d097e5a3f10329
MD5 46b9773abd4484d3d34a66571818b744
BLAKE2b-256 c1cf73f560d44c20d2c4f79593969f778c42885088fdaffca847c5125c17c0aa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 cbe356e830cc04860451d79123f0cfa795a96784c8072654ef46ca286a58acac
MD5 ec9241d59b6fb7edac4335ddb99b676e
BLAKE2b-256 222834d87157b3953d342e563812536a96476b65a74c76383954df3d46669e63

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 fc793a37c12d04d275cb942dd49e8be0f9b2e77031ec62548948fc5cbb9d7a76
MD5 c47d5750377099c1b5709fed17871e53
BLAKE2b-256 7a2f8463e5265e8c56ca5ab6518fa47c7920a19f8bfc8746251f141247c1b870

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 caf1ac7570eb3007cc91ce1ecb4abf6e8071cd0aad4815d4b4cf7a5b79acf492
MD5 fe74cd9e138ec69039bdcdd6c2b9e140
BLAKE2b-256 a79501509df6009c3e01c89eeaae0e2d97070c23b267031f4a4ca06ae9cde8dd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3c3878fea562f24558b71deea1c63daa3b3b2ceb0d5f9ebba0e4ecd35a45bb4
MD5 8a0f2afc600f581d5dee4ba60bc656d8
BLAKE2b-256 6f6805dc04e53b9e06adcfb747be95358f79afe48b4a279dc06beaa63899365b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8b4cbdb8b96921623dbd3876079914b827a897a88f53732bcad703c2ac027a3a
MD5 1015bb31d4f02aa4ee6d5d005c62a2b9
BLAKE2b-256 17548c5ccb606e574293b1d73a886b97e6ffbbaa071e7bf547cca41a92a72d2c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b411a3084b419f802cf2dd5517224a72056e038977c4d94f5f60eb4786ee5ee8
MD5 cb2077b7f30a7f724fad9b0801730920
BLAKE2b-256 f1a29bccdc482c29c67a278bd351c6414db96edf09a92b54767e2719ea5f52cb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1b78f221c3b6fdb57c0fa9c86228811bad90066af242fd941821876c82fd9eb
MD5 4661297ba95b7dc647d72f931f8d636c
BLAKE2b-256 974280a67200c711b650441f67d644ca7b0aaa6716a77c0906fee725500e67e3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47204e9e315c5cf76b4486b75e18a2f200ec59ed1639e43319d0659e1d8e35a0
MD5 dd18e7f211125caca317d96f514e2791
BLAKE2b-256 821e4899bff93f1b459790385318707ca8d14a0233274f5f132b1c9bd4d1b2ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 aa57148514568367b09f4e02684dffc8e110d6a6a0079d2d9efdaf6b803c0213
MD5 cf8589f731ba310ce29551cf028d318b
BLAKE2b-256 cbb0ab29c7e599c0727c69df1f031569b44d21726ab2109dee85450d836101e3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 4d7067bb6f68a1ff2c6a144f5f617726d2aa50c3657f887905131edaf8bc3bd2
MD5 f95124d1ab7f238f4696d753f8bdb386
BLAKE2b-256 81e929942c72ec06197433aad60571aa63070c8cb7948c75fc31d003e397f956

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4226ab8c5ec6a8b46513ecd23386ea435efced2bfb2636f5947f1b11bc4aff5a
MD5 e3e105e447860c71882b9c2b04ecc313
BLAKE2b-256 da4e143591c54b4821305ed5b469e975563d6e36bd2618a9d07b362b2275119b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2fabb94f406572f05f094dc58137a2e9589b5b7706e3f690353dfb7c52a09d8
MD5 7b20625d5661239396fd4f7d2b307372
BLAKE2b-256 f614188de071d951a25d97f45bb0681441068c7b1b30c8689c956a9dde93d06e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab5f526c71f3ee0da366ac9dfd8c9363f4c3e8762a554cf2a7b547569ac585e6
MD5 de04d76c8bfeb30adaf51227470fcdb9
BLAKE2b-256 010bee371a89e3b3abf54bfdd78f03142fc545aaddaeecf7d120510a25ee29d6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dad8dec94149575a0526865b0fb4d9d1401ed58f878ff1fa77d3232d7faac057
MD5 f1a3c997ae9a1da8b31671d08f7bcd7f
BLAKE2b-256 e982fd66c071966632e1a34b55fe137820b5366e9db5c2c3001429533cf190f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51bc959862bee1daf6a58925c2981bbd6f7ffd9e154d7791d536c73de631befa
MD5 eb9398d30c9a451c77a971ee278b38c5
BLAKE2b-256 82a8fec16fb8f3c3d6f25ca30b17a6cd043ca066a79db97d052c64793cd390e4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 03a9a5c8a67634f1fe61b03d0f6bbb0eb57d327fa44336e7e549150f36275e02
MD5 5453e7a6e0d04c1d26fc970873771576
BLAKE2b-256 9baad5f4ade5899bd0cc599e3272e0e690cd8ec6bf04b1ea2b9ee47935c5848c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e43a2481855067e1a1c05137cc2dd3b5ab07403f982c83e8ab98b8b0f344982d
MD5 01083db74fa9e4df653d6b65e55e0abf
BLAKE2b-256 54ea805354bbfcd21decb22acb47ee7c25fea43465364e7a7606a08511de5bab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 cdc0cb847ab87ff098c4e2cac3880a53eff0d3764b2d46f7dde7a3cda03b5c1e
MD5 ec115fd6a416fcff7ef2cc361c255d79
BLAKE2b-256 979e4ccc0ac9c5ec8084440762830f9eab2b903469da7d4d9731deb54f77ae83

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1961494b37630fc6d6d6d15db0ff3ff2c018209931a6a7c900ecc7daf6c47673
MD5 1b2fa21562b45c8a314a1a43623436b7
BLAKE2b-256 7a762f0b88f5bb90d8e076db9e7577d84d0b4fbb397f5a97054f39c7831c8077

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d966e3a972752079a1dc161ebec92e677bee9f8f7a3d1c0f5d376413dbc331e0
MD5 90b1e206c6dd98cb2d2511c7da4512fc
BLAKE2b-256 7f52c2889a7da49479b0a11247d11674a6afc111077aead9c3de55c64851d9e9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2de489222fd34998f37cdd5ba01b8d805cdd5c6b6413504e05afa915b416dae3
MD5 28b0e2fdfb5c3d9c9854a1965df09308
BLAKE2b-256 117bcecb3d86aff14b21a1be70fbec21f0f2f308fbe90fcbfdde54462ec567a7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b0197a79019bf3b3f21bdd4b6a2ab1c5cec5bde75e91759b0d654d50f16fa5d
MD5 485591cef5ffd5d38d76cf553d6b249a
BLAKE2b-256 06958f59df3d7c2cda000c5977276a6e91ecd0b562107bf3bc63aae5d2caa1c0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ee4f057fe182a746d371495549741212f04f640def0dcfd4de0f687d65daea9e
MD5 66a4cf83255dcfdcbe407d0324d5c041
BLAKE2b-256 4816d2b29e386d2b2f0c708e820e38076a3e081811e476f6879c2ab057173216

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8d130d205e1e84a0bccbab9168817958579ba5b509c10c7c4469beb66b24c768
MD5 12c68cda4cf6db70e3bde21c1bc2e658
BLAKE2b-256 0c6b49f1a741bb211ff51740e40e6e43ad74bc68e8bb0c5ef1a8dbbd576069e0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae6590cef8a69841e114e4091a289c6d05a5aed7438c86715e4468c1b75ee999
MD5 e444c50311b74b21b5e034f5185bf70d
BLAKE2b-256 cc4894cdc68320282898b35cf88e7c453824435f05a5abde595cd601549a8aac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af97b0265b14289cce4fd4506914284220edbcb02b455366318cc7b63298d19d
MD5 18320bb1b273b0c1d16f8d20dacab3a5
BLAKE2b-256 3568e55cc02fe44223821124e3c12f6ab5e320d02775c70145c354d4132a8987

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19b11b0c49e5038b26507c6fc7ccf4c27e6d9d0063cd3bcd66d0cb2982cf9c1d
MD5 c43e064df9dfc6bb01488998b3efc320
BLAKE2b-256 4e9f8a20a8d8abde8a949e5d35f426badbadae735bec97ce9cb77119b39ff853

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for polars_xdt-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd16630d698cc93c86cad6569d40daa5968faa4a7a2181e33cc5e9d5c5bcfdd8
MD5 f2ebe857c1307e616cf4fd830a151847
BLAKE2b-256 01fab43e0063e99b8566600166de3489750ff0f2f50c7535d0ebb8e885fc1d81

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