python3: binning taking into account skewd distribution

前端 未结 0 335
说谎
说谎 2020-12-11 08:13

Please, help me to split my dataset into 5 bins with equal number of samples I use:

pd.qcut(df[i], q=5, precision = 0, duplicates = \'drop\')

相关标签:
回答
  • 消灭零回复
提交回复
热议问题