Skip to content

Commit aa9c97f

Browse files
Update README.md
1 parent 129beda commit aa9c97f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ Pandas Zero to Hero is a beginner's tutorial to using the Pandas library. This r
99
YouTube channel.
1010

1111
## 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.
1413

1514
## What do I hope to accomplish with this tutorial?
1615
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.
1716

1817
## 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) \
23+
[Week 6: Combining dataframes](https://www.youtube.com/watch?v=KYR3GUB3OcQ)
24+
25+
# Medium article
26+
Link to write-up on Towards Data Science [here](https://towardsdatascience.com/pandas-zero-to-hero-a-beginners-tutorial-to-using-pandas-f64e57386c7c).

0 commit comments

Comments
 (0)