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
Currently, EDVART accepts only Pandas dataframes. Consider adding native support for Polars.
Polars has DataFrame.to_pandas conversion method, so the lack of native Polars support can be circumvent. However, conversions like this are not without caveats.
The text was updated successfully, but these errors were encountered:
Currently, EDVART accepts only Pandas dataframes. Consider adding native support for Polars.
Polars has DataFrame.to_pandas conversion method, so the lack of native Polars support can be circumvent. However, conversions like this are not without caveats.
The text was updated successfully, but these errors were encountered: