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
+10-8
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,18 @@ Pandas Zero to Hero is a beginner's tutorial to using the Pandas library. This r
9
9
YouTube channel.
10
10
11
11
## How will the tutorial be structured?
12
-
A new tutorial will be released on a weekly basis and it will be structured such that it builds upon the knowledge from the prior weeks. I will also be importing and working
13
-
with datasets from [kaggle](https://www.kaggle.com/) to demonstrate the different concepts in each week's tutorial.
12
+
A new tutorial will be released on a weekly basis and it will be structured such that it builds upon the knowledge from the prior weeks. I will also be importing and working with datasets from [Kaggle](https://www.kaggle.com/) to demonstrate the different concepts in each week's tutorial.
14
13
15
14
## What do I hope to accomplish with this tutorial?
16
15
I am doing this mainly to inspire and encourage more people to use pandas in their own data analysis work. Furthermore, I want to use this tutorial as means of improving my communication skills as well as my ability to explain concepts in simple but thorough terms.
17
16
18
17
## Topics
19
-
Week 1: Importing data and creating dataframe \
20
-
Week 2: Selecting data using loc and iloc \
21
-
Week 3: Functions and descriptive statistics \
22
-
Week 4: Grouping and sorting data \
23
-
Week 5: Data types and missing values \
24
-
Week 6: Combining dataframes
18
+
[Week 1: Importing data and creating dataframe](https://www.youtube.com/watch?v=Dqi5c1A9S1Y&t=33s)\
19
+
[Week 2: Selecting data using loc and iloc](https://www.youtube.com/watch?v=cGRhbYNJX-Y)\
20
+
[Week 3: Functions and descriptive statistics](https://www.youtube.com/watch?v=ALG7bJ568_8)\
21
+
[Week 4: Grouping and sorting data](https://www.youtube.com/watch?v=OYBzwzfbHpU)\
22
+
[Week 5: Data types and missing values](https://www.youtube.com/watch?v=QVJY4qJ5-YE)\
0 commit comments