dataframe-api-compat
dataframe-api-compat copied to clipboard
Extremely lightweight compatibility layer between pandas and Polars
- `namespace.col`: callable from `DataFrame` to `Callable` - `DataFrame.get_column`: get (eager) column. Only supported for persisted dataframes - `DataFrame.take`: remove? Or, remove unless persisted? - `sorted_indices` / `sort`: only test...
Hi @MarcoGorelli! Just wanted to know if you are considering adding other implementations to this repository.
Hi @MarcoGorelli! At first glance, it seems that it is quite simple to organize a library that will make it possible to configure constructor functions, after which it will be...
this wouldn't fit into the standard (almost certainly...), but maybe there's a way to make pint-pandas dataframe-agnostic?
the argument is there, but it's not always respected