Binning Pandas value_counts

前端 未结 0 977
离开以前
离开以前 2020-12-03 09:51

I have a Pandas Series produced by df.column.value_counts().sort_index().

| N Months | Count |
|------|------|
|    0 |   15 |
|    1 |    9 |
|    2 |   78 |         


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