Data analysis with python and Pandas - Select Row, column based on condition Tutorial 10

preview_player
Показать описание
This video will explain how to select subgroup of rows based on logical condition.

Visit complete course on Data Science with Python :

For All other visit my udemy profile at :

Рекомендации по теме
Комментарии
Автор

I agree excellent teaching skills, very easy to follow. You also covered all the minor details, which can become major issues if you are a newbie.

jessiebonaparte
Автор

Sir kya aap data science me job karte ho

keshav_Pandit-
Автор

awesome you are man! Easy to follow thank you

awaraamin
Автор

How would you extract 'PassengerId' and 'Name' column ONLY based on 'Age' ==35

thereboss
Автор

Many Thanks,

if one of my column contains an empty value not even zero and i want display those records then how can i do that??

moshimsheikh
Автор

Hi there, I tested df[df['Country'] == 'USA'] and it works. Then I try to do the same thing on my dataframe1 and it does work. df1[df1['Country'] == 'USA'] where df1 = df.groupby(['Country', 'Month']).mean(). Where did I go wrong? Thanks

chongecse
join shbcf.ru