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.58.tar.gz
(78.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.58.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.58.tar.gz
- Upload date:
- Size: 78.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55b2ed8d861cf8f48400cad18d35a7da9cf80fc71e10c64cc0d7b62462b3b1e0
|
|
| MD5 |
dcfdda55590c4b7cef0bd1212f905e51
|
|
| BLAKE2b-256 |
ecc293629084abbfbfe14f857594afcffec56c61a4081abf7b5217950b7ff101
|
File details
Details for the file pyg_timeseries-0.0.58-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.58-py3-none-any.whl
- Upload date:
- Size: 84.6 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 |
2a189b52031b25f6ba7e3a35ebe6fc01f410d80ba18fdaac1e703e93491d38b8
|
|
| MD5 |
4d6fd23f4bb195776c31020f490d0bb4
|
|
| BLAKE2b-256 |
3ca65076999da7f9051f9e80c5e325e0af2a3bac2e3e7bd2d418a8229f9f1cea
|