-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polars support #144
Comments
I agree in principle and would be happy to accept a pull request. |
Seconding this, is there a good recommended way to work with polars series using plotly rs right now? |
+1 |
Until I or someone else has some time to implement polars native support in this crate, you can use the awesome package made by @alceal at https://github.com/alceal/plotlars |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
polars is growing fast as the new standard for dataframe but it doesn't provide a way to plot the data for Rust user.
I think providing a polars integration under a feature flag, like you did for the ndarray, could be a great I idea? What do you think of it?
The text was updated successfully, but these errors were encountered: