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/
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.51.tar.gz
(77.1 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.51.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.51.tar.gz
- Upload date:
- Size: 77.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b2dabbe0ef7f39bd5d09dd2e4f1426e44dafbf234e9abd8557c42ff6f01da6d
|
|
| MD5 |
de02522ab2b3d1b6563efbfb83f95730
|
|
| BLAKE2b-256 |
dd85ed4108b451bc328687def6c8781e195b8115c61f12b392384f3675d7044d
|
File details
Details for the file pyg_timeseries-0.0.51-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.51-py3-none-any.whl
- Upload date:
- Size: 83.4 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 |
a3b11753a8f50675b88ae80427076d2f78bdcf2a098b6342ef385a60948076b0
|
|
| MD5 |
f8a9e449549954dc11fe4eef681fc662
|
|
| BLAKE2b-256 |
bd8b81acd745ef27f6c0cad89c89fca7a6b67f41186e0f6fbc6707a76e818a01
|