Polars dataframes are way faster, more memory efficient, and have a more ergonomic interface for transformations.
At some point, you may want to switch the backend to Polars. At least for now, I think it makes sense to make a function that returns the result as a Polars dataframe without first going through Pandas (assuming the dataframe's current construction technique allows for it).
Fantastic library though! Very excited to check it out further.
Polars dataframes are way faster, more memory efficient, and have a more ergonomic interface for transformations.
At some point, you may want to switch the backend to Polars. At least for now, I think it makes sense to make a function that returns the result as a Polars dataframe without first going through Pandas (assuming the dataframe's current construction technique allows for it).
Fantastic library though! Very excited to check it out further.