My top 25 pandas tricks

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ค. 2024
  • 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
    - TH-cam: th-cam.com/users/dataschool?su...

ความคิดเห็น • 658

  • @dataschool
    @dataschool  5 ปีที่แล้ว +44

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

    • @TarmoSillajoeGoogle
      @TarmoSillajoeGoogle 5 ปีที่แล้ว +3

      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 ปีที่แล้ว +4

      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 ปีที่แล้ว +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 ปีที่แล้ว +3

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

  • @zackhicks2433
    @zackhicks2433 4 ปีที่แล้ว +44

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

  • @sattysattu
    @sattysattu 5 ปีที่แล้ว +6

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      You're very welcome!

  • @BasselHaidar
    @BasselHaidar 4 ปีที่แล้ว +16

    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 ปีที่แล้ว +1

      Thank you so much! 🙏

  • @christopherteoh3094
    @christopherteoh3094 4 ปีที่แล้ว +2

    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!

  • @danielperico2806
    @danielperico2806 5 ปีที่แล้ว +2

    One of my favorite videos on TH-cam, thank you so much!

    • @dataschool
      @dataschool  4 ปีที่แล้ว

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

  • @thomasmendy9802
    @thomasmendy9802 4 ปีที่แล้ว +2

    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! 🙏

  • @pldeepesh
    @pldeepesh 4 ปีที่แล้ว

    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!

  • @mustafabohra2070
    @mustafabohra2070 5 ปีที่แล้ว +2

    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 👍

  • @Alok_Mandal
    @Alok_Mandal 3 ปีที่แล้ว +9

    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! 😄

  • @MadLadsAnonymous
    @MadLadsAnonymous 3 ปีที่แล้ว +1

    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!

  • @robertodilisio7535
    @robertodilisio7535 5 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      Thank you so much, Roberto!

  • @gregf9160
    @gregf9160 4 ปีที่แล้ว +1

    Excited to try ALL of these! Thanks!

  • @rvg296
    @rvg296 4 ปีที่แล้ว

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

  • @Asparuh.Emilov
    @Asparuh.Emilov ปีที่แล้ว

    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  ปีที่แล้ว +1

      You're very welcome! 🙌

  • @OmarAbdelaziz__47
    @OmarAbdelaziz__47 4 ปีที่แล้ว +1

    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!

  • @JRomeyC
    @JRomeyC 5 ปีที่แล้ว +1

    Fantastic content as always. Thank you Kevin!

    • @dataschool
      @dataschool  5 ปีที่แล้ว

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

  • @irfankhuddus1974
    @irfankhuddus1974 5 ปีที่แล้ว +1

    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 👍

  • @digigoliath
    @digigoliath 3 ปีที่แล้ว +1

    Awesome!! TQVM!

  • @DiegoTerzano
    @DiegoTerzano 4 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  4 ปีที่แล้ว

      Thank you so much! 🙏

  • @homeuse8879
    @homeuse8879 5 หลายเดือนก่อน

    Awesome pandas tricks!!! Thanks for this great resource

    • @dataschool
      @dataschool  4 หลายเดือนก่อน

      You're very welcome!

  • @dew_reddit
    @dew_reddit 5 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  4 ปีที่แล้ว

      You're very welcome!

  • @brendafosmire6519
    @brendafosmire6519 4 ปีที่แล้ว +1

    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!

  • @Goodhealthall2015
    @Goodhealthall2015 3 ปีที่แล้ว +4

    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 ปีที่แล้ว +1

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

  • @amandal8170
    @amandal8170 3 ปีที่แล้ว

    Best pandas tutorial !! Thanks

    • @dataschool
      @dataschool  3 ปีที่แล้ว +1

      You're welcome!

  • @youngzproduction7498
    @youngzproduction7498 5 ปีที่แล้ว +2

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      You're very welcome!

  • @maxvinella941
    @maxvinella941 5 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      You're very welcome! 💎

  • @adithiaa4385
    @adithiaa4385 2 ปีที่แล้ว +1

    The last 5 tricks were fantastic.!!

  • @pradeepgb986
    @pradeepgb986 3 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  3 ปีที่แล้ว +1

      Glad you like them!

  • @FabioKasper
    @FabioKasper 2 ปีที่แล้ว +1

    Great stuff. Thanks for the tips.

  • @kislaylove
    @kislaylove 3 ปีที่แล้ว

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

  • @hectoralvarorojas1918
    @hectoralvarorojas1918 5 ปีที่แล้ว +6

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว +1

      You're very welcome, Hector!

  • @winyourself553
    @winyourself553 4 ปีที่แล้ว

    These are really great tricks.

  • @siddhartha8886
    @siddhartha8886 4 ปีที่แล้ว +4

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

  • @naqeeb16
    @naqeeb16 ปีที่แล้ว +1

    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!

  • @leonardoalvarado7632
    @leonardoalvarado7632 2 ปีที่แล้ว +1

    Thank you for all these tricks.

  • @sushedbubai
    @sushedbubai 5 ปีที่แล้ว +1

    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! 🙌

  • @cradleofrelaxation6473
    @cradleofrelaxation6473 7 หลายเดือนก่อน +1

    I can’t have enough of this!!

    • @dataschool
      @dataschool  6 หลายเดือนก่อน

      Thank you!

  • @vishalwaghmare3130
    @vishalwaghmare3130 3 ปีที่แล้ว +1

    Super duper useful video. Amazing!!

  • @minglee5164
    @minglee5164 3 ปีที่แล้ว

    The bonus trick is so amazing

  • @sanjaykrish8719
    @sanjaykrish8719 4 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  4 ปีที่แล้ว

      Thanks Sanjay! 🙌

  • @vadivelan4228
    @vadivelan4228 4 ปีที่แล้ว +1

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

  • @ScottLinne
    @ScottLinne 5 ปีที่แล้ว +2

    Great video. The bonus tip is very useful.

  • @kishlayamourya3141
    @kishlayamourya3141 ปีที่แล้ว +1

    Best pandas video ever!

  • @vlinkin22
    @vlinkin22 4 ปีที่แล้ว +1

    Very helpful,
    Thanks !

  • @YourMakingMeNervous
    @YourMakingMeNervous 4 ปีที่แล้ว +1

    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!

  • @tellkorok
    @tellkorok 5 ปีที่แล้ว +1

    The bonus is cherry on the cake!

  • @AZ993k
    @AZ993k ปีที่แล้ว +1

    Amazing! Thank you!

  • @yahyahamid5762
    @yahyahamid5762 2 ปีที่แล้ว +1

    Thank you for the video, really useful stuff!

    • @dataschool
      @dataschool  2 ปีที่แล้ว

      Glad it was helpful!

  • @meghasyam427
    @meghasyam427 2 ปีที่แล้ว

    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 ปีที่แล้ว +1

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

  • @erickcampos50
    @erickcampos50 3 ปีที่แล้ว

    Useful is the word! Thank you

  • @BVaibhav-mt8jx
    @BVaibhav-mt8jx 3 ปีที่แล้ว +2

    Pure GOLD!

  • @kasiasama7322
    @kasiasama7322 5 ปีที่แล้ว +1

    Great job Kevin. Learned a lot.

    • @dataschool
      @dataschool  5 ปีที่แล้ว +1

      Thanks! Great to hear 👍

  • @tunkyi7162
    @tunkyi7162 4 ปีที่แล้ว +1

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

  • @mikekramer7737
    @mikekramer7737 2 ปีที่แล้ว

    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!

  • @aleloupmadrid
    @aleloupmadrid 4 ปีที่แล้ว

    Absolutely brilliant!

  • @valeriemolignano8127
    @valeriemolignano8127 3 ปีที่แล้ว +6

    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!

  • @CJP3
    @CJP3 5 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      Nice! Let me know how it goes 🙌

  • @franklinwanderson4316
    @franklinwanderson4316 4 ปีที่แล้ว +1

    The best! Thanks so much!

  • @snehashinde21
    @snehashinde21 3 ปีที่แล้ว

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

    • @dataschool
      @dataschool  3 ปีที่แล้ว

      Thank you for the kind comment!

  • @laychansethaaerd
    @laychansethaaerd 3 ปีที่แล้ว +1

    You are amazing!!!

  • @matthewwallace2512
    @matthewwallace2512 4 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  4 ปีที่แล้ว +1

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

  • @site-activator5411
    @site-activator5411 3 ปีที่แล้ว

    Very cool! Thank you!

  • @sachavanweeren9578
    @sachavanweeren9578 ปีที่แล้ว

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

  • @suemareverton7756
    @suemareverton7756 5 ปีที่แล้ว +1

    Great as usual, thanks Kevin!

    • @dataschool
      @dataschool  5 ปีที่แล้ว +1

      Thank you so much!

  • @92soyeon
    @92soyeon 2 ปีที่แล้ว +1

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

  • @Yuri-to8uj
    @Yuri-to8uj 2 ปีที่แล้ว +1

    the best guy in this business!!!

    • @dataschool
      @dataschool  2 ปีที่แล้ว

      Thank you so much! 🙏

  • @ankushsharma-gu7co
    @ankushsharma-gu7co 5 ปีที่แล้ว +1

    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!

  • @davidyoo647
    @davidyoo647 5 ปีที่แล้ว +2

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว +1

      Awesome! Glad it was helpful to you 👍

  • @riessm
    @riessm 5 ปีที่แล้ว +7

    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 ปีที่แล้ว +1

      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 😊

  • @stephenpatti2375
    @stephenpatti2375 5 ปีที่แล้ว

    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 ปีที่แล้ว +1

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

  • @mateuszguszkowski8214
    @mateuszguszkowski8214 5 ปีที่แล้ว +1

    Totally awesome!!! Thanks!!!

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      You're very welcome!

  • @stretch8390
    @stretch8390 ปีที่แล้ว +1

    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!

  • @jongcheulkim7284
    @jongcheulkim7284 3 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  3 ปีที่แล้ว

      You are so welcome!

  • @sarahmacdonald1342
    @sarahmacdonald1342 4 ปีที่แล้ว +19

    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.

  • @eddysan7k
    @eddysan7k 3 ปีที่แล้ว

    what the awesome tricks!! thank you!!

    • @dataschool
      @dataschool  3 ปีที่แล้ว

      You're very welcome!

  • @anastasiiag8518
    @anastasiiag8518 4 ปีที่แล้ว +6

    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!

  • @saeedrehman5085
    @saeedrehman5085 3 ปีที่แล้ว

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

  • @renatosabinobr
    @renatosabinobr ปีที่แล้ว

    Excellent content!!!

  • @shreddersengupta7384
    @shreddersengupta7384 3 ปีที่แล้ว +1

    This is great !!!

  • @jongcheulkim7284
    @jongcheulkim7284 2 ปีที่แล้ว

    Thank you so much. This is very helpful.

  • @da_ta
    @da_ta 5 ปีที่แล้ว +2

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว +1

      You're very welcome! 😄

  • @MrDEBONTUBE
    @MrDEBONTUBE 3 ปีที่แล้ว

    Thanks for compiling it at one place

  • @archowdhury007
    @archowdhury007 5 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      Glad you like them! 😄

  • @michaelnovik270
    @michaelnovik270 3 ปีที่แล้ว

    AAAAaaaaa sweet tips!
    Thank you so much!

    • @dataschool
      @dataschool  3 ปีที่แล้ว

      You're very welcome!

  • @timzhang6253
    @timzhang6253 4 ปีที่แล้ว

    Many thanks!! Also, I tried another way using listdir as below and it works amazingly.
    import os
    res=os.listdir(r"C:\Users\blablabla")
    pd.concat(pd.read_excel(path) for path in res)

  • @AryanSingh-jf8tc
    @AryanSingh-jf8tc 2 ปีที่แล้ว

    it's actually quite helpful, thx a lot

  • @yashagrawal8352
    @yashagrawal8352 5 หลายเดือนก่อน

    25 and Bonus tips are the best.

    • @dataschool
      @dataschool  4 หลายเดือนก่อน

      I like those ones as well!

  • @mohammadj.shamim9342
    @mohammadj.shamim9342 4 ปีที่แล้ว +1

    Don't know how to thank but you are a Nobel man.

  • @maxxpool
    @maxxpool 2 ปีที่แล้ว +1

    I'm so glad I chose to click on this video. Thank you for this amazing video!

    • @dataschool
      @dataschool  ปีที่แล้ว

      You're so welcome!

  • @daniel76900
    @daniel76900 2 ปีที่แล้ว

    saved my life!! Thanks!

    • @dataschool
      @dataschool  2 ปีที่แล้ว

      That's awesome to hear! 🙌

  • @jasonwong8315
    @jasonwong8315 3 ปีที่แล้ว +1

    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!

  • @adamyork8407
    @adamyork8407 5 ปีที่แล้ว +1

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

    • @dataschool
      @dataschool  5 ปีที่แล้ว

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

  • @jacquesgouimenou9668
    @jacquesgouimenou9668 4 ปีที่แล้ว +1

    Thanks for sharing this work.

  • @bikideka7880
    @bikideka7880 4 ปีที่แล้ว +1

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

  • @barrjohnm
    @barrjohnm 3 ปีที่แล้ว

    Awesome video!

  • @clementineh2565
    @clementineh2565 4 ปีที่แล้ว

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

    • @dataschool
      @dataschool  4 ปีที่แล้ว

      You're very welcome!

  • @galymzhankenesbekov2924
    @galymzhankenesbekov2924 4 ปีที่แล้ว +1

    thank you so much for your effort and these videos!

    • @dataschool
      @dataschool  4 ปีที่แล้ว

      You're very welcome!

  • @user-ur9fs8cx4f
    @user-ur9fs8cx4f 5 ปีที่แล้ว +1

    Большое благодарю!

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      You're very welcome!

  • @FindingYourEdge
    @FindingYourEdge 5 ปีที่แล้ว +1

    Such a great video and contents, I do really appreciate your contributions

    • @dataschool
      @dataschool  5 ปีที่แล้ว

      Thank you so much! 🙌