摘要:
# -*-coding:utf-8 -*-import pandas as pdxls_file=pd.ExcelFile('D:\python_pro\\address_list.xlsx')table=xls_file.parse('Sheet1')tablefor i, row in table.iterrows(): if row['mobile']==13901079723: ... 阅读全文
posted @ 2017-06-16 16:56
无名小妖
阅读(282)
评论(0)
推荐(0)