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.31.tar.gz
(70.5 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.31.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.31.tar.gz
- Upload date:
- Size: 70.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b111642e46a00b7371b9341dabb314109c219f56939708209f97b2ac01139b7b
|
|
| MD5 |
e05f296bed625b0ed56deaf38446130e
|
|
| BLAKE2b-256 |
3d918aa46038c244400b96fea26599e3795f71a2ee7d773604c5cb78c1017686
|
File details
Details for the file pyg_timeseries-0.0.31-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.31-py3-none-any.whl
- Upload date:
- Size: 76.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4532c78f49c41e8759944a4d70589782a40ca718ffb71ace6e55fab583ce8ce6
|
|
| MD5 |
3b00a21d25b68eceac891c42538d868c
|
|
| BLAKE2b-256 |
9dcbfe2ad8f5edcff76a92cdca41f4f5d4db3e0c579639f7e36847a2392ac2f1
|