我有一個(gè)這樣的 df 列:col1[('asd', 0.99), ('vcxx', 0.77), ('dfs', 0.32)][('fds', 0.97), ('xcvxc', 0.71), ('vcbtxx', 0.54), ('bfed', 0.12)][('fdssa', 0.98), ('asdfd', 0.61)]我正在嘗試創(chuàng)建一個(gè)可以應(yīng)用于新列的函數(shù),它將插入> .75的列表元素像這樣:new_col[('asd', 0.99), ('vcxx', 0.77)][('fds', 0.97)][('fdssa', 0.98)]
在 Pandas 列中過(guò)濾列表中的項(xiàng)目
叮當(dāng)貓咪
2023-06-13 11:05:36