-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedContributions especially welcomeContributions especially welcometype-inferenceRequires more advanced type inference.Requires more advanced type inference.
Description
command: ruff check test.py
ruff version: ruff 0.0.282
settings: select = ['ALL']
example:
import polars as pl
pldf = pl.DataFrame()
pldf.pivot() # PD010 `.pivot_table` is preferred to `.pivot` or `.unstack`; provides same functionalitypolars DataFrame provides .pivot() function but no .pivot_table() unlike pandas.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedContributions especially welcomeContributions especially welcometype-inferenceRequires more advanced type inference.Requires more advanced type inference.