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
While many popular libraries such as scikit-learn and seaborn support polars data frames, dowhy currently does not.
The current way to use a polars data frames is to convert them to pandas before using them with dowhy (e.g. polars_df.to_pandas()
Please support polars natively, as its popularity is increasing.
The text was updated successfully, but these errors were encountered:
Thanks for raising this @krz. Can you give more details on how scikit-learn supports polars DFs? Do they have a common API that can support both pandas and polars (if installed)?
Also, we'd love to have contributions. Would you like to start a PR to support polars?
Polars is a high-performance data frame library in python, renowned for its blazing-fast data processing capabilities and efficient, less cumbersome syntax. It stands out with its multi-threaded query engine and seamless integration with the Python ecosystem, making it an excellent choice for handling large datasets
While many popular libraries such as scikit-learn and seaborn support polars data frames,
dowhy
currently does not.The current way to use a polars data frames is to convert them to pandas before using them with dowhy (e.g.
polars_df.to_pandas()
Please support polars natively, as its popularity is increasing.
The text was updated successfully, but these errors were encountered: