关于pandas的离散化,面元划分详解 pd.cutpandas.cut(x,bins,right=True,labels=None,retbins=False,precision=3,include_lowest=False)x:要分箱的输入数 面元划分