pygpyg

Utilities for data manipulation including creation of DAGs and tables


License
GPL-3.0
Install
pip install pygpyg==1.0.20221103

Documentation

pyg

Python tools to handle

  • fast data management using dictable,
  • simplified mongodb access both sync/async and supporting seemless push/pull of complete objects and pandas dataframes
  • timeseries analytics that work the same across pandas and numpy.

A conda installation is available from my anaconda channel https://anaconda.org/yoavgit/pyg

pyg is now split into separate packages:

  • pyg-base: fast data management and DAG creation
  • pyg-mongo: synchronous mongodb access
  • pyg-timeseries: timeseries analytics
  • pyg-mongo-async: extending pyg-mongo to asynchronous mongo access using the Motor package.