The future of you, waiting for you in the future.

Geoffrey

Long, long the pathway to Cold Hill;
Drear, drear the waterside so chill.

返回顶部
摘要: pandas.cut() 用来将数据划分为不同的区间 x:array型数据 DataFrame每列数据都是array型数据 bins:传入int型数据,表示划分的区间个数,传入list型数据,表示自定义的区间 labels: 与bins对应区间的标签(默认为None) retbins:True表示返 阅读全文
posted @ 2022-01-05 14:56 Geoffreygau 阅读(292) 评论(0) 推荐(0) 编辑