reslib.processing package¶
Submodules¶
reslib.processing.loops module¶
reslib.processing.loops¶
This module provides convenience functions for looping over data, typically a DataFrame (or reslib.data.Table), and automating things like progress reporting (via tqdm or status files) or parallelization.
- copyright
2019 by Maclean Gaulin.
- license
MIT, see LICENSE for more details.
reslib.processing.notebooks module¶
reslib.processing.notebooks¶
This module provides convenience functions for using Jupyter Notebooks.
- copyright
2019 by Maclean Gaulin.
- license
MIT, see LICENSE for more details.