Lambda Functions for Data Science / Data Analysis - Python P.6

preview_player
Показать описание
(My recommended courses that I took to learn Python!)

This video provides an overview of how data scientiests and data analysts frequently use lambda within functions like sorted, map, and filter. We start this video by going over a simple use case of sorting a dictionary using the sorted() function and lambda. From there we go over the basics of lambda and finally conclude with covering some examples of using lambda to filter a list and also map a list.

00:00 Intro
00:54 Use Case: Sorting a dictionary using sorted()
03:28 Use Case: Option 1 - Utilizing a User-defined Function
05:06 Use Case: Option 2 - Utilizing a Lambda Function
06:21 Lambda Basics: Syntax and Operation
10:38 Application: Filtering a list w/ filter()
14:12 Application: Transform a list w/ map()
16:26 conclusion

Recommended Certificates/Courses (Affiliate Links)
==================================
DataCamp:

Coursera:

My Tech for Data Science
(Includes Amazon Affiliate Links)
==================================

Social Media / Contact Me
======================

As an Amazon Associate, I earn a small commission from qualifying purchases on the Amazon links above. It costs you nothing but helps me in keeping the content coming.

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

Just finish this Series. It was very helpful. I have never understand Python this much clearly by any video. Thank you very much. Highly appreciable.

isabhiiii
Автор

Juste finish this second series of vids about python, juste fantastic tutorial. It's my first step in Python and i find my self with tools and basics concept, i feel confident to go farther, learn more and practice practice practice...
Thanks you so much for this so helpful tutorial.
Luke you are a great man.

aissamboudra
Автор

I'm very glad to have discover your channel. Extraordinary clear explanation together with a great video editing lead to an outperforming quality for your videos. I sincerely hope you will find the time to continue this series to cover more advance topics (such as classes). In conclusion your work is inspiring for me and I'd like to thank you for the effort.

gianmarcolattaruolo
Автор

will you do a full course "data analysis using python"?

shinejohnson
Автор

Hi Luke, thanks for this series really enjoyed working through the problems. I have noticed that part 6 doesn't have a Jupyter notebook for it on Github, any chance it could be shared?

BOLibDe
Автор

This is not an appropriate tutorial for beginners

just_a_viewer