This repo includes the assignments and lectures conducted in the Data Analytics Course. This course provides you knowledge and skills for an understanding of data manipulation, analysis, and visualization. The assignments in this repository are designed to reinforce your understanding of the concepts covered in the lectures. They will challenge you to apply your knowledge to real-world datasets, allowing you to practice data cleaning, exploratory data analysis, hypothesis testing, and predictive modeling.
Below is a list of all the lecture videos for this course:
- Lecture 1: Introduction to Data Analytics
- Lecture 2: Data Understanding
- Lecture 3: Data Cleaning Techniques
- Lecture 4: Data Visualization
- Lecture 5: Colors for data
- Project Example: Course Evaluation
- Project Example: Job Demand Analysis
Feel free to click on the links to access the respective lecture videos. More videos are available in the
- [course playlist] (https://www.youtube.com/playlist?list=PLVJBFnpmHjrYnRJIbEVwUB5OZuRu5z0zG)
- [Project Playlist] (https://www.youtube.com/playlist?list=PLVJBFnpmHjrau_34h3pK3Z-W27F4RUWky)
The GitHub repository is structured as below:
├── data
├── [data files]
├── Assignments
├── [Assignment Templates]
├── requirements.txt
├── README.md
└── [other relevant files]
-
Log in to GitHub.
-
Navigate to the project.
-
Clone the repository to your local computer. Before creating the pull request or cloning, it's recommended to sync your forked repository with the latest changes from the original repository.
-
Make the necessary edits as per instructions.
-
Commit changes.
