dash-120million-taxi-app icon indicating copy to clipboard operation
dash-120million-taxi-app copied to clipboard

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

Open nagarajmmu opened this issue 1 year ago • 2 comments

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

nagarajmmu avatar Aug 11 '22 18:08 nagarajmmu

Hi,

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

Regards,

Maarten

maartenbreddels avatar Aug 11 '22 18:08 maartenbreddels

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

nagarajmmu avatar Aug 11 '22 18:08 nagarajmmu