Skip to content

Commit

Permalink
add necessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoming-qxm authored Mar 31, 2017
1 parent 2179aa5 commit 007a646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_user_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def get_from_jdata_user():
    # 从做完年龄映射的NEW_USER_FILE中读取,
# 从做完年龄映射的NEW_USER_FILE中读取,
# 这步之前需要先运行explore_data.py中
# 的tranform_user_age函数
df_usr = pd.read_csv(NEW_USER_FILE, header=0)
Expand Down

0 comments on commit 007a646

Please sign in to comment.