/DataCleaning

This is a repo which outlines how to perform data cleaning in your dataset.

Primary LanguageJupyter Notebook

DataCleaning

This is a repo which outlines how to perform data cleaning in your dataset.

To run the notebook the following steps are followed 👇:

Install miniconda

Install requirements

  • Open miniconda prompt window and navigate to your project directory. run conda --prefix ./envs jupyterlab matplotlib numpy pandas seaborn

Activate conda

  • run conda activate 'path_to_your_project directory'