Posted in Python onJuly 10, 2018
在读取文件时将整数变量读成了字符串, 或者需要转换列属性时,通过方法astype
Python中
举例:
dataframe.numbers=dataframe.numbers.astype(float) province.id=province.id.astype(str)
R中
举例:
data<-read.csv('data.csv',col.names = c('id','sex','numbers'),stringsAsFactors=FALSE),stringsAsFactors=FALSE,不将字符串设置为因子。
as.numeric, as.str 等可以直接改变属性。
以上这篇浅谈dataframe中更改列属性的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。
浅谈dataframe中更改列属性的方法
- Author -
zhanshirj声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@