Very Useful Pandas Functions: 5 Different Ways to Filter Data in Pandas DataFrame

preview_player
Показать описание
Join this channel to get access to perks:
This is a Top Pandas Functions Tutorial. In this video, you will learn about how to filter data from your dataframe based on logical conditions in 5 different ways.
#python #machinelearning #datascience #pandas
Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Hi buddy, in your vid, you had a script which is "df[df.name.isin(thelist)" where I thought that can be "df[df['name].isin(thelist)". Can you explain a little bit.

MegaSpymoon