筛excel某一列相同的所有行无输出
这是我的源码:import pandas as pddata = pd.read_excel('/kaggle/working/test0.xlsx')
data_gender = data[['Student ID','% Score','Problem ID']]
data_gender_re = data_gender
FF = data_gender_re.loc[(data_gender_re['Problem ID'] == '123')]
print(data_gender_re.loc[(data_gender_re['Problem ID'] == '123')])
FF.to_excel('/kaggle/working/workone.xlsx',index=False)
现在我想要提取题目编号为123的每名学生所得分数,然后我发现仅仅只是读取了表头,却没有数据(即每名生的号,题号和成绩),请问这怎么解决(之前提出类似问题但审核太慢了,这两天急用) 已经是发第二篇这个问题的帖子了,但你还是没有分享你的xlsx。
你是想让我们猜你表格里数据长什么样吗? suchocolate 发表于 2022-5-3 16:23
已经是发第二篇这个问题的帖子了,但你还是没有分享你的xlsx。
你是想让我们猜你表格里数据长什么样吗?
我回复你内容了,但是一直在审核,我有个去年的帖子现在都在审核 华文杉 发表于 2022-5-3 18:40
我回复你内容了,但是一直在审核,我有个去年的帖子现在都在审核
网盘链接分享
页:
[1]