polars-plan 0.55.2

Lazy query engine for the Polars DataFrame library
1
2
3
4
5
6
disallowed-types = [
  { path = "std::collections::HashMap", reason = "use deterministic PlIndexMap" },
  { path = "polars_utils::aliases::PlHashMap", reason = "use deterministic PlIndexMap" },
  { path = "std::collections::HashSet", reason = "use deterministic PlIndexSet" },
  { path = "polars_utils::aliases::PlHashSet", reason = "use deterministic PlIndexSet" },
]