Project folder for all my Jupyter Notebooks and NBA data workings.
- black for formatting
- google docstrings
- flake8 for linting
- mypy for static typing analysis
- conventional commits for commit style.
- isort for import organization.
Currently working on some analysis with Power BI. To get the NBA data I created some Python scripts that run through NBA stats pages and storing the data into a PostgreSQL database. I've model the data in form of a star schema to work well with Power BI and it's data modeling.
A helpful checklist to gauge how your README is coming on what I would like to finish:
- Lots of items! :)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE.md file for more information.