Utilities for fast timeseries analysis
Project description
pyg-timeseries
pandas is great but pyg-timeseries introduces a few improvements.
- pyg is designed so that for dataframes/series without nans, it matches pandas exactly
- consistent treatments of nan's: unlike pandas, pyg ignores nans everywhere in its calculations.
- np.ndarray and pandas dataframes are treated the same and pyg operates on np.arrays seemlessly
- state-management: pyg introduces a framework for returning not just the timeseries, but also the state of the calculation. This can be fed into the next calculation batch, allowing us not to have to 're-run' everything from the distant past.
- performance-wise, pyg is implemented via numba with performance times comparable to pandas
pip install from https://pypi.org/project/pyg-timeseries/
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
pyg_timeseries-0.0.41.tar.gz
(75.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyg_timeseries-0.0.41.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.41.tar.gz
- Upload date:
- Size: 75.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4430f0255fd20fc23ee45121e65eced5478c49c2d93605dcff297d55e28152ed
|
|
| MD5 |
26a3691b67c02baf1c4bb9f183253717
|
|
| BLAKE2b-256 |
d3e38d7dcb835b8bf70f6d2751ebd7492d82864f60a3ed347ce6b6e8b516b530
|
File details
Details for the file pyg_timeseries-0.0.41-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.41-py3-none-any.whl
- Upload date:
- Size: 81.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
807f878b902a54eb39287631d84ef475f54af5d8f08846a231beddea6d0319aa
|
|
| MD5 |
457d25ff1e366a4eeb7b00f0ae8e2480
|
|
| BLAKE2b-256 |
b4b609e351e6627ab1e6b37c22bf6c163963076a18e8610eb467d87e34528708
|