Skip to content

Commit c7fba68

Browse files
committed
add some task
1 parent 9efc9a2 commit c7fba68

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# tutorial
22
python & pandas 's tutorial
3+
4+
#### tasks
5+
1. 合并test1.xlsx, test2.xlsx的文件(使用pd.concat函数)
6+
2. 去重,只保留不重复的记录(使用pd.drop_duplicates函数)
7+
3. 按照年龄升序排序
8+

data/test2.xlsx

475 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)