python pandas 给dataframe添加列名
2021-03-18 06:24
阅读:475
标签:dataframe lazy span pandas python gen start frame 图片 python pandas 给dataframe添加列名 标签:dataframe lazy span pandas python gen start frame 图片 原文地址:https://www.cnblogs.com/red-27/p/13956409.html
df_org = pd.read_csv(path)
print(df_org.head(5))
df_org.columns = ["UserID", "Gender", "Age", "Attribution", "Type", "StartTime", "EndTime", "Log", "Lat"]
print(df_org.head(5))
上一篇:算法与数据结构,你一定要知道的
下一篇:Python jinja2
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:python pandas 给dataframe添加列名
文章链接:http://soscw.com/index.php/essay/65652.html
文章标题:python pandas 给dataframe添加列名
文章链接:http://soscw.com/index.php/essay/65652.html
评论
亲,登录后才可以留言!