Комментарии:
brin·dle
a brownish or tawny color of animal fur, with streaks of other color.
I have learned quite a bit from you in your Django blog series thanks for your knowledge.
Ответить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!
ОтветитьHi! I was wondering if you could link the data that you are using in the comments. Thanks!
Ответить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()
Your videos are very great, plz upload videos related to tensor flow and pytorch
ОтветитьThanks a lot! I like your videos, its short, funny! That's what I'm talking about!
Ответить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.
Ответитьgreat buddy my paid course has not teach me that much in depth......
Ответить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?
this is very fun
ОтветитьThank u . Love from nepal
Ответить