用pandas库里面调用cut函数对数值变量进行分箱,ValueError: Bin labels must be one fewer than the number of bin edges,导入库import pandas as pd准备数据框a=pd.DataFrame({"x":[0.12,0.2,0.5,0.6],"y":[0.2,0.3,0