You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# Python for Data Analytics - Full Course
2
2
3
-
Data Nerds! This repo contains all the notebooks and code for my free course.
3
+
Data Nerds! This repo contains all the notebooks needed to follow along my free course: [Python for Data Analytics]()
4
4
5
5
[](https://youtu.be/7mz73uXD9DA?si=kXWYSyaWdNKBAOyc)
6
+
*Thanks to [Kelly Adams](https://www.linkedin.com/in/kellyjianadams) for help with producing this course*
6
7
7
8
## Table of Contents
8
9
9
10
### [Chapter 1: Python Basics](/1_Basics/)
10
11
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
+
*This chapter is meant for[Google Colab](https://colab.research.google.com/github/lukebarousse/Python_Data_Analytics_Course/blob/main/1_Basics/01_Getting_Started.ipynb).*
12
13
- Introduction to Python
13
14
- Variables
14
15
- Data Types
@@ -26,8 +27,6 @@ Data Nerds! This repo contains all the notebooks and code for my free course.
26
27
27
28
### [Chapter 2: Advanced Python](/2_Advanced/)
28
29
29
-
*This chapter is meant to be executed locally on VS Code.*
30
-
31
30
- Advanced Pandas
32
31
- Data Cleaning
33
32
- Data Manipulation
@@ -39,21 +38,17 @@ Data Nerds! This repo contains all the notebooks and code for my free course.
39
38
40
39
### [Chapter 3: Project Build](/3_Project/)
41
40
42
-
*This chapter is meant to be executed locally on VS Code.*
43
-
44
41
- Investigating Top Skills in Data Science
45
42
- Data Cleaning
46
43
- Data Analysis
47
44
- Data Visualization
48
45
- Data Interpretation
49
46
50
47
## 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:
48
+
- If you find an error in this codebase, please feel free to make a pull request by:
0 commit comments