Please do not fork this repository, but use this repository as a template for your refactoring project. Make Pull Requests to your own repository even if you work alone and mark the checkboxes with an x
, if you are done with a topic in the pull request message.
The task for today you can find in the project-for-today.md file.
The necessary libraries are listed in the requirements.txt file. You can install them with the following command:
pyenv local 3.11.3
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- What are the steps you took to complete the project?
- Creating of two python files. One for cleaning and one enginiering for the data science project.
- Created the pipelines where both parts are combiened.
- What are the challenges you faced?
- You need to get used to it and it needs some practice. It was worth it to give it a try.
- What are the things you would do differently if you had more time?
- Start in Jupiter Notebooks and than as soon es everything works create a python file.