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))

 

 posted on 2020-11-10 22:29  风景金  阅读(23141)  评论(0)    收藏  举报