摘要: 比较 array 型对象 用标量值与 Pandas 数据结构对比数据元素非常简单: In [65]: pd.Series(['foo', 'bar', 'baz']) == 'foo' Out[65]: 0 True 1 False 2 False dtype: bool In [66]: pd.I 阅读全文
posted @ 2021-09-11 17:36 不详·Christina 阅读(25) 评论(0) 推荐(0)