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.28.tar.gz
(69.6 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.28.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.28.tar.gz
- Upload date:
- Size: 69.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
110e19344ab25b28b0ff3b506c677f4562b62bf19e22778908033f30df1924cd
|
|
| MD5 |
301817f5c76a1ebeee3ba3f6d60cf222
|
|
| BLAKE2b-256 |
9987007995ee7586cd3738d93cabae0ff37817f5a3609bddbc5369d3a11b2f55
|
File details
Details for the file pyg_timeseries-0.0.28-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.28-py3-none-any.whl
- Upload date:
- Size: 76.4 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 |
ae9541d3c5d829489298d985dbca9429dc2f75b73dcd786c8c391bb3932ad323
|
|
| MD5 |
f0fe6383bcfea483962b119682cc8862
|
|
| BLAKE2b-256 |
79a7f2bbfce845685cbc8b4271c3007f6e49d9491085500de4d44ae4004d0ee9
|