CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/quickstart.py
examples/sample.csv
src/time_series_profiler.egg-info/PKG-INFO
src/time_series_profiler.egg-info/SOURCES.txt
src/time_series_profiler.egg-info/dependency_links.txt
src/time_series_profiler.egg-info/requires.txt
src/time_series_profiler.egg-info/top_level.txt
src/tsp/__init__.py
src/tsp/config.py
src/tsp/types.py
src/tsp/adapters/__init__.py
src/tsp/adapters/pandas_adapter.py
src/tsp/profiling/__init__.py
src/tsp/profiling/registry.py
src/tsp/profiling/report.py
src/tsp/profiling/runner.py
src/tsp/profiling/metrics/__init__.py
src/tsp/profiling/metrics/basic_stats.py
src/tsp/profiling/metrics/categorical_profile.py
src/tsp/profiling/metrics/gaps_sampling.py