请问老师,dataframe如何通过index来查询数据呢
来源:4-15 Streaming DataFrame

TeacherZhe
2020-12-08
我用iloc和loc都不行
报错都是DataFrame has no attribute ‘loc’
写回答
1回答
-
麦兜搞IT
2020-12-09
您能具体的说一下您的需求么,比如您举一个dataframe的例子,然后告诉我要根据那个index查询,想要的结果是一个数,还是一个array,还是什么
00
相似问题