THANKS for watching! 🙌 Which trick are you most excited to start using? CLICK REPLY and let me know!
@TimePasser2 жыл бұрын
No. 7 and no 15
@rezaghari8282 жыл бұрын
That was really Helpful, man! Glad that I saw your tweet in my timeline!
@dataschool2 жыл бұрын
That’s great to hear, thanks Reza! 🙌
@pivotai5252 жыл бұрын
I was becoming sad that you were no longer making pandas videos. What a come back like that of Real Madrid :)). Thanks Kevin!!
@dataschool2 жыл бұрын
You are very welcome!
@carloseduardocorreacoimbra40402 жыл бұрын
Thanks a lot for the excellent tricks (25 + 21) ! Really amazing and useful.
@dataschool2 жыл бұрын
You're very welcome! 🙌
@nothingDone-ei2fj Жыл бұрын
I completed 36 videos in this series. Thanks a lot Kevin for such amazing tutorial.
@dataschool Жыл бұрын
That is awesome to hear! Congratulations!
@horoshuhin2 жыл бұрын
love it. I really enjoyed this video. thanks for the quality content
@dataschool2 жыл бұрын
That’s awesome to hear, thank you! 🙏
@hyakushiki23 Жыл бұрын
Even after re-watching them, your videos are outstanding.
@dataschool Жыл бұрын
Thank you so much! 🙏
@frankgiardina2052 жыл бұрын
Lots of time savers here thanks well done
@dataschool2 жыл бұрын
You're very welcome, Frank!
@Kristina_Tsoy2 жыл бұрын
Thank you so much! Your tutorials are the best
@dataschool2 жыл бұрын
Thank you, Kris! 🙏
@pabloxD752 жыл бұрын
Great tips, holy! there is always something new to learn.
@dataschool2 жыл бұрын
Agreed!
@fj0n4522 жыл бұрын
What a great video! Thanks!
@dataschool2 жыл бұрын
You’re very welcome!
@dariuszspiewak56242 жыл бұрын
Hi Kevin. The most important question of all: How to remember all of those things? Do you have any means? Any way that lets you retain the tricks/knowledge in your mind for longer? Would you please share any thoughts on that? Thanks.
@dataschool2 жыл бұрын
Great question! I don't have a system for memorization, rather it just comes naturally the more I use something. However, I also don't worry about forgetting, because I usually remember where to look in order to refresh my memory. Thus, my advice is (1) practice, and (2) keep track of good resources so that you can look up things easily whenever you forget. Hope that helps!
@yd_2 жыл бұрын
Cool. pandas and numpy seem to have a ton of functions and it’s hard to remember them all. Would appreciate a video focused on multilevel data frames, as I always forget how to index, etc those.
@dataschool2 жыл бұрын
I actually have a video about the MultiIndex! Here it is: kzbin.info/www/bejne/qpS1eJRoqNSWY8U
@sheikirfan265210 ай бұрын
Great tutorial ❤
@dataschool9 ай бұрын
Thank you!
@immanuelsuleiman75502 жыл бұрын
excellent as always
@dataschool2 жыл бұрын
Thank you!
@gabrielreilly70102 жыл бұрын
I love these videos. I always learn so much.
@dataschool2 жыл бұрын
What a nice thing to say, thank you so much! 🙏
@Yuri-to8uj2 жыл бұрын
amazing content!!
@dataschool2 жыл бұрын
Thank you!
@amitnikhate6302 жыл бұрын
Hi Kevin, Thank you for creating such amazing contents. These videos are really helpful for doing real time projects. I wanted to request you to make video on particular topic. if you can make video on how to use pandas to write, read and edit google sheets, that would be very helpful. It can include putting values in range of cells as well as one cell in google sheet, reading data, etc. If there is already any video you have made on this topic, let me know.
@dataschool2 жыл бұрын
Thanks for your suggestion!
@kissnicky70012 жыл бұрын
Thanks so much,really helpful
@dataschool2 жыл бұрын
Glad it was helpful to you! 🙌
@pietraderdetective89532 жыл бұрын
Great tips and tricks as always! do you have a tutorial video about writing efficient pandas code? for example implementing vectorization? I've watched plenty of your videos but I think I haven't seen one about the topic
@dataschool2 жыл бұрын
Thanks very much! I think this video might be of interest to you: kzbin.info/www/bejne/moHafZ-AoLh7gtE
@pietraderdetective89532 жыл бұрын
Awesome, will check that out!
@yerriswamym323 Жыл бұрын
Hi Kevin, Thanks for the insightful video. I love your videos and courses they are so subtle and impactful. Would it be possible for you to make a video on Python Class/objects? Its a daunting concept for someone like me (not from coding background) who has limited understanding of OOPs. Additionally I have observed that many coders use python classes for ML scripts/pipeline, scripting files on Github. So it would be helpful if you could make an video on the same. Thanks in advance !!
@dataschool Жыл бұрын
Thanks for your suggestion! I'll consider it for the future. For now, maybe start here: kzbin.info/aero/PL-osiE80TeTsqhIuOqKhwlXsIBIdSeYtc Hope that helps!
@shubhi21942 жыл бұрын
Thank you for you amazing videos! Super informative and helpful, as always.
@dataschool2 жыл бұрын
That's so nice of you to say! You're very welcome! 🙌
@faizanwar_2 жыл бұрын
Sir , please make a video on user defined functions in pandas dataframe
@dvinkster2 жыл бұрын
Thanks for the tips. Q: How crosstab provided the results compared to pivot where no target value 'Survived' is provided Unable to view the Notebook from link provided. Please re upload
@dataschool2 жыл бұрын
Great question! With the pivot table, I just selected a column with no missing values (Survived in this case) and counted them. With crosstab, it automatically does a count, so you don't need to select a specific column. Regarding the notebook, you can view it here: github.com/justmarkham/pandas-videos/blob/master/21_more_pandas_tricks.ipynb Hope that helps!
@sachinrathi41972 жыл бұрын
why below code is not giving any output pd.testing.assert_series_equal(df.c, df.d, check_names=False, check_dtype=False)
@dataschool2 жыл бұрын
Great question! The assertion passed, thus no error was raised, thus no output was generated. If you're new to assertions, just try running assert(1==1) and assert(1==2) in Python, and you'll see that when an assertion passes, there is no output. Hope that helps!
@TimePasser2 жыл бұрын
I miss your videos , man. Best like to best tutor. 👌
@dataschool2 жыл бұрын
Thank you!
@DartEremite2 жыл бұрын
Thank you 😊😊
@dataschool2 жыл бұрын
You’re welcome!
@hyakushiki232 жыл бұрын
Hi Kevin, I hear a lot about API's. Maybe one day you can demo how to create a basic custom API.
@dataschool2 жыл бұрын
Thanks for your suggestion!
@georgiyveter63912 жыл бұрын
Hi, for example I have a table, which I've got by left outer join: person - vehicle dad - car dad - motorcycle dad - bicycle mom - car mom - bicycle son - None/NA/NaN/NaT How to group by person and count with condition (car and motorcycle)? When I use for example: df = df.groupby(['person'])['vehicle'].apply(lambda x: x[x == 'car'].count()) But I can't use a list in condition lambda x: x[x in ['car']], pandas says: ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()
@petroliumengineer2 жыл бұрын
This resample methood is incredibly useful Thanks a ton
@dataschool2 жыл бұрын
I agree! It really helped me once I started thinking of resample as a groupby for datetime data.
@Mortz762 жыл бұрын
jupyter notebook link broken
@dataschool2 жыл бұрын
You can use this link instead: github.com/justmarkham/pandas-videos/blob/master/21_more_pandas_tricks.ipynb
@nguyenhuuuc23112 жыл бұрын
The meaning of 🐼 is 46!
@dataschool2 жыл бұрын
😂
@tramphone64142 жыл бұрын
good
@dataschool2 жыл бұрын
Thanks!
@正经的一哥2 жыл бұрын
Hi Kevin, a question question, why the code (titanix.SibSp > 0).astype(' int ') can set different integers into 0 and 1?
@dataschool Жыл бұрын
Great question! The boolean value True gets converted to 1, and False gets converted to 0. Hope that helps!
@firefouuu2 жыл бұрын
On tips 14, I think a better solution is to use df.style to display all columns and rows of your DataFrame. If you have a lot of rows and are only interested in the columns just use df.head().style