Skip to main content

Utilities for fast timeseries analysis

Project description

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/

Project details


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.22.tar.gz (67.7 kB view hashes)

Uploaded Source

Built Distribution

pyg_timeseries-0.0.22-py3-none-any.whl (74.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page