python pandas 给dataframe添加列名

2021-03-18 06:24

阅读:475

标签:dataframe   lazy   span   pandas   python   gen   start   frame   图片   

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 pandas 给dataframe添加列名

标签:dataframe   lazy   span   pandas   python   gen   start   frame   图片   

原文地址:https://www.cnblogs.com/red-27/p/13956409.html


评论


亲,登录后才可以留言!