My top 25 pandas tricks

You're about to learn 25 tricks that will help you to work faster, write better pandas code, and impress your friends. These are the BEST tricks I've learned from 5 years of teaching Python's pandas library.
Don't miss the BONUS at the end of this video!
TRICKS:
0:00 Introduction
0:43 1. Show installed versions
1:20 2. Create an example DataFrame
2:22 3. Rename columns
3:47 4. Reverse row order
4:36 5. Reverse column order
5:01 6. Select columns by data type
5:40 7. Convert strings to numbers
6:55 8. Reduce DataFrame size
8:15 9. Build a DataFrame from multiple files (row-wise)
10:00 10. Build a DataFrame from multiple files (column-wise)
10:45 11. Create a DataFrame from the clipboard
11:50 12. Split a DataFrame into two random subsets
12:57 13. Filter a DataFrame by multiple categories
13:52 14. Filter a DataFrame by largest categories
14:42 15. Handle missing values
15:57 16. Split a string into multiple columns
16:59 17. Expand a Series of lists into a DataFrame
17:39 18. Aggregate by multiple functions
18:41 19. Combine the output of an aggregation with a DataFrame
19:56 20. Select a slice of rows and columns
20:52 21. Reshape a MultiIndexed Series
22:04 22. Create a pivot table
23:01 23. Convert continuous data into categorical data
23:56 24. Change display options
24:47 25. Style a DataFrame
26:14 Bonus. Profile a DataFrame
DOWNLOAD the Jupyter notebook:
github.com/justmarkham/pandas...
WATCH my introductory series, Data Analysis with pandas:
• Data analysis in Pytho...
JOIN the "Data School Insiders" community:
/ dataschool
LET'S CONNECT!
- Email Newsletter: www.dataschool.io/subscribe/
- LinkedIn: / justmarkham
- Twitter: / justmarkham
- Facebook: / datascienceschool
- KZread: kzread.info?su...

