Polars Command | Core Command | Note |
---|---|---|
drop | drop | The polars command removes columns, the core command removes rows. Should we prefer the core functionality or polars naming? |
uppercase | str upcase | Naming inconsistency |
lowercase | str downcase | Naming inconsistency |
There is a table already with nushell counterparts for polars commands http://www.nushell.sh/book/dataframes.html#dataframe-commands
Do we need both polars unique and polars drop-duplicates after transititon to lazyframes?