polars.Expr.shuffle¶
- Expr.shuffle(seed: Optional[int] = None) polars.internals.expr.Expr ¶
Shuffle the contents of this expr.
- Parameters
- seed
Seed initialization. If None given numpy is used.
Shuffle the contents of this expr.
Seed initialization. If None given numpy is used.