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.23.tar.gz
(68.8 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.23.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.23.tar.gz
- Upload date:
- Size: 68.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
757a572f6482f943ec6786bfdb5de05396fb8845437e59d819cec129b81fdc8f
|
|
| MD5 |
8b3254ad684045fd9e2b6d71dd554ac1
|
|
| BLAKE2b-256 |
9be2048dc90ec0a36335bc394f4b16817e6425ab9365b1b56db2472b40eeaab6
|
File details
Details for the file pyg_timeseries-0.0.23-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.23-py3-none-any.whl
- Upload date:
- Size: 75.8 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 |
f38ec91e1bd4e03e6efbfb63dfed5f42f1d6d1839bb58651c3a612595dbc5bbe
|
|
| MD5 |
4b1123e08698bde42b28fbedabcf92be
|
|
| BLAKE2b-256 |
19468741dd662037bf75ecfcd51284619b43f5c94a5f9c8a835166a0a440c472
|