Пікірлер: 658

  • @dataschool
    @dataschool5 жыл бұрын

    THANKS for watching! 🙌 Which trick are you most excited to start using? CLICK REPLY and let me know!

  • @TarmoSillajoeGoogle

    @TarmoSillajoeGoogle

    5 жыл бұрын

    Thanks. Trick nr 9- building a dataframe from multiple files is the one i've been searching for. Comment to trick nr. 3. Sometimes modifying column names works by using Python's list comprehension. Say we want to capitalize all column names. Just write: df.columns = [my_col.capitalize() for my_col in df.columns]

  • @dataschool

    @dataschool

    5 жыл бұрын

    Glad you like trick 9, that is one of my favorites! As for capitalizing column names, a list comprehension works, but a string method is even simpler: df.columns = df.columns.str.capitalize()

  • @juanbetancourt5106

    @juanbetancourt5106

    5 жыл бұрын

    Thanks, those tricks are really amazing, I wonder if I can take this magic to the web, is it a good choice to combine pandas power with django?

  • @mritunjaykumar970

    @mritunjaykumar970

    5 жыл бұрын

    The last trick will significantly reduce the amount of work we do understand the data through eda.that trick was amazing.thanks kevin

  • @sreenivas7739

    @sreenivas7739

    5 жыл бұрын

    Thanks for a great video. Bonus trick is the most useful.

  • @zackhicks2433
    @zackhicks24334 жыл бұрын

    Video should be called 'Magic with Pandas'. Thanks for this really useful resource!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thank you! 🙏

  • @sattysattu
    @sattysattu5 жыл бұрын

    The long awited video is out now. Thank you so much mate. Great learning with you.

  • @dataschool

    @dataschool

    5 жыл бұрын

    You're very welcome!

  • @BasselHaidar
    @BasselHaidar4 жыл бұрын

    Kevin, love your content and it is amplified by your speech cadence, enunciation, and tone. My favorite tricks are 10 and 11 (Building a dataframe from multiple files rows/columns). Thank you for sharing your knowledge, mad respect!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thank you so much! 🙏

  • @danielperico2806
    @danielperico28065 жыл бұрын

    One of my favorite videos on KZread, thank you so much!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Wow! Thank you so much for your kind words! :)

  • @christopherteoh3094
    @christopherteoh30944 жыл бұрын

    The bonus content totally blew my mind off! Thank you very much Kevin! You're simply the best! Looking forward to purchase your ML series!

  • @dataschool

    @dataschool

    2 жыл бұрын

    Thank you so much for your kind words!

  • @mustafabohra2070
    @mustafabohra20705 жыл бұрын

    Man, you are just so awesome! Giving all these valuable tricks for free on your channel. God bless you!!!

  • @dataschool

    @dataschool

    5 жыл бұрын

    Thank you so much! Glad you like them 👍

  • @pldeepesh
    @pldeepesh4 жыл бұрын

    Fantastic! Been using pandas since a year now, You have opened new possibilities for me to keep looking and learning.!! Please keep doing the great work!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thank you!

  • @hectoralvarorojas1918
    @hectoralvarorojas19185 жыл бұрын

    Well done Kevin! Thanks for sharing this great material. My best regards!

  • @dataschool

    @dataschool

    5 жыл бұрын

    You're very welcome, Hector!

  • @robertodilisio7535
    @robertodilisio75355 жыл бұрын

    Brilliant as usual! From beginning to end! The bonus was also mind blowing :)

  • @dataschool

    @dataschool

    5 жыл бұрын

    Thank you so much, Roberto!

  • @thomasmendy9802
    @thomasmendy98024 жыл бұрын

    Kevin Markham, you by far one of the best Data Science Instructor, I came across. Thank you for providing us with such high standard content at no cost.

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thank you so much! 🙏

  • @MadLadsAnonymous
    @MadLadsAnonymous3 жыл бұрын

    Wow, that last tip! What a phenomenal overview and diagnostic tool. I've learned so much from your videos. So grateful for your content.

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thanks very much for your kind words!

  • @Alok_Mandal
    @Alok_Mandal3 жыл бұрын

    you just saved my life, i was collecting these things over google wasted my good time but now i know where to look for. keep sharing , God bless you. Thanks

  • @dataschool

    @dataschool

    3 жыл бұрын

    You are welcome! 😄

  • @gregf9160
    @gregf91604 жыл бұрын

    Excited to try ALL of these! Thanks!

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're welcome!

  • @irfankhuddus1974
    @irfankhuddus19745 жыл бұрын

    Superb ! Excellent ! introduction for Beginner (myself) to get introduced and master these Pandas at the same time thereby saving me a lot of time. Thank you so much Kevin !!! You Rock !!!

  • @dataschool

    @dataschool

    5 жыл бұрын

    That's great to hear! Thanks for watching 👍

  • @DiegoTerzano
    @DiegoTerzano4 жыл бұрын

    Fantastic tips, thank you!! Super valuable and with clear, practical examples. Once again, thank you!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thank you so much! 🙏

  • @naqeeb16
    @naqeeb16 Жыл бұрын

    It is one of the best videos on Pandas. I really love some of the tricks e.g., the Clipboard', and 'The Excel copy & paste ones.

  • @dataschool

    @dataschool

    Жыл бұрын

    Glad it was helpful! Thanks for your kind words!

  • @brendafosmire6519
    @brendafosmire65194 жыл бұрын

    Best Pandas trips ever. I’m going to make myself some flash cards for each of these. Thank you.

  • @dataschool

    @dataschool

    4 жыл бұрын

    You're very welcome! Glad you like them!

  • @siddhartha8886
    @siddhartha88864 жыл бұрын

    Thank you, for giving me shout out, and thank you for including my trick in your video (pd.profiling) :)

  • @OmarAbdelaziz__47
    @OmarAbdelaziz__474 жыл бұрын

    Thank you Kevin, You are really a good instructor. Also, I really loved how you shout out people your learnt tricks from, that's very awesome!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you!

  • @valeriemolignano8127
    @valeriemolignano81273 жыл бұрын

    Kevin, you are a fantastic instructor. I'll sign up for anything you offer. My 2 favorites: clipboards, and, what made my mouth drop - the dataframe profiling.

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you so much for your kind words Valerie! I have a lot of resources that might interest you here: www.dataschool.io/start/ And here is my email newsletter: www.dataschool.io/subscribe/ Thanks again!

  • @giangtu6000

    @giangtu6000

    3 жыл бұрын

    I love you! KEVIN!

  • @riessm
    @riessm5 жыл бұрын

    First time ever I honestly wish I could upvote this more than once! Great tips, great explanation! One short addition to trick 19: I enjoyed getting to know the transform method, but as most of the times in pandas, there is another way with (for me at least) more often used functions: Just take the aggregated data-frame and merge it with the old one (left merge) instead of concatenating. I don't know if there are any runtime benefits of any of these methods, but to me it's one less command to remember - even though now I will look into uses of the transform method! :-)

  • @dataschool

    @dataschool

    5 жыл бұрын

    Thank you so much! 🙏 As for trick 19, you are totally right that merge could accomplish the same thing. I like the transform code much better, but I also encourage people to learn fewer functions overall, so there's nothing wrong with just using merge! Anyway, thanks again for your kind words 😊

  • @homeuse8879
    @homeuse88796 ай бұрын

    Awesome pandas tricks!!! Thanks for this great resource

  • @dataschool

    @dataschool

    4 ай бұрын

    You're very welcome!

  • @pradeepgb986
    @pradeepgb9863 жыл бұрын

    Kevin, you are simply amazing. Thanks for sharing these wonderful tricks!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Glad you like them!

  • @maxvinella941
    @maxvinella9415 жыл бұрын

    This is a jewel video! All tricks left me without words! thanks

  • @dataschool

    @dataschool

    5 жыл бұрын

    You're very welcome! 💎

  • @Asparuh.Emilov
    @Asparuh.Emilov2 жыл бұрын

    This is one of the most useful coolest videos about Pandas I have ever watched. Thank you sooooo much for compiling all these tips and tricks! Absolutely amazing!!!!!!

  • @dataschool

    @dataschool

    Жыл бұрын

    You're very welcome! 🙌

  • @FabioKasper
    @FabioKasper2 жыл бұрын

    Great stuff. Thanks for the tips.

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're welcome!

  • @kislaylove
    @kislaylove3 жыл бұрын

    Last Bonus tip, Best in 2020 till date. Thank you so much. You have made my life easy!!!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you!

  • @winyourself553
    @winyourself5534 жыл бұрын

    These are really great tricks.

  • @YourMakingMeNervous
    @YourMakingMeNervous4 жыл бұрын

    Great video. I didn't know about the cut function and it will make a portion of my daily data processing tasks a lot easier. Thanks!

  • @dataschool

    @dataschool

    4 жыл бұрын

    That's awesome to hear!

  • @youngzproduction7498
    @youngzproduction74985 жыл бұрын

    Yeah, 25 tricks!! I would like to thank you a lot for sharing these tips.

  • @dataschool

    @dataschool

    5 жыл бұрын

    You're very welcome!

  • @sanjaykrish8719
    @sanjaykrish87194 жыл бұрын

    Wow... Veryyyy cool tricks. Saves a ton of time.

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thanks Sanjay! 🙌

  • @sushedbubai
    @sushedbubai5 жыл бұрын

    All the tricks were mind blowing. But the bonus one was out of the world. It is surely going to help those who struggles Exploratory Data Analysis. Many thanks for sharing this.

  • @dataschool

    @dataschool

    5 жыл бұрын

    Awesome! So glad it was helpful to you! 🙌

  • @vishalwaghmare3130
    @vishalwaghmare31303 жыл бұрын

    Super duper useful video. Amazing!!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you!

  • @ScottLinne
    @ScottLinne5 жыл бұрын

    Great video. The bonus tip is very useful.

  • @dataschool

    @dataschool

    5 жыл бұрын

    Thanks!

  • @leonardoalvarado7632
    @leonardoalvarado76322 жыл бұрын

    Thank you for all these tricks.

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're welcome!

  • @rvg296
    @rvg2964 жыл бұрын

    No other trick mentioned in the video is comparable to the Bonus Trick (Profiling).. This is simply outstanding !!!!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thanks!

  • @JRomeyC
    @JRomeyC5 жыл бұрын

    Fantastic content as always. Thank you Kevin!

  • @dataschool

    @dataschool

    5 жыл бұрын

    You're very welcome Jerome! Glad you liked it 😊

  • @Goodhealthall2015
    @Goodhealthall20154 жыл бұрын

    I had some trouble with my dataframe. So I was stumbling over the internet to find solution,and your video came. Although I didn't find solution in your video, but one of the trick gave me a logical idea of how to resolve the issue. It told me where I was wrong. And as far as tricks are concerned, they are amazing. Some went over my head but that's okay. This whole panda python thing is new to me. I'd prefer to bite slow instead of gulping down entire meal in one go

  • @dataschool

    @dataschool

    2 жыл бұрын

    Thanks for your kind words, and glad I could be helpful!

  • @adithiaa4385
    @adithiaa43852 жыл бұрын

    The last 5 tricks were fantastic.!!

  • @dataschool

    @dataschool

    2 жыл бұрын

    Thank you!

  • @anastasiiag8518
    @anastasiiag85184 жыл бұрын

    This is incredibly useful! And explained perfectly! Thank you! It would be awsome to see from you some content on advanced plotting, data plotting tricks :)

  • @amandal8170

    @amandal8170

    3 жыл бұрын

    Agree, if we can see the plotting ticks will be fan jolly tastic. :p

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're very welcome, and thanks for your suggestions!

  • @yahyahamid5762
    @yahyahamid57622 жыл бұрын

    Thank you for the video, really useful stuff!

  • @dataschool

    @dataschool

    2 жыл бұрын

    Glad it was helpful!

  • @matthewwallace2512
    @matthewwallace25124 жыл бұрын

    Really informative Kevin, appreciate your effort in creating these video's. Such a valuable resource. Trick 19 was probably my favourite.

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thanks for your kind words, and thanks for sharing! 🙌

  • @tunkyi7162
    @tunkyi71624 жыл бұрын

    It helps me a lot in Data Wrangling. I really love your videos. Keep doing!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Great to hear!

  • @amandal8170
    @amandal81703 жыл бұрын

    Best pandas tutorial !! Thanks

  • @dataschool

    @dataschool

    3 жыл бұрын

    You're welcome!

  • @cradleofrelaxation6473
    @cradleofrelaxation64738 ай бұрын

    I can’t have enough of this!!

  • @dataschool

    @dataschool

    7 ай бұрын

    Thank you!

  • @sarahmacdonald1342
    @sarahmacdonald13424 жыл бұрын

    Awesome video! Thanks for reminding me of the transform function to combine aggregates back onto a df. Also, the df profiling is a great idea that I've never heard of.

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thank you!

  • @dew_reddit
    @dew_reddit5 жыл бұрын

    Wow the last one was fantastic. styling the dataframe was also pretty neat. Thanks for this 👍

  • @dataschool

    @dataschool

    4 жыл бұрын

    You're very welcome!

  • @Ashr2230
    @Ashr2230 Жыл бұрын

    Your contents are to the point, your teaching style is exceptional. I am learning so much from your videos. Thank you!

  • @dataschool

    @dataschool

    Жыл бұрын

    Wow, thank you so much!

  • @vlinkin22
    @vlinkin224 жыл бұрын

    Very helpful, Thanks !

  • @dataschool

    @dataschool

    4 жыл бұрын

    You're welcome!

  • @erickcampos50
    @erickcampos503 жыл бұрын

    Useful is the word! Thank you

  • @dataschool

    @dataschool

    3 жыл бұрын

    You're welcome!

  • @davidyoo647
    @davidyoo6475 жыл бұрын

    thank you this is amazing. will be saving this for future reference!

  • @dataschool

    @dataschool

    5 жыл бұрын

    Awesome! Glad it was helpful to you 👍

  • @snehashinde21
    @snehashinde213 жыл бұрын

    This was amazing video to sum up basic Pandas usage. Thanks for this useful resources!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you for the kind comment!

  • @meghasyam427
    @meghasyam4272 жыл бұрын

    Holy Moly What a master piece this is. I liked the clipboard trick a lot man like that literally saves a lot of code and time. And the bonus blew me off. It looks literally like a final report LOL. Can't wait to implement these tricks in my analytics work. Thanks a lot Data School

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're very welcome! Thanks for your kind words!

  • @kishlayamourya3141
    @kishlayamourya31412 жыл бұрын

    Best pandas video ever!

  • @dataschool

    @dataschool

    Жыл бұрын

    Thank you! 🙌

  • @vadivelan4228
    @vadivelan42285 жыл бұрын

    Thanks for this consolidated and a very crisp video on Pandas....

  • @dataschool

    @dataschool

    4 жыл бұрын

    You're welcome!

  • @92soyeon
    @92soyeon2 жыл бұрын

    Fantastic! It really helped me escaping from a lot of itchy situations!

  • @dataschool

    @dataschool

    2 жыл бұрын

    Great to hear!

  • @AZ993k
    @AZ993k Жыл бұрын

    Amazing! Thank you!

  • @dataschool

    @dataschool

    Жыл бұрын

    You're welcome!

  • @ankushsharma-gu7co
    @ankushsharma-gu7co5 жыл бұрын

    Needless to say. Thank you once again for the excellent video, like always very neat explanation and clean deployment of ideas.

  • @dataschool

    @dataschool

    5 жыл бұрын

    Thank you so much! I'm glad the video was helpful to you!

  • @digigoliath
    @digigoliath3 жыл бұрын

    Awesome!! TQVM!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thanks!

  • @jongcheulkim7284
    @jongcheulkim72843 жыл бұрын

    Thank you so much. I learned a lot of good things. Thank you.

  • @dataschool

    @dataschool

    3 жыл бұрын

    You are so welcome!

  • @archowdhury007
    @archowdhury0075 жыл бұрын

    Amazing tips!!!......keep sharing more such videos

  • @dataschool

    @dataschool

    5 жыл бұрын

    Glad you like them! 😄

  • @site-activator5411
    @site-activator54113 жыл бұрын

    Very cool! Thank you!

  • @dataschool

    @dataschool

    3 жыл бұрын

    You're welcome!

  • @dataschool
    @dataschool4 жыл бұрын

    Want even MORE pandas tricks? I share a new trick here every weekday 👉 www.dataschool.io/python-pandas-tips-and-tricks/ 👈

  • @Dara-lj8rk

    @Dara-lj8rk

    4 жыл бұрын

    Please make a video on time series analysis in Pandas

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thanks for your suggestion!

  • @stephenpatti2375
    @stephenpatti23755 жыл бұрын

    Great Pandas resource! Difficult to say which trick most 'excites' me, but will go with using transform to add aggregation functions to the data frame. Thanks!!!

  • @dataschool

    @dataschool

    5 жыл бұрын

    I like that trick as well... I only learned about it recently!

  • @tellkorok
    @tellkorok5 жыл бұрын

    The bonus is cherry on the cake!

  • @dataschool

    @dataschool

    4 жыл бұрын

    🍒

  • @laychansethaaerd
    @laychansethaaerd3 жыл бұрын

    You are amazing!!!

  • @jasonwong8315
    @jasonwong83153 жыл бұрын

    it is amazing because every time I watch this video i can learn sth new! thank u!

  • @dataschool

    @dataschool

    3 жыл бұрын

    That's awesome to hear!

  • @stretch8390
    @stretch8390 Жыл бұрын

    This is a nice vid! When I was learning clojure someone had compiled a '100 most used functions' and boy would I love that for pandas functions or methods: the docs are too extensive but tutorials are typically too brief.

  • @dataschool

    @dataschool

    Жыл бұрын

    That's an excellent idea!

  • @minglee5164
    @minglee51643 жыл бұрын

    The bonus trick is so amazing

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you!

  • @da_ta
    @da_ta5 жыл бұрын

    Pandas_profiling is BEST Can't wait to use it! Thanks Kevin for doing these

  • @dataschool

    @dataschool

    5 жыл бұрын

    You're very welcome! 😄

  • @kasiasama7322
    @kasiasama73225 жыл бұрын

    Great job Kevin. Learned a lot.

  • @dataschool

    @dataschool

    5 жыл бұрын

    Thanks! Great to hear 👍

  • @Yuri-to8uj
    @Yuri-to8uj2 жыл бұрын

    the best guy in this business!!!

  • @dataschool

    @dataschool

    2 жыл бұрын

    Thank you so much! 🙏

  • @sachavanweeren9578
    @sachavanweeren9578 Жыл бұрын

    I was revisiting dataschool video's. In my view these are still one of the best resources out there. Thanks a lot ...

  • @dataschool

    @dataschool

    Жыл бұрын

    Thank you!

  • @bikideka7880
    @bikideka78804 жыл бұрын

    Thanks for the tricks, specially for the pivot_table() function and pandas_profiling . For me this is a nice summary of pandas. Thanks

  • @dataschool

    @dataschool

    4 жыл бұрын

    Awesome!

  • @user-cc8kb
    @user-cc8kb2 жыл бұрын

    Thanks a lot. This is super useful! I'll try to use as many of these tricks as I can whenever I can :D

  • @dataschool

    @dataschool

    2 жыл бұрын

    Great to hear!

  • @adamyork8407
    @adamyork84075 жыл бұрын

    Thanks Kevin! I actually put tip #23 into use immediately after watching.

  • @dataschool

    @dataschool

    5 жыл бұрын

    Awesome! Glad you are putting it into use Adam! 🙌

  • @jongcheulkim7284
    @jongcheulkim72843 жыл бұрын

    Thank you so much. This is very helpful.

  • @dataschool

    @dataschool

    3 жыл бұрын

    Great to hear!

  • @franklinwanderson4316
    @franklinwanderson43164 жыл бұрын

    The best! Thanks so much!

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're welcome!

  • @NitinSawant1988
    @NitinSawant19884 жыл бұрын

    This video was awesome.. Very Brief, to the point. It will be very easy to revise the concept/code by just revisiting them.. Thanks a lot Sir.....

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're very welcome!

  • @muralikrishnapolipallivenk2572
    @muralikrishnapolipallivenk25725 жыл бұрын

    Gr8, thanks for the video, it will be a great time saver and food for thought.

  • @dataschool

    @dataschool

    5 жыл бұрын

    You are so very welcome, Murali! And thank you for all of your support over the years 🙌

  • @hoschi60
    @hoschi603 жыл бұрын

    Nice compilation of usefull pandas hacks.... I watched your video to find help on the .merge() method, to combine two dataframes in a sql manner..

  • @mikekramer7737
    @mikekramer77372 жыл бұрын

    Tnx. The .style.format(dict) is a game changer. I used to convert my parameters to ensure a fixed number of parameters would show up well, i.e convert a fraction to a percentage. Not sure why this had never been mentioned in the many videos I have watched before.

  • @dataschool

    @dataschool

    2 жыл бұрын

    You're very welcome!

  • @kwanpakshing
    @kwanpakshing3 жыл бұрын

    Very helpful and useful tricks for day to day Data operations

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you!

  • @jianbingding4087
    @jianbingding40875 жыл бұрын

    Thank you, it's very useful!!!! I have subscribed your video, thank you for your summary.

  • @dataschool

    @dataschool

    4 жыл бұрын

    You're welcome!

  • @saeedrehman5085
    @saeedrehman50853 жыл бұрын

    Pandas profiling is a new thing for me. It is good to learn new thing everyday. Subbed !!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thanks!

  • @keepcontinue
    @keepcontinue Жыл бұрын

    This video helped me so much. Thanks a lot :))))

  • @dataschool

    @dataschool

    Жыл бұрын

    Great to hear!

  • @clementineh2565
    @clementineh25655 жыл бұрын

    Thanks for your help. It's very clear and easy to understand.

  • @dataschool

    @dataschool

    4 жыл бұрын

    You're very welcome!

  • @kamleshgangaramani9445
    @kamleshgangaramani9445 Жыл бұрын

    all tricks superb, continue good work🎉

  • @dataschool

    @dataschool

    Жыл бұрын

    Thank you so much 😀

  • @eddysan7k
    @eddysan7k3 жыл бұрын

    what the awesome tricks!! thank you!!

  • @dataschool

    @dataschool

    3 жыл бұрын

    You're very welcome!

  • @renatosabinobr
    @renatosabinobr Жыл бұрын

    Excellent content!!!

  • @dataschool

    @dataschool

    Жыл бұрын

    Much appreciated!

  • @MrDEBONTUBE
    @MrDEBONTUBE3 жыл бұрын

    Thanks for compiling it at one place

  • @dataschool

    @dataschool

    3 жыл бұрын

    You're welcome!

  • @BabakKeyvani0
    @BabakKeyvani05 жыл бұрын

    Thanks for the great tips Kevin. Very useful 🙌🏼🙌🏼 Still going through the video, but loved all the ones so far. Will let you know my favorites after I finished 😊

  • @dataschool

    @dataschool

    5 жыл бұрын

    Awesome! Glad to hear you're finding them useful!

  • @BabakKeyvani0

    @BabakKeyvani0

    5 жыл бұрын

    Wow, so hard to pick favorites. I have used most of these in my projects, and was planning to use the styling functionality on some dataframes. certainly didn't know about the bonus trick! Looking forward to trying that. Thanks again for sharing all these 🙌🏼🙌🏼👍🏼👍🏼

  • @dataschool

    @dataschool

    5 жыл бұрын

    Love the styling functionality! You're very welcome 🙏

  • @michaelnovik270
    @michaelnovik2703 жыл бұрын

    AAAAaaaaa sweet tips! Thank you so much!

  • @dataschool

    @dataschool

    3 жыл бұрын

    You're very welcome!

  • @aleloupmadrid
    @aleloupmadrid5 жыл бұрын

    Absolutely brilliant!

  • @dataschool

    @dataschool

    4 жыл бұрын

    Thank you!

  • @mrmuranga
    @mrmuranga3 жыл бұрын

    simply awesome.. helpful, well layed out..Thanks

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you! 🙏

  • @mateuszguszkowski8214
    @mateuszguszkowski82145 жыл бұрын

    Totally awesome!!! Thanks!!!

  • @dataschool

    @dataschool

    5 жыл бұрын

    You're very welcome!

  • @AryanSingh-jf8tc
    @AryanSingh-jf8tc3 жыл бұрын

    it's actually quite helpful, thx a lot

  • @dataschool

    @dataschool

    3 жыл бұрын

    Great to hear!

  • @CJP3
    @CJP35 жыл бұрын

    Pandas Profiling! I'm so excited to use it!

  • @dataschool

    @dataschool

    5 жыл бұрын

    Nice! Let me know how it goes 🙌

  • @barrjohnm
    @barrjohnm3 жыл бұрын

    Awesome video!

  • @dataschool

    @dataschool

    3 жыл бұрын

    Thank you!

Келесі