/tutorial

python & pandas 's tutorial

Primary LanguageJupyter Notebook

tutorial

python & pandas 's tutorial

tasks

  1. 合并test1.xlsx, test2.xlsx的文件(使用pd.concat函数)
  2. 去重,只保留不重复的记录(使用pd.drop_duplicates函数)
  3. 按照年龄升序排序