An open API service indexing awesome lists of open source software.

https://github.com/yash-kavaiya/data-analytics-with-python-nptel

Repository for the NPTEL course 'Data Analytics with Python'. Includes code examples, notebooks, and exercises covering data manipulation, visualization, statistics, and machine learning with Python libraries like NumPy, Pandas, and Matplotlib.
https://github.com/yash-kavaiya/data-analytics-with-python-nptel

matplotlib numpy pandas python

Last synced: 6 months ago
JSON representation

Repository for the NPTEL course 'Data Analytics with Python'. Includes code examples, notebooks, and exercises covering data manipulation, visualization, statistics, and machine learning with Python libraries like NumPy, Pandas, and Matplotlib.

Awesome Lists containing this project

README

          

# ๐Ÿ“Š Data Analytics with Python - NPTEL Course ๐Ÿ


Data Analytics with Python - NPTEL

![Python](https://img.shields.io/badge/Python-3.7+-blue?style=for-the-badge&logo=python&logoColor=white)
![NumPy](https://img.shields.io/badge/NumPy-1.20+-lightblue?style=for-the-badge&logo=numpy&logoColor=white)
![Pandas](https://img.shields.io/badge/Pandas-1.3+-yellow?style=for-the-badge&logo=pandas&logoColor=white)
![Matplotlib](https://img.shields.io/badge/Matplotlib-3.4+-orange?style=for-the-badge&logo=matplotlib&logoColor=white)


๐ŸŽ“ Course Review: Course Review video


## ๐Ÿ“‹ Course Overview

This repository contains materials for the NPTEL course "Data Analytics with Python," including code examples, assignments, and resources for statistical analysis and machine learning.

## ๐Ÿ—“๏ธ Course Layout


Week
Topics
Status


๐Ÿ“ Week 1
Introduction To Data Analytics And Python Fundamentals
โœ…


๐Ÿ“ Week 2
Introduction To Probability
โœ…


๐Ÿ“ Week 3
Sampling And Sampling Distributions
โœ…


๐Ÿ“ Week 4
Hypothesis Testing
โœ…


๐Ÿ“ Week 5
Two Sample Testing And Introduction To ANOVA
โœ…


๐Ÿ“ Week 6
Two-Way ANOVA And Linear Regression
โœ…


๐Ÿ“ Week 7
Linear Regression And Multiple Regression
โœ…


๐Ÿ“ Week 8
Concepts Of MLE And Logistic Regression
โœ…


๐Ÿ“ Week 9
ROC And Regression Analysis Model Building
โœ…


๐Ÿ“ Week 10
C2 Test And Introduction To Cluster Analysis
โœ…

## ๐ŸŽฏ Learning Path

```mermaid
graph LR
A[Python Fundamentals] --> B[Probability]
B --> C[Sampling]
C --> D[Hypothesis Testing]
D --> E[ANOVA]
E --> F[Regression]
F --> G[Logistic Regression]
G --> H[Model Building]
H --> I[Cluster Analysis]

style A fill:#d1f0ff,stroke:#0077b6
style B fill:#d1f0ff,stroke:#0077b6
style C fill:#d1f0ff,stroke:#0077b6
style D fill:#ffe5d9,stroke:#f4a261
style E fill:#ffe5d9,stroke:#f4a261
style F fill:#e9ecef,stroke:#6c757d
style G fill:#e9ecef,stroke:#6c757d
style H fill:#e9ecef,stroke:#6c757d
style I fill:#d8f3dc,stroke:#2d6a4f
```

## ๐Ÿ“ Assignment Solutions (Previous Course)


Week
Solution Link
Status


๐Ÿ“ Week 1
YouTube
โœ… Available


๐Ÿ“ Week 2
YouTube
โœ… Available


๐Ÿ“ Week 3
YouTube
โœ… Available


๐Ÿ“ Week 4
YouTube
โœ… Available


๐Ÿ“ Week 5
YouTube
โœ… Available


๐Ÿ“ Week 6
YouTube
โœ… Available


๐Ÿ“ Week 7
YouTube
โœ… Available


๐Ÿ“ Week 8
Coming soon!
โณ Pending


๐Ÿ“ Week 9
Coming soon!
โณ Pending


๐Ÿ“ Week 10
YouTube
โœ… Available


๐Ÿ“ Week 11
Coming soon!
โณ Pending


๐Ÿ“ Week 12
Coming soon!
โณ Pending

### ๐Ÿ“บ YouTube Playlist
[Complete NPTEL Course Videos](https://youtu.be/cmRkGyrcsrI)

### ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Join Our Study Group

Discord Study Group

## ๐Ÿ“š Week 1: Introduction To Data Analytics And Python Fundamentals




Resource
Link


๐ŸŽฌ Assignment solution
Assignment solution


๐Ÿงฉ Practice Questions
Practice Questions


๐Ÿ“ Summary of Week-1
Summary of Week-1


๐Ÿ“Š Central Tendency and Dispersion
Central Tendency and Dispersion


๐Ÿ’ป How to Run Python Notebook Online
Top 5 Platform to Run Python In Online


## ๐Ÿงฎ Statistical Tools & References




Tool
Description
Link


๐Ÿ“ˆ Z-table
Standard normal distribution table
Access Z-table


๐Ÿงฎ Z-score Calculator
Calculate Z-scores easily
Use Calculator


๐Ÿ“Š T-table
Student's t-distribution table
Access T-table


๐Ÿงฎ T-value Calculator
Calculate T-values easily
Use Calculator


## ๐Ÿ“Œ Key Topics Covered




NumPy
Pandas
Matplotlib
Statistics


Arrays & Matrix Operations
Data Manipulation
Data Visualization
Hypothesis Testing



๐Ÿ’ก Course Tip: Focus on understanding statistical concepts first, then learn how to implement them in Python. The combination of theoretical knowledge and practical coding skills will make you proficient in data analytics.


## ๐Ÿ™ Credits


NPTEL Video Playlist: Watch all lectures


Repository maintained by Yash Kavaiya


---


โญ Star this repository if you find it helpful! โญ


๐Ÿ“š Happy Learning and Data Analysis! ๐Ÿ“Š