79558967

Date: 2025-04-07 02:07:11
Score: 1
Natty:
Report link
y = df.filter(pl.col("a").is_in(list_of_values))

Output:

┌─────┬─────┐
│ a   ┆ b   │
│ --- ┆ --- │
│ i64 ┆ i64 │
╞═════╪═════╡
│ 1   ┆ 4   │
│ 3   ┆ 2   │
└─────┴─────┘
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Subir Chowdhury