▶ Watch Entire Pandas Playlist ✅ Subscribe To My KZbin 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
@ProxyAddress2 жыл бұрын
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!
@Codemycom2 жыл бұрын
Glad I could help!
@MaxPlank-ht2jrАй бұрын
Thank u . Love from nepal
@collinslife70212 жыл бұрын
I have learned quite a bit from you in your Django blog series thanks for your knowledge.
@Codemycom2 жыл бұрын
Very welcome!
@iablokova9 ай бұрын
Thanks a lot! I like your videos, its short, funny! That's what I'm talking about!
@Codemycom9 ай бұрын
Glad you liked it!
@amirmohammadhamrang24624 ай бұрын
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
@Codemycom4 ай бұрын
I can't control what videos youtube displays
@IshaZaka Жыл бұрын
Your videos are very great, plz upload videos related to tensor flow and pytorch
@Codemycom Жыл бұрын
I have an entire playlist on pytorch...won't ever be doing tensor flow because no one uses that anymore
@NPBPires5 ай бұрын
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?
@infinitespace19822 жыл бұрын
Hi! I was wondering if you could link the data that you are using in the comments. Thanks!
@Codemycom2 жыл бұрын
Its on my github, link in the pinned comment with the rest of the code.
@siddharthasthana21958 ай бұрын
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.
brin·dle a brownish or tawny color of animal fur, with streaks of other color.
@Codemycom2 жыл бұрын
Ha, well there you go then!
@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()
@Mayank-jw9yy8 ай бұрын
great buddy my paid course has not teach me that much in depth......