Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 19, 2023 9:50AM
Likes: 0
Replies: 1
i am trying to use df groupby transfrom quantile in python ,but i keep getting this error:
length mismatch:expected axis 3544,new axis 3545
any idea?
Hi @debanasser1
,
Please try filling or dropping NaN values (ref: https://github.com/pandas-dev/pandas/issues/3729).
Thanks,
Jordan