Top 11 Pandas Tricks Every Data Science Lover Should Know

preview_player
Показать описание
I've handpicked 11 pandas tricks that'll save you a lot of time!
#python #datascience #machinelearning

Tricks
00:47 creating a data-frame
02:26 head-tail
02:58 selecting a contiguous portion
04:00 selecting some columns
04:53 renaming columns
06:11 splitting a column
07:22 concatenating columns
08:08 filtering a data-frame
09:00 one-hot encoding
09:51 continuous to categorical
11:34 apply() method

For more videos please subscribe -

Support me if you can ❤️

Source code -

Pandas documentation -

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

more videos like this, it would be great if the next video is about numpy

finanzassainz
Автор

this is a really good format for presenting.

wryltxw
Автор

I knew about1, 2, 3, 4, 5 and 7. It was a good recall and all of them were awesome.

Try making a video on genetic algorithm. 😃😃

sayantansadhu
Автор

Please don't use apply method for functions already available. Say you can use vectorized str unfuncs like df['name].str.upper(). Apply method is encouraged if you use bespoke functions

reshaknarayan
Автор

I am from the future commenting the video made 4months ago😊

vivalavida