LICENSE.md
README.md
setup.py
dios/__init__.py
dios/setup.py
dios/dios/__init__.py
dios/dios/base.py
dios/dios/dios.py
dios/dios/indexer.py
dios/dios/lib.py
dios/dios/operators.py
dios/dios/pandas_bridge.py
dios/profiling/__init__.py
dios/profiling/generate_testsets.py
dios/profiling/memory.py
dios/profiling/performance.py
dios/test/__init__.py
dios/test/run_dios.py
dios/test/test__ops__.py
dios/test/test__setget__.py
dios/test/test__setget__aloc.py
dios/test/test__setget__iloc.py
dios/test/test__setget__loc.py
dios/test/test__setitem__.py
dios/test/test_dflike.py
dios/test/test_dflike__setget__.py
dios/test/test_magic_methods.py
dios/test/test_methods.py
dios/test/test_setup.py
saqc/__init__.py
saqc/__main__.py
saqc/constants.py
saqc.egg-info/PKG-INFO
saqc.egg-info/SOURCES.txt
saqc.egg-info/dependency_links.txt
saqc.egg-info/entry_points.txt
saqc.egg-info/requires.txt
saqc.egg-info/top_level.txt
saqc/core/__init__.py
saqc/core/core.py
saqc/core/flags.py
saqc/core/history.py
saqc/core/reader.py
saqc/core/register.py
saqc/core/test.py
saqc/core/visitor.py
saqc/core/modules/__init__.py
saqc/core/modules/breaks.py
saqc/core/modules/changepoints.py
saqc/core/modules/constants.py
saqc/core/modules/curvefit.py
saqc/core/modules/drift.py
saqc/core/modules/flagtools.py
saqc/core/modules/generic.py
saqc/core/modules/interpolation.py
saqc/core/modules/noise.py
saqc/core/modules/outliers.py
saqc/core/modules/pattern.py
saqc/core/modules/resampling.py
saqc/core/modules/residues.py
saqc/core/modules/rolling.py
saqc/core/modules/scores.py
saqc/core/modules/tools.py
saqc/core/modules/transformation.py
saqc/core/translation/__init__.py
saqc/core/translation/basescheme.py
saqc/core/translation/dmpscheme.py
saqc/core/translation/positionalscheme.py
saqc/funcs/__init__.py
saqc/funcs/breaks.py
saqc/funcs/changepoints.py
saqc/funcs/constants.py
saqc/funcs/curvefit.py
saqc/funcs/drift.py
saqc/funcs/flagtools.py
saqc/funcs/generic.py
saqc/funcs/interpolation.py
saqc/funcs/noise.py
saqc/funcs/outliers.py
saqc/funcs/pattern.py
saqc/funcs/resampling.py
saqc/funcs/residues.py
saqc/funcs/rolling.py
saqc/funcs/scores.py
saqc/funcs/tools.py
saqc/funcs/transformation.py
saqc/lib/__init__.py
saqc/lib/plotting.py
saqc/lib/rolling.py
saqc/lib/tools.py
saqc/lib/ts_operators.py
saqc/lib/types.py
tests/core/__init__.py
tests/core/test_core.py
tests/core/test_creation.py
tests/core/test_flags.py
tests/core/test_history.py
tests/core/test_reader.py
tests/core/test_translator.py
tests/funcs/__init__.py
tests/funcs/test_constants_detection.py
tests/funcs/test_functions.py
tests/funcs/test_generic_api_functions.py
tests/funcs/test_generic_config_functions.py
tests/funcs/test_harm_funcs.py
tests/funcs/test_modelling.py
tests/funcs/test_pattern_rec.py
tests/funcs/test_proc_functions.py
tests/funcs/test_spikes_detection.py
tests/funcs/test_tools.py
tests/fuzzy/__init__.py
tests/fuzzy/lib.py
tests/fuzzy/test_masking.py
tests/integration/__init__.py
tests/integration/test_integration.py
tests/lib/__init__.py
tests/lib/test_rolling.py
tests/lib/test_ts_operators.py