Repository for Python Data Science fundamental concepts with use case examples.
- Download PyCharm Community edition
https://www.jetbrains.com/pycharm/ - Download Anaconda ( Jupyter notebook and many import Python libraries is package with anaconda setup )
https://www.anaconda.com/products/distribution/download-success-2
- Numpy as np
- Pandas as pd
- Matplot.pyplot as plt
- Seaborn as sns
- How to change default folder for Jupyter notebook
https://kegui.medium.com/change-jupyter-notebook-startup-folder-windows-608dfcfdc104