首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
pj_0001_compare_col_csv
】的更多相关文章
pj_0001_compare_col_csv
#!/usr/bin/python# -*- coding: UTF-8 -*- import pathlibimport pandas as pd print("please input the 1stfile to compare")csv_from = input() print("please input the compare column")from_col = input() print("please input the 2ndfile t…