Тёмный
Keith Galli
Keith Galli
Keith Galli
Подписаться
MIT Graduate. I make educational videos on Computer Science, Programming, Board Games, and more!

I found online videos to be extremely helpful as I progressed through the educational system growing up so I decided to make a channel of my own. Let me know what I should make next!

-Keith :)
Комментарии
@asfasdfsd8476
@asfasdfsd8476 13 часов назад
Bro I got a job after your first video!
@skyeshwin
@skyeshwin 16 часов назад
At 30:40, the code for athletes that start and end with the same letter throws an error. Can anyone suggest me the correct solution? I tried str.extract but I can't include the na=False since it's throwing an error. Wrong code - bios[bios["name"].str.contains(r'^(.).*\1$', na=False)] Correct code -??
@KeithGalli
@KeithGalli 15 часов назад
I just double checked and I see that a warning pops up (but it's not actually an error). You can ignore the warning. That being said, you might not see results because the names start with an uppercase letter & end with a lowercase letter. You can fix this by passing case=False into.your str.contains() method (see below) Correct code: start_end_same = bios[bios['name'].str.contains(r'^(.).*\1$', na=False, case=False)]
@michaelcourville6815
@michaelcourville6815 День назад
Did you ever think of adding sound to th Connect4 game...
@MachineLearning-mv8zb
@MachineLearning-mv8zb День назад
Great you're back!
@AbdulVajid-fz3vs
@AbdulVajid-fz3vs День назад
Please upload an end to end machine learning project
@KarlKristofferJohnsson
@KarlKristofferJohnsson День назад
Unfortunately I didn't really learn anything new here, but if I had found this video a few years ago, I probably would have found it very useful.
@lordvoldemort1985
@lordvoldemort1985 День назад
awesome video
@massimo5019
@massimo5019 2 дня назад
Just WOW. Great tutorial!
@evogelpohl
@evogelpohl 2 дня назад
You have the heart of a teacher. You found your calling brother.
@gavint66
@gavint66 2 дня назад
I enjoyed it mate and my smart son is just lucky like you and hard to beat.ru-vid.com/show-UCMtnFmaCWHe0AXROx8v6zHg
@adjieaja23
@adjieaja23 2 дня назад
i have been waiting for this. thank you teacher
@ben_tyler5
@ben_tyler5 2 дня назад
Did anyone notice how our keith has been sneaking a quick peek to the right at the beginning in the last few videos? 😂 Seriously though, loving the content!"
@aditya3david
@aditya3david 2 дня назад
Age difference in 5 years😂
@RealBenBizman
@RealBenBizman 2 дня назад
No way- I just watched your other video on this the other day! Crazy!
@skyeshwin
@skyeshwin 2 дня назад
Hey Keith! Big fan of your work! Keep it going brother!
@Kevin-cy2dr
@Kevin-cy2dr 2 дня назад
Back when the first iteration was released i was in college having no idea about what a dataframe is now I'm a developer and still watching your videos. Thanks Keith for being a part of my learning journey❤
@Hoan9duy
@Hoan9duy 2 дня назад
Awesome content as always 🔥🔥🔥
@garyphan-lo4vi
@garyphan-lo4vi 2 дня назад
wake up babe new keith drop
@KeithGalli
@KeithGalli 2 дня назад
Lolzzzz
@ericwang5126
@ericwang5126 2 дня назад
Amazing video!
@shreyalalit1460
@shreyalalit1460 3 дня назад
Awesome!
@thunde7226
@thunde7226 3 дня назад
Great video keith.......:) bye
@DanielValenzuelaPerez
@DanielValenzuelaPerez 3 дня назад
🔥 Thanks!
@pierresorel28
@pierresorel28 3 дня назад
People wait for new episodes on Netflix but legends wait for Keith's new tutorials 😎
@AnmolBajwa-pq2bm
@AnmolBajwa-pq2bm 3 дня назад
Thanks boss
@dabunnisher29
@dabunnisher29 3 дня назад
Your last pandas tutorial helped save me hours and hours of work. Don't ever forget that you are AWESOME!!!!
@GenZdev
@GenZdev 3 дня назад
would like to refresh numpy too with you
@rodrigodasilva9176
@rodrigodasilva9176 3 дня назад
Absolutely amazing! A hint: make a Python Pandas Advanced Tutorial more focused on graphics.
@mooneymakes359
@mooneymakes359 День назад
Would love to have a follow up video on seaborn from this guy with these same csv files shown. the parquet and excel files do not seem to want to copy paste from the browser when you select raw
@ramarisonandry8571
@ramarisonandry8571 3 дня назад
Love from Madagascar
@meeFaizul
@meeFaizul 3 дня назад
Keith, your tutorial is a game-changer! Your content is top-notch. Can't wait for more! ❤️ from 🇵🇰
@CesarSantosLopezYolo
@CesarSantosLopezYolo 3 дня назад
Hey I love these vids... Keep them coming! Love from Mexico buddy
@NormieDead
@NormieDead 3 дня назад
dude just woke up to gave another PANDA
@youraveragesleepdeprivedmale
@youraveragesleepdeprivedmale 3 дня назад
Thank you for posting an updated tutorial! I'm now doing Harvard's Intro to Data Science, and your old tutorial really helped me! Keep up the good work
@FIBONACCIVEGA
@FIBONACCIVEGA 3 дня назад
good its the update of the old video . Excellent!!!
@sebastianalvarez1537
@sebastianalvarez1537 3 дня назад
Beast mode
@AstroidegitaTech
@AstroidegitaTech 3 дня назад
Well-done man
@saitejachakravartula4253
@saitejachakravartula4253 3 дня назад
please make tutorials for Numpy , Matplotlib , Seaborn Love from INDIA🥰
@ahmedbadal3795
@ahmedbadal3795 3 дня назад
nice 2:00 pm course for me thanks alot
@omsingh5525
@omsingh5525 3 дня назад
Hey , Thanks for the amazing tutorial.
@jonpounds1922
@jonpounds1922 3 дня назад
you're telling me this isn't kung fu panda 4? bummer
@KeithGalli
@KeithGalli 3 дня назад
haha I wish
@random-drops
@random-drops 3 дня назад
Thanks. While watching your introduction, I start to wonder if you're going to do a video on NumPy, especially when a major version has released. No hurry, please take your time. Thanks in advance.
@KeithGalli
@KeithGalli 3 дня назад
Good suggestion. I need to do some more research into the new release, but an updated NumPy video is definitely a possibility!
@mooneymakes359
@mooneymakes359 День назад
@@KeithGalli dude this video was exactly what i was looking for as someone relatively new to python trying to get into data science. NumPy and Seaborn would be good follow up videos if you used the same data. The CSV files seemed to copy paste well from the browse but the parquet and excel did not want to and made me load as a .txt at that point i just crossed my fingers hoping you would use the csv and 20 mins in so far you have great video so far. excellent focus on detail great beginner level examples and functions...tried datawars and datacamp before coming here...thank you truely..
@Intellectualmind4
@Intellectualmind4 3 дня назад
🎉🎉🎉🎉🎉 come on
@user-ss9nl9dm7j
@user-ss9nl9dm7j 3 дня назад
Hey Keith, it was a nice promo. From Bangladesh 🇧🇩
@KeithGalli
@KeithGalli 3 дня назад
Glad you liked the promo!!
@user-me4pb8qs2t
@user-me4pb8qs2t 3 дня назад
Cool!!!!
@KeithGalli
@KeithGalli 3 дня назад
😎
@KalmahRulez
@KalmahRulez 3 дня назад
Thank you sir.
@KeithGalli
@KeithGalli 3 дня назад
You are very welcome!
@lifewithrahi_inuk
@lifewithrahi_inuk 3 дня назад
Amazing!
@KeithGalli
@KeithGalli 3 дня назад
🤠
@gustavojuantorena
@gustavojuantorena 3 дня назад
First
@KeithGalli
@KeithGalli 3 дня назад
🎉🎉
@rajeshravi8220
@rajeshravi8220 4 дня назад
Hi Keith! At 51:04, We could've just sorted the list right? cities = sorted(df['City'].unique()) From what I've seen, groupby() always orders the data in ascending. So, sorting cities seemed like the solution.
@Fenrir26
@Fenrir26 4 дня назад
He's just playing the game and telling us his thought process, this is NO strategy video...
@MarjorieRoseMasilang
@MarjorieRoseMasilang 4 дня назад
💗
@livingwords3771
@livingwords3771 4 дня назад
Keith is back!!!!