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.59.tar.gz
(78.4 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.59.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.59.tar.gz
- Upload date:
- Size: 78.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adabff0332c42692a47536c1b2b80d6bc5bf38cd36db79e14477297e7719dd1a
|
|
| MD5 |
1e8cc92ca0d4940de43ad7339b30446e
|
|
| BLAKE2b-256 |
12fd6b0493d0b34000cc8273274c4a5e70a4fea3ac5276f28c8d56e9b1f17c36
|
File details
Details for the file pyg_timeseries-0.0.59-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.59-py3-none-any.whl
- Upload date:
- Size: 84.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3549cb9b9d39316c8ef29618b918036315f4ddf5656ac2044a390f00be5296de
|
|
| MD5 |
282a1725b299b101c39b46c8ed6db2ed
|
|
| BLAKE2b-256 |
146ee1f5c028ae2c6cc96428c4c4e21c17ea422959f66ede800f9ed0bd63618d
|