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.
- Host: GitHub
- URL: https://github.com/yash-kavaiya/data-analytics-with-python-nptel
- Owner: Yash-Kavaiya
- Created: 2022-04-08T05:56:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T09:02:21.000Z (11 months ago)
- Last Synced: 2025-03-31T10:21:59.925Z (11 months ago)
- Topics: matplotlib, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 140 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Data Analytics with Python - NPTEL Course ๐




## ๐ 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
โ
Available
๐ Week 2
โ
Available
๐ Week 3
โ
Available
๐ Week 4
โ
Available
๐ Week 5
โ
Available
๐ Week 6
โ
Available
๐ Week 7
โ
Available
๐ Week 8
Coming soon!
โณ Pending
๐ Week 9
Coming soon!
โณ Pending
๐ Week 10
โ
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
## ๐ Week 1: Introduction To Data Analytics And Python Fundamentals
Resource
Link
๐ฌ Assignment solution
๐งฉ Practice Questions
๐ Summary of Week-1
๐ Central Tendency and Dispersion
๐ป How to Run Python Notebook 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
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
---
โญ Star this repository if you find it helpful! โญ
๐ Happy Learning and Data Analysis! ๐