成功解决AttributeError: 'Series' object has no attribute 'columns'
目录
AttributeError: 'Series' object has no attribute 'columns'
属性错误:“Series”对象没有属性“columns”
将pandas.core.series.Series格式数据转为pandas.core.frame.DataFrame格式数据
Series 有自带的方法to_frame()可以进行转换。
data_all=data_all.loc[:,['age']].to_frame()
网站声明:如果转载,请联系本站管理员。否则一切后果自行承担。
添加我为好友,拉您入交流群!
请使用微信扫一扫!