This repository contains a detailed academic and practical guide on using Python for Data Science. It includes theory, code notebooks, and downloadable report files.
- β Full Report (PDF & DOCX)
- π Jupyter Notebooks for NumPy, Pandas, Visualization, and Machine Learning
- π Sample Datasets
- πΈ Visualizations and Diagrams
- Introduction to Python for Data Science
- Working with NumPy and Pandas
- Data Cleaning and Preprocessing
- Data Visualization using Matplotlib & Seaborn
- Introduction to Machine Learning with scikit-learn
python-for-datascience/
β
βββ README.md
βββ report/
β βββ Python_For_DataScience.pdf
β βββ Python_For_DataScience.docx
β
βββ notebooks/
β βββ 01_numpy_basics.ipynb
β βββ 02_pandas_intro.ipynb
β βββ 03_visualization_matplotlib.ipynb
β βββ 04_ml_with_sklearn.ipynb
β
βββ datasets/
β βββ sample_dataset.csv
β
βββ images/
β βββ plots_and_graphs.png
β
βββ LICENSE