pandas dataframe操作

选取某行某列

表名.loc['行名',['列名']]

df.loc['2015-03-05',['volume']]

你可能感兴趣的:(pandas dataframe操作)