How to use Lambda Functions with Python Dataframes

preview_player
Показать описание
#Python #PythonDataframes #LambdaFunctions
How to use Lambda Functions with Python Dataframes
In this video we look at lambda functions in python with an emphasis on pandas dataframes.

Topics Covers

- Lambda functions vs regular functions in python
- Imediately involked python lambda functions
- Lambda functions v regular if statements in python
- Applying a nested if to a python dataframe column
- Advanced filtering of python pandas datframe using lambda functions
- Altering case of dataframe columns using lambda functions

You can find the notebook used in this session on github by visting the following url:
Рекомендации по теме
Комментарии
Автор

Really good examples here - especially for using with dataframes. Thanks alot.

TheAl
Автор

I would watch his videos just for his voice

neeladas
Автор

Hey thanks for the great video, Just wanted to point out, when you did the Len(name) > 3, it is syntactically incorrect because you put the >3 inside the Len() function, it is supposed to be outside. I think it was just a typo though. It'd be best to correct it, Thanks again.

ahmedifhaam