You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be pleasant to support to/from operations for both pl.DataFrame and pl.LazyFrame.
Mirroring duckdb, it would be pleasant to alias to_polars_dataframe as .pl().
In addressing this issue, the to_dataframe method should be renamed to to_pandas_dataframe, with to_dataframe aliasing against it to preserve the API. We should additionally provide a short hand of .df() for obtaining the frame.
The text was updated successfully, but these errors were encountered:
It would be pleasant to support to/from operations for both
pl.DataFrame
andpl.LazyFrame
.Mirroring
duckdb
, it would be pleasant to aliasto_polars_dataframe
as.pl()
.In addressing this issue, the
to_dataframe
method should be renamed toto_pandas_dataframe
, withto_dataframe
aliasing against it to preserve the API. We should additionally provide a short hand of.df()
for obtaining the frame.The text was updated successfully, but these errors were encountered: