标签: arrays python-3.x pandas numpy dataframe
我已经开始学习python了,我遇到了这个错误。 有人可以给我提建议吗? df ['age'] = pd.cut(df ['age'],bins = [0,25,50,100],labels = ['Young','Adult','Old']) TypeError:“ int”和“ str”的实例之间不支持“ <”