▶ Watch Entire Pandas Playlist ✅ Subscribe To My TH-cam Channel: bit.ly/3wDKct8 bit.ly/2IGzvOR ▶ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶ Get The Code: bit.ly/3PXPJBt
I cannot express how helpful your Django Wednesday playlist was for me. Myself and another dev were asked to create an application in 2 weeks that could handle a variety of functions. All of which were covered in your series. I am not even sure I will need your course material in the future, but I bought it anyway as a huge thank you for your wonderful content. Again, thank you!
Thank you! You Helped me a lot!!! I still have a quest : How can I count 2 specific columns? (For Exemple: How many dogs with each color for 3 specific Breed). Can someone help me?
i really like your tutorials and the way you teach i just want to mension that when i search to find the pandas tutorial in youtube i could not see yours and i can access it just in your play list im sure if you fix this problem more people can use it
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()
▶ Watch Entire Pandas Playlist ✅ Subscribe To My TH-cam Channel:
bit.ly/3wDKct8 bit.ly/2IGzvOR
▶ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
▶ Get The Code:
bit.ly/3PXPJBt
Thank u . Love from nepal
I cannot express how helpful your Django Wednesday playlist was for me. Myself and another dev were asked to create an application in 2 weeks that could handle a variety of functions. All of which were covered in your series. I am not even sure I will need your course material in the future, but I bought it anyway as a huge thank you for your wonderful content. Again, thank you!
Glad I could help!
I have learned quite a bit from you in your Django blog series thanks for your knowledge.
Very welcome!
Thanks a lot! I like your videos, its short, funny! That's what I'm talking about!
Glad you liked it!
Your videos are very great, plz upload videos related to tensor flow and pytorch
I have an entire playlist on pytorch...won't ever be doing tensor flow because no one uses that anymore
Thank you! You Helped me a lot!!!
I still have a quest : How can I count 2 specific columns? (For Exemple: How many dogs with each color for 3 specific Breed).
Can someone help me?
i really like your tutorials and the way you teach
i just want to mension that when i search to find the pandas tutorial in youtube i could not see yours and i can access it just in your play list
im sure if you fix this problem more people can use it
I can't control what videos youtube displays
Hi, I am new here, but learning a lot from your videos. Would be very helpful if you could tell how to import this particular dataset from github.
github.com/flatplanet/Pandas-TH-cam-Playlist/blob/main/dog_data.csv
this is very fun
agreed!
Hi! I was wondering if you could link the data that you are using in the comments. Thanks!
Its on my github, link in the pinned comment with the rest of the code.
brin·dle
a brownish or tawny color of animal fur, with streaks of other color.
Ha, well there you go then!
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()
great buddy my paid course has not teach me that much in depth......
Ha awesome