import pandas as pd
import numpy as np
# read the file
df = pd.read_excel('2021MCMProblemC_DataSet.xlsx')# select the right data
reports = df.loc[(df['Lab Status'] == 'Positive ID'), ['Detection Date', 'Latitude', 'Longitude']]
ndata = https://www.it610.com/article/np.array(reports)
reportsList = ndata.tolist()
reportsList = sorted(reportsList, key=lambda s: s[0])# 排序
【python|python读取excel文件并转为list列表】引入pandas 和numpy两个包
用pd读excel
df是dataframe格式的文件
接着,我们从df中选取我们需要的数据
我们筛选的列是Lab Status列,选出所有PositiveID的数据的Detection Date’, ‘Latitude’, 'Longitude’信息
文章图片
推荐阅读
- 数据处理|Pandas实例|自定义截断分组
- py|【飞浆百度领航团零基础Python】学习笔记
- python自学——数据类型之列表
- 1001 A+B Format
- Python基础|六、Python基础(封装、继承、多态)
- Python|百度飞桨领航团零基础Python速成营课程总结
- paddle课程|【paddle领航团基础python课程】三岁水课—结营大作业
- python|python 计算器 casio_Python编程之计算器/字符及界面
- python学习|python应用学习系列笔记