Skip to content

Commit 31e8a82

Browse files
committed
Update Readme
1 parent 2f11f25 commit 31e8a82

File tree

2 files changed

+55
-7
lines changed

2 files changed

+55
-7
lines changed
1.27 MB
Loading

README.md

Lines changed: 55 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,59 @@
11
# Python for Data Analytics - Full Course
22

3+
Data Nerds! This is the repo for all the notebooks for my course from free course on YouTube.
4+
5+
[![Python for Data Analytics](3_Project/images/Python_Data_Analytics_YT.png)](https://youtu.be/7mz73uXD9DA?si=kXWYSyaWdNKBAOyc)
6+
7+
## Table of Contents
8+
9+
### [Chapter 1: Python Basics](/1_Basics/)
10+
11+
*This chapter is meant to be executed on [Google Colab](https://colab.research.google.com/github/lukebarousse/Python_Data_Analytics_Course/blob/main/1_Basics/01_Getting_Started.ipynb).*
12+
- Introduction to Python
13+
- Variables
14+
- Data Types
15+
- Operators
16+
- Functions
17+
- Classes
18+
- Python Standard Libraries
19+
- datetime
20+
- random
21+
- ast
22+
- Libraries for Data Science
23+
- Numpy
24+
- Matplotlib
25+
- Pandas
26+
27+
### [Chapter 2: Advanced Python](/2_Advanced/)
28+
29+
*This chapter is meant to be executed locally on VS Code.*
30+
31+
- Advanced Pandas
32+
- Data Cleaning
33+
- Data Manipulation
34+
- Data Visualization
35+
- Advanced Matplotlib
36+
- Statistical Plots
37+
- Customizing Plots
38+
- Subplots
39+
40+
### [Chapter 3: Project Build](/3_Project/)
41+
42+
*This chapter is meant to be executed locally on VS Code.*
43+
44+
- Investigating Top Skills in Data Science
45+
- Data Cleaning
46+
- Data Analysis
47+
- Data Visualization
48+
- Data Interpretation
49+
50+
## Found a Typo? Want to Contribute?
51+
- If you find a typo or error in the code, please feel free to make a pull request by:
52+
- Forking the repo
53+
- Making any changes
54+
- Submitting a pull request
55+
56+
357
## TODO:
4-
- [ ] Add cover image (w/ link to video)
5-
- [ ] Short overview of the course
6-
- [ ] Short overview of each chapter with links to folders
7-
- [ ] How to make changes or fix errors in this notebook
8-
- [ ] Add README.md to each chapter
9-
- [ ] Ch - 1 How to open on colab
10-
- [ ] Ch - 2 How to run locally
58+
- [ ] Update Link to Video
1159
- [ ] Fix [github issue](https://stackoverflow.com/questions/78501731/error-nbformat-when-uploading-to-github-from-google-colab/78503623#78503623)

0 commit comments

Comments
 (0)