Closed MarcoGorelli closed 11 months ago
Can't just use DataFrame.columns as pandas / Polars already use that for column names unfortunately
Out of curiosity: Is it a general design principle to avoid function names that exist in Pandas/Polars but have different semantics there?
I don't think it's been written out, but tbh I'd prefer that
approved in today's call
This simplifies a few examples and makes things more ergonomic
Can't just use
DataFrame.columns
as pandas / Polars already use that for column names unfortunately