I am importing data using pandas and then trying to plot it using ui.plot_card function. But it says it Dataframe is not callable.
What object type is callable in the ui.plot_card parameter ?
I converted it into list also but didn’t work
I tried Data buffer also but that too didn’t work
Is there any example in the documentation that does not use the from synth import FakeScatter library or without using from h2o_wave import data ?