Skip to content
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

Need suggestion for Graph, which can be used along with dash or react #7

Open
nagarajmmu opened this issue Aug 11, 2022 · 2 comments
Open

Comments

@nagarajmmu
Copy link

Hi Team

I am working on a application, which is using dash with react, I am interested in Vaex data frame, but non of the dash Graphs are, directly working with Vaex data frame, as pandas data frame.
Do you suggest any Graph that can be used directly with Vaex data frame in dash or react.

Thanks
Nagaraja M M

@maartenbreddels
Copy link
Member

Hi,

you can use df.to_pandas_df(), does that answer your question?

Regards,

Maarten

@nagarajmmu
Copy link
Author

Hi Maarten

Thank you, yes you are right, I can convert vaex dataframe to pandas dataframe to display my Graph in dash.

Regards
Nagaraja M M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants