Repo containing the code used to develop the "Business Names" EDA challenge.
- Python 3.9+
- Pipenv
- From the project directory, initialize the Pipenv virtual environment
pipenv shell
- Install the jupyter notebooks kernel
pipenv run ipython kernel install --user --name=<KERNEL_NAME>
- Download the required SpaCy pipelines
pipenv run python -m spacy download en_core_web_trf && pipenv run python -m spacy download en_core_web_sm
- Launch the Jupyter server
pipenv jupyter notebook
- From the browser window, double click on the
business_names_eda.ipynb
notebook located in thesrc/notebooks
directory