Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 3.83 KB

README.md

File metadata and controls

69 lines (52 loc) · 3.83 KB

DataScience Jupyter Notebook

Getting started with Python for data-science

Contents:








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 ✨