Time Series Extras (e.g. business day utilities) for Polars
Project description
polars-xdt
eXtra stuff for DateTimes
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file polars_xdt-0.5.0.tar.gz
.
File metadata
- Download URL: polars_xdt-0.5.0.tar.gz
- Upload date:
- Size: 970.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 707a8918f3258ce7c2f2b08010e281722262233a96338fc19a982c468ba31266 |
|
MD5 | 07ebe485d730f0979680293acfda1ec1 |
|
BLAKE2b-256 | a758a648b5c589595625339104cb5e34695714c9a73f535b5879da948c9708c8 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcb73011d576fdc8d2ceaafab45909ce69a123d9fb554884f6390e232a649159 |
|
MD5 | 1e399ecea72038a3234d395d828b7d75 |
|
BLAKE2b-256 | 8f20a950af7031f7cc36165fe9d7df167207d1cc76fa0f30305c14da1bba6398 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a041469b704d3f78c496fc833e270d45c4c718eea119064477a5484336a3dd97 |
|
MD5 | c8ba1c7fb8e2a6eff13a58927589ad01 |
|
BLAKE2b-256 | 68802e77dd8c2c79e9262b978bd4d972c76641e248e6ad8f3e6d273dc4b9029b |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a46a59e1453fca279578d5da3b42dab7e5599a0e3ffa68c973b69dcd64b5aae |
|
MD5 | 44b382c9cd60f2c28a0ab999a88f9753 |
|
BLAKE2b-256 | 59038dd2537a0d8718bd726a6c9b303390efa7d8cc2ec76c1f4304fc18b0ec6f |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f992cbeb5c3cf1d6fb3bb0c823957c4c4ab95799385d5ca466a01ad9854a9d8e |
|
MD5 | 5f4c421259262119e403acdf5af0264f |
|
BLAKE2b-256 | 130fd3aaef8221930f18004fecacc444931f8942db27e7be8e39495e253f6543 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d69fff7a9a73a7454314b13e30b06bfa2b1c5673cd5b1c7affed6f1214afbf7a |
|
MD5 | 6330a2c28c8912a6e4d38d966ec05e6c |
|
BLAKE2b-256 | 7e5d1a76ad9a0ea31bdc3a870c3b82487295723657b73976b0c364eff659ead0 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb2aab6e42986d1e052c82a722b63cc762ef451089f245159a9f6539fc742ceb |
|
MD5 | 4ae94c14c0f5281dbb4855870a074735 |
|
BLAKE2b-256 | 480a6384416b0c35ffeafdd4d1aabcf62d596c52cc1acc1cc00299aa0267bfa0 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff7fcb207aa25160d10bfa415fefa9b5ca8a4d8f89994eef3498040527be6783 |
|
MD5 | 49c1d0c7ba38726a0c9c17b4e0bae47f |
|
BLAKE2b-256 | 1041b5d03968af531ea891e9b3fd241ec43e3d07c444ebb9bd44cea53e8cfefc |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 207aa792ef8737bf84bf7f8fef03c394f03e9b929ec0caa4fdc818c373347847 |
|
MD5 | 7ea9e0728bf6b60b9186d23e16f255da |
|
BLAKE2b-256 | 73fe6d0eb862d1a19fe0cc10aae133b8fadc4b79cf7d8fcfc808ea923c7c974b |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca5acd700409b30cbf3054645de56bb05edefd514d4b5d376c2cbc2987a2eaaf |
|
MD5 | 0f6c288ed2659f187c52e97a8f73fec6 |
|
BLAKE2b-256 | 2783523b6c73ac4d31120146e52e2d2c0f653340348c184b900151a5663465a8 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90e37d6471461caaa8fdef01864a310b8766d86b4174197813b6e96d24af73c3 |
|
MD5 | 8c3cb88bca16c33d5447704a91c53a7f |
|
BLAKE2b-256 | 1008c09deaebd054d9035a2ddf3f863be310ebe6278a8e3c929971f2d6a43923 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1358d4ebde9ac0f21a39002d1148863d809a8bcb35b140c68a870d963dcd060 |
|
MD5 | fa23b7dc584efb3171426ca8066c2b3b |
|
BLAKE2b-256 | 58d62d8dbc218d78d8f0171bdb4f4214b45a45dbf53b48f606f0a7054f6fb1d4 |
Provenance
File details
Details for the file polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b459fc4a1e54a1c2ad3f86f588868125c0b4c0b840a9f6c820300207f695d169 |
|
MD5 | e6aeeedc48e3cba86ae8da6275bba1b2 |
|
BLAKE2b-256 | 900f055142aaff446798bfd76f55b10f8e40b2f15dfed110d5fe8a74eee9922e |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6243925bddfeae1d6bf8dc79c11fad2d6cdde1bc0126c9a037981e5a484c2d4 |
|
MD5 | ccc36d8866a6d25ec45cc6e9dcee0310 |
|
BLAKE2b-256 | 4937f638b16a1e9a06882c6cd5596f1ad6c08159dd93bec63d8fb3f3994f7209 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9d7cfa139e2dd0158f143f00ae9baac74b1264770d968ff0ca690a075bc186d |
|
MD5 | 5eeb523e160661a58fa95fdced8b585c |
|
BLAKE2b-256 | b87f82658f216d56ab56d1a70a43582cb479cc7b9885a49677741a8821b384ad |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4cccc075c2cf71770f507611d042ed859b4c9cfb67ec7ff57edc8d8cd1c66d3 |
|
MD5 | a08a99d9b4464694b012b84bc2287836 |
|
BLAKE2b-256 | b4ab1675acb46a5ccb2960ebca495f30226eb4c3e8627461dfa00455516a66ba |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-none-win32.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ed54f62a72129c3998b5debc03d612d080979f16cd010eef374899a12dfe966 |
|
MD5 | 45b0489cb04952817827f6ec9f6e5dbe |
|
BLAKE2b-256 | 2cbebcf9dd08863d426f7b3aa7689eedca149922ea43061552d31631187ad5e8 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbf1a83a6b53969aab7b95c9aca8aa589206df832d515b7408d23b62dcd14236 |
|
MD5 | 29bcb44bbae5c3b669f6f9db1a6d210b |
|
BLAKE2b-256 | d4728202599f64ff0bfcd56dc4dcbe06fd49a7f6a5fcf59e7c5bb36ce9b07c64 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f58198280eb032b7edb220f1fe5a8b834398241e5403ce6e85dbeab3b02cad3d |
|
MD5 | eb948191ceab99493fd4db0fe11785a9 |
|
BLAKE2b-256 | f786c9d1468ae6b25be220d92dcaca9bc45e1abcf23aaa3fc01071eead26b738 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1576998da6f2a5405050902c7b76a7d3763d4b20df1dc20504d0b9852bf80b43 |
|
MD5 | f229033b9d40eeb2a68623da022a9fbd |
|
BLAKE2b-256 | b1de3d4f50269f48f8c7d5fe4f031f56e971fdc68bff7fa74c0e4b229869117c |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90e25805ae25645cc817129c7cc08ebbcab9d62ccebf6941d073cded8a494473 |
|
MD5 | bf7397ea9027a9bb6157fdb515ce2086 |
|
BLAKE2b-256 | b64f236f48dadf930eba19785f90ea8d20dc7c42b2b27069952c64b6e3e2b221 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0defcb5dfaaafc34ae6fefa97969219db32a7dd1214a7c1a9fac75d55bffe7e |
|
MD5 | 98500026e661015313a7342ae25a2f77 |
|
BLAKE2b-256 | 35c459c58bee4614162c2e6dd69547b0e372ca1aea4b9b4552d04b63eec4f938 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83615bc358fdda5212d3104f2c7ce5b00f901e5e7d8cdd443f714a7a0e437185 |
|
MD5 | 9904cc3d86bac0c219c264b7c74e05b0 |
|
BLAKE2b-256 | 7073503914e0b45524f6f3337b798f84b3215b53a4e9c46ad896216942cc1092 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4efd5bf4bce69e030d3824afe762a98b95607dd90c141c397290f4486c3d463 |
|
MD5 | b0edb190e0040d711e2b1be2c35b7f40 |
|
BLAKE2b-256 | b3d140300cf4d6996b226a1535333f3545b39ef57e745d68cca1dc35f6caa18a |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-none-win32.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18bfc88e8acda7d798c62bbe5df1b54e1f5cfe7db1a8940276e3f12571f9a40d |
|
MD5 | bcf11b59bd3485f4d638cff59e54c67c |
|
BLAKE2b-256 | 15623a67eb92ad5d526fda7042a693030a55d6e2f510aa2e3f14b13dc440283a |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a057cf73c0f0130d124f534d5f7b5849b2909873776a967bce06551289fa99d8 |
|
MD5 | c2b9dda602019891459459bc13fa55a3 |
|
BLAKE2b-256 | 7c6101b3848b6822286c2968d3ebc22bd48f243c61cc608d98c70fe38a32762b |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3ea32d84b7539fb19a73773e82416cd57eab442b9f4a9e483a4ab8734dada5d |
|
MD5 | 927ca4f655c198f9aba95b4fad140854 |
|
BLAKE2b-256 | 16bf5a6e590ffedb9d47de2b1dd8241738fd456839879cedb412afdf73de55c4 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d747d86fcaeff450b9c7b9c4780aa87a3cab418d1f6d3941fa64aec11dc17831 |
|
MD5 | 6a548f1e150770c55121a4dc4cea594d |
|
BLAKE2b-256 | 40b0100ca554d76e7ffdb2bc0981f64c6182db7fa1574e77d7bb4a4f564111fc |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 796b480af00681ab77f4546eba261ca777e92b8ddb5ac6877c504b904d00e08c |
|
MD5 | ec74f0248ad48e9c8c3a841df6ba444d |
|
BLAKE2b-256 | 0d826cbad321cfe9bf77d2d0837376deab99960705371b79bca3f36ba4907f5a |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ac3bd4f8e5331cb8e9b0cd9b11730a9d3835bb855aa6752191add0718c03e2f |
|
MD5 | b7011c7888c242b0404672ea23feb7e2 |
|
BLAKE2b-256 | 8459364102be9093f6c9874f78d0f4c4e0d4469c5070bbde474fa74022da35fc |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 967239285a8568183f6e21152c6399bcc577db9b917653772b72b125282e9668 |
|
MD5 | 26da26126ad092d571963b2a344a5304 |
|
BLAKE2b-256 | c9f589bc501af3f4b48231bf6191e3519463db50e5e3e4ebb53c7f9186035c34 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b906df640b0554a96d81d0b0c7503b6b2f77587a5eb4bb64c60ab17ba3fab17c |
|
MD5 | 85eae0c70588e9672692f06da801b8bd |
|
BLAKE2b-256 | 488fd9a4010aaa4084f89f1d5b2a54bf7abc065e96f7ccb3982b03ead48b53ef |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-none-win32.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36ae4ab79d441316a3a87f37734564845df75e90f3743148b243620e07151fd1 |
|
MD5 | dd1fc2bfbc505c009d3be61dd1ac9242 |
|
BLAKE2b-256 | 7f7ee4284194eef2372d3f5d7e0bde25b7179a28797fb2a47741002eed57cc58 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5426c5399e7b8237ae74473c5f779f19f27c827d67f679136e4b22fb80b29a43 |
|
MD5 | cc5b3fccc13b3a4de3595403a230de69 |
|
BLAKE2b-256 | 50229064f8f38f0c4917ec4fcb4c05049e14f5998c73aea4966900cee84d04b5 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10b227236bfe48338e02a7c0901c6b075d86889d3d858fdf504852684beab45e |
|
MD5 | ead219226b2f1ec501602b9e7a40d800 |
|
BLAKE2b-256 | c32ecbc7350458f3f19d7fa3f4f487df0eb299197691780b5fbb8b5a24fdae8b |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a40f3dafbe834062cc2a049585f0947047983e8c9612cf83e0177716c1159262 |
|
MD5 | 84e0129a677dbf654a5c8ac3384c8097 |
|
BLAKE2b-256 | f7c2f55bbba9204e89d890bab7a977871b5866ff3a70e46243690b362115b742 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91b0eeb3fced1ccee767b187669a2af4c9260882ede53d9108e2c6c663944210 |
|
MD5 | bb8c3ac7e4b9eebe59d165a48784a9c8 |
|
BLAKE2b-256 | c238ae4ffb34999f50008c99714c32429c7856d9022aa9837ecf4d14b4dace65 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e1b608cd439264bd605d651987f3b3d7a6542377d26b413ef02b59019967686 |
|
MD5 | 524f20f6a8b56f53b4cbed12dcd856fd |
|
BLAKE2b-256 | a7b6fb24a71c331ca378083f116ab5d426440ddb681259398d70f6b0863799e5 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffcdd2f13c56cec27e3bdc34830e933ecbc3e9820bf9295e88dfe64890a06ac6 |
|
MD5 | 03f39e560b899547b25f97479b7db371 |
|
BLAKE2b-256 | f4f1200fd14a5b4f99c5d18f54bfa91f6dd4005c4d6fe901a28bd26985cb506b |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96af4a21b82272d5636ab781450000ae17aa01a7aafba6b75d660964e95ade5a |
|
MD5 | ff030a214a2c4268fa6d2ff2f20d6f1c |
|
BLAKE2b-256 | 6d1405d4efe5b11e21b333dd29350f53334029b32566bff57db4cdd87e610bf0 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp39-none-win32.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ff3a203de58233aba9dfebb2256f7061c650071bec33f5ac3c257efb8e2a84f |
|
MD5 | 4777b473ed59d1e4458e960426e4a549 |
|
BLAKE2b-256 | efbb024404c5fd0671a3196b242ba1d90baeb03a70169bf9f838b90de53ea308 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ffaea5c333e3f23c6f827b42993e4ee595a3bcbacf417c2bcb3da76f8ffb9cc |
|
MD5 | 94a0ec8ec9c49ef5db39bc1cbf99dd4d |
|
BLAKE2b-256 | d1fc9bce0e4ea2c04555255f21bbcb33c8e74133d47ee1a7b7972e919adf07c8 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 900ae745cc42921ecffc04910a7ed9e121c366208f38a09d9951b8d7b16ea04f |
|
MD5 | 8f2fa28ed929508c632fbf37fcd03917 |
|
BLAKE2b-256 | 23102c5387764ffd1246be7028f2664396ca521bd930318735c95865037d5ae8 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1736e245f0c26d07a610af5b9c8ca3977c7b1b97a31ab627a28fc73d8137e936 |
|
MD5 | 32230661c5745c28d5184487425ad646 |
|
BLAKE2b-256 | f5f83ddeada0e2999c54768ef36e0eaba54b9ecd17b314bde504cec88693b444 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f092d2e2a4823ac3e855b170dece1c24874014679e92bcf25e71031ed4bc9fa |
|
MD5 | 1595b4ac3306ae3e0b003066b2f1afa6 |
|
BLAKE2b-256 | 934a1f7b69c84d823cbebec611c8499b028a70fe7cd30fb35ed7e6827dd55eb4 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b44b20386173cff2d2786c32b1b88f7b7d3928bd61d9969982c2e51eb7ca9552 |
|
MD5 | 29bd8e6af15dbd655e327245dda5d29e |
|
BLAKE2b-256 | ba575ac011d1438c3c6f909503e7ebf1d579788473cac4dc2ad79535e4433029 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp38-none-win32.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 701e7e3924a5f835f561d8c5e69e0b7c280f6b1ec4c659aae26baa519d37bb95 |
|
MD5 | 8591bfaacae8f2cd064bb66fa2c1a546 |
|
BLAKE2b-256 | 8e5ba9efd0b171be26f586d4fb3f2787465924429fdaca94986985cafbd49d0c |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f528d84089a6bb3d2e47248cb2547d85bd149380be3f89b1c584b0709d0e377d |
|
MD5 | bf6380af5a4dcc1ea74db6ff15f6cbb3 |
|
BLAKE2b-256 | bbd9a2864b59419dd1ef284f74f492323f7d97174c8b76c706ec49ab0b8fb303 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a193cc09639e0ac38254e14149892060191de4fb6bde3f72ee5320acfe9712 |
|
MD5 | f1e48d055240c28855a4e4e4685592e4 |
|
BLAKE2b-256 | ede1745308b5b24cb70869c580f8f0c8fc160de35de221b96f9a225b1f70f5a7 |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e38de45a327828f385601d0c96a6f2cdae4a342f71ee5f9d81188a2de663c69 |
|
MD5 | 7935c89fe6973feeb2dabd93ac3f4ca5 |
|
BLAKE2b-256 | f6914396c99c7f7482b1e675a5214737ffebaeb1cd6fec551c0b52096daf09bc |
Provenance
File details
Details for the file polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: polars_xdt-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 6.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9dece500fbe8cddba868b03ad0b2f2932026e1c792bee50c677b1103896c1db |
|
MD5 | 6a47da5539b947120b6c8ebe20f14a59 |
|
BLAKE2b-256 | 4046639b442e2a1895303ec8929b84bf8a3618a5e05ff67e41b974aac1944b0d |