Python: Pandas Tutorial | Slicing and Dicing | Selection and Indexing

preview_player
Показать описание
In this we will cover:
- select a list of columns in dataframes
- create a new column
- remove columns
- selecting rows
- selecting subset of rows
- conditional selection

Reach out to me if you have any questions :
Рекомендации по теме
Комментарии
Автор

Nice videos sir!
If the format is -> df.loc[ index, column name]
then shouldn't -> df.loc[df['salary'] < 10000] [ 'discipline'] actually be
-> df.loc[df['salary'] < 10000, discipline'] by the given format?

yogitagupta
welcome to shbcf.ru