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.48.tar.gz
(77.2 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.48.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.48.tar.gz
- Upload date:
- Size: 77.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60d2af6b4f225dacdf86dc2a2f54dcbece8caa7cdcb72510775583d7ec711eb3
|
|
| MD5 |
e7853a092c70e8acd9725aeefa119130
|
|
| BLAKE2b-256 |
bf75d3d78f5e0d97ffef0ee73b08ee72a85ece0a69317ef6c86c91eaa01438db
|
File details
Details for the file pyg_timeseries-0.0.48-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.48-py3-none-any.whl
- Upload date:
- Size: 83.3 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 |
b2d05023c65e46c869dd94a7fff90a49bd5f736a2c14185412507f8811f3f389
|
|
| MD5 |
faf2ba279c8188b7b84ca6b985072cd2
|
|
| BLAKE2b-256 |
1caacafa95e7661a1c608f3927eabd89d6f0bdad4597c3daf0af62c05d28136f
|