This is extremely helpful! I use pandas, but I’m self taught so there’s gaps in my knowledge. Thank you for taking the time to do this and help others learn
Good catch ! Looks like while creating a new column "updated Age" , by mistake, I appended command head(10) as well at the end. titanic["Updated Age"] = pd.cut(titanic.Age, bins=[0, 18, 25, 99], labels=['child', 'young adult', 'adult']).head(10) My bad. But hope you got the answer.
This is verh very helpful.
This video needs more reach. Please share. This mans has put lot of efforts.
This is extremely helpful! I use pandas, but I’m self taught so there’s gaps in my knowledge. Thank you for taking the time to do this and help others learn
Glad it was helpful!
Wow, I wish I found this video days ago. This is helping me analyze my data set so much faster.
Glad you liked it.
its so use full for me thank you so much for this video keep continue as small code you explained well good job brother
It's my pleasure
Please continue doing these type of videos
Helped me a lot.
I will. Thanks :)
Please can you make on etl automation testing video using pytest framework and pandas
Will try
thank you
You're welcome
great work, look forward to learn more from this channel.
More to come! Let me know if you want to see anything in specific.
@@MLWithAP scikit learn please 🙏
Could you please do same kind of video on numpy, matplotlib, seaborn, plotly
Sure.
Amazing content!! It helped me a lot. Btw why do you sound like you’re dying?
:)
Really helpful!
Glad it was helpful!
Thank you, sir!
Welcome.
38:06 why does "Updated Age" column have 9 non-null items only?
Good catch !
Looks like while creating a new column "updated Age" , by mistake, I appended command head(10) as well at the end.
titanic["Updated Age"] = pd.cut(titanic.Age, bins=[0, 18, 25, 99], labels=['child', 'young adult',
'adult']).head(10)
My bad. But hope you got the answer.
Terrific video!!
Thank you.
Pareto distribution
yes, Exactly :)
You are the best :)
Thanks!
Can you provide this file for practice
Sure. Here it is : github.com/anaspmachinelearning/RUclipsTutorials