在Pandas或Polars-Python中,我们可以使用ilocloc或[1,2]来锁定一个值。
iloc
loc
[1,2]
anauzrmj1#
下面是一个详细说明这一点的指南:https://pola-rs.github.io/polars-book/user-guide/indexing.html简而言之,Polars使用直接索引代替loc/iloc。指南列出了很多有用的例子。
1条答案
按热度按时间anauzrmj1#
下面是一个详细说明这一点的指南:https://pola-rs.github.io/polars-book/user-guide/indexing.html
简而言之,Polars使用直接索引代替
loc
/iloc
。指南列出了很多有用的例子。