python recipe length mismatch error
debanasser1
Posts: 6 ✭
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?
Tagged:
Answers
-
Hi @debanasser1
,Please try filling or dropping NaN values (ref: https://github.com/pandas-dev/pandas/issues/3729).
Thanks,
Jordan