我使用的是python3.9,想取出dataframe某行某列的数据,行号是数字,列号是字段名,我使用下面方法不行。请大家帮看看有什么好方法吗?
df.iloc[row]['createdate']
df.loc[row, ['creatdate']]