DataScience Jupyter Notebook
Getting started with Python for data-science
Contents:
- The Python Language
- Numpy: creating and manipulating numerical data
- Matplotlib plotting
- Scipy: high-level scientific computing
- Pandas Cookbook
- Statistics in Python
- Scikit-learn
- Folium
Installation
To download all the notebooks, simply clone this repository:
git clone https://github.com/SrGrace/DataScience_Jupyter_Notebook
To run them, you also need the latest version of following modules. To install it:
pip install pandas
pip install numpy
pip install matplotlib
pip install scipy
pip install folium .. etc.
NOTE: PRs and Stars are always welcome :sparkles: