The Python Pandas Tutorial

preview_player
Показать описание
In this course we will learn all about Pandas.

GitHub repo:

Timeline:
0:00 - Intro to Pandas and Series
11:55 - Series Operations
19:17 - DataFrames
28:45 - Conditional Selection
39:37 - Pandas Methods
1:01:40 - Groupby
Рекомендации по теме
Комментарии
Автор

1:01:40 For the groupby() part
Not sure because of python version or pandas version but in my current code, it counting the TEXT column also, not only the NUMERIC columns.
If some one met this issue too, try to do df.groupby(["dealer", "year"])["price"].sum() instead of df.groupby(["dealer", "year"]).sum()["price"] so it only count for numeric columns, in this case is "price" column.

futhedude
Автор

Thanks dude please we need redux saga course and redux toolkit query

achrefnabil
Автор

12:25 oh you are going to jail for that, LOL.

futhedude