美文网首页
pandas dataframe操作

pandas dataframe操作

作者: papayaya | 来源:发表于2018-05-10 18:00 被阅读0次

    选取某行某列

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

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

    相关文章

      网友评论

          本文标题:pandas dataframe操作

          本文链接:https://www.haomeiwen.com/subject/kodtdftx.html