标签: python database pandas
对于pandas数据帧,为什么这两种语法不同,第二种语法到底是什么?
df.iloc[0]['data'] 137 df.iloc[0].data <memory at 0x1c4d7e948>