美文网首页
Pandas.DataFrame中loc、iloc、ix的区别

Pandas.DataFrame中loc、iloc、ix的区别

作者: 这是阿俊阿 | 来源:发表于2018-09-27 22:15 被阅读0次

    ## Pandas中loc iloc ix 区别

    loc——通过行标签索引行数据

    iloc——通过行号索引行数据

    ix——通过行标签或者行号索引行数据(基于loc和iloc 的混合)

    同理,索引列数据也是如此!

    相关文章

      网友评论

          本文标题:Pandas.DataFrame中loc、iloc、ix的区别

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