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.45.tar.gz
(76.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.45.tar.gz.
File metadata
- Download URL: pyg_timeseries-0.0.45.tar.gz
- Upload date:
- Size: 76.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 |
70a809f131658cf0b2f44949549c196815c2e54a2d1d3e7d9c93c134de879cf8
|
|
| MD5 |
c99070f9a47cb055dfd0037f2a5fe65a
|
|
| BLAKE2b-256 |
e9df98c9d938595d3c0da818c37f9c1af1119607b0c920902988c6b260facfbf
|
File details
Details for the file pyg_timeseries-0.0.45-py3-none-any.whl.
File metadata
- Download URL: pyg_timeseries-0.0.45-py3-none-any.whl
- Upload date:
- Size: 82.9 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 |
2778848b205ed0ca2e5d85f1cc755df4ed2a474b1c2b5c7bab13334dfc0e6a41
|
|
| MD5 |
41395d67bebfc086ed2363718285bf07
|
|
| BLAKE2b-256 |
db6bebd989bf3dbcccb51ba53c58d1b4601bff7067b1583542dd40d129a81815
|