Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 224 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 224 Bytes

tutorial

python & pandas 's tutorial

tasks

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