gpt4 book ai didi

indexing - pandas-如何访问 Pandas 中的细胞,相当于R中的df [3,4]

转载 作者:行者123 更新时间:2023-12-03 11:34:03 24 4
gpt4 key购买 nike

如果我有pandas DataFrame对象,该如何简单地访问单元格?在R中,假设我的data.frame称为df,则可以通过以下方式访问第三行和第四列

df[3,4]


python中的等效项是什么?

最佳答案

您可以使用iloc(按位置获取):

df.iloc[3,4]


我建议阅读 indexing section of the docs

关于indexing - pandas-如何访问 Pandas 中的细胞,相当于R中的df [3,4],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21393489/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com