ITADN

Future warning about `Index.__and__`

#122Closedklieret 创建于 2022-12-19
cleanup/refactoring
K
klieretcommented
``` C:\Users\Arh\.virtualenvs\Jap-fByl1IQl\lib\site-packages\ankipandas\ankidf.py:839: FutureWarning: Index.__and__ operating as a set operation is deprecated, in the future this will be a logical operation matching Series.__and__. Use index.intersection(other) instead. inters = set(self_sf.index & other_nids) ```
关闭于 2023-01-01 0 条评论