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.34.tar.gz
(71.7 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.34.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.34.tar.gz
- Upload date:
- Size: 71.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd02bec6ca095bb3b96be10c8a697a16a16ee9c5263621b7ed774a1328e3ac11
|
|
| MD5 |
8ee75e8f65b9d0c2275600f24c33f2b8
|
|
| BLAKE2b-256 |
0453ed73b990266a29748ba70d9756796c77e930a156fb74105443ce1d9d0625
|
File details
Details for the file pyg_timeseries-0.0.34-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.34-py3-none-any.whl
- Upload date:
- Size: 78.1 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 |
d6c85b8405a9954f35409ece16db6bac7b40a25e2ee9867c394bda314b62832e
|
|
| MD5 |
5a8bc7f0ce48ed0fb3cdb9780e295d68
|
|
| BLAKE2b-256 |
9f4d95287c4e30657376e389984518e3a79fef70c10870eeff485828160e71ba
|