python 使用“is in”切片Pandas DataFrame(来自http://stackoverflow.com/questions/12096252/use-a-list-of-value

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 使用“is in”切片Pandas DataFrame(来自http://stackoverflow.com/questions/12096252/use-a-list-of-value相关的知识,希望对你有一定的参考价值。

df[df['A'].isin([3, 6])]

以上是关于python 使用“is in”切片Pandas DataFrame(来自http://stackoverflow.com/questions/12096252/use-a-list-of-value的主要内容,如果未能解决你的问题,请参考以下文章

Python Pandas 使用各种数据类型进行切片

Python pandas DataFrame的切片取值

在 Python Pandas 中使用 DatetimeIndex 切片 MultIndex 帧时出现 1.1.0 以上的 InvalidIndexError

python学习——pandas库的使用,仅需要这一篇就足够了

使用numpy数组更改python pandas数据框切片中的元素[重复]

Python pandas 按多个索引范围切片数据帧