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.62.tar.gz
(92.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.62.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.62.tar.gz
- Upload date:
- Size: 92.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7242b7225be2c23812a5209fa0325d86141d4f5d087fb5584bd1b48d16c15ea
|
|
| MD5 |
cff4146140ac973d3947372a1ad90562
|
|
| BLAKE2b-256 |
7981868b5eb230e257f3b4ee60e2e3487b12747b5bc1f5b602c04c78d560f3c6
|
File details
Details for the file pyg_timeseries-0.0.62-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.62-py3-none-any.whl
- Upload date:
- Size: 97.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
038db5ab4b525dd2bb635fd0643c3673c5f82096c9013377cecb3869eb2f02bb
|
|
| MD5 |
580bfad7807650f69357fe447da71ff5
|
|
| BLAKE2b-256 |
66dc355d5934c1f8e22270ca38d1fe1d4781b838e0dba7036f76b1d9b5be69f9
|