pyproject.toml
setup.cfg
src/datascientists/CHANGELOG.md
src/datascientists/LICENSE
src/datascientists/README.md
src/datascientists/__init__.py
src/datascientists/_version.py
src/datascientists.egg-info/PKG-INFO
src/datascientists.egg-info/SOURCES.txt
src/datascientists.egg-info/dependency_links.txt
src/datascientists.egg-info/not-zip-safe
src/datascientists.egg-info/requires.txt
src/datascientists.egg-info/top_level.txt
src/datascientists/_config/__init__.py
src/datascientists/_config/pandas_config.py
src/datascientists/_config/plotly_config.py
src/datascientists/core/__init__.py
src/datascientists/core/config_init.py
src/datascientists/core/hypothesisTesting.py
src/datascientists/core/preprocessing.py
src/datascientists/core/regression.py
src/datascientists/core/simulation.py
src/datascientists/core/statisticalTest.py