Hi, i’m new
I’ve been toying around with some of the demos.
Looking at this:Hvplot Explorer — Panel v1.9.2
I can’t find this anywhere in the docs, or on google, or on duckduckgo:
param.objects()
hvplot.explorer().param.objects()
another question i had was how i can transpose the columns into rows using that demo, but with my own csv file.
edit: scratch that last part, I think i should keep trying and refine my question later.
a better question: multiselect and multichoice do not work in place of select, and i understood it’s because the explore(csv) function is for one file at a time (as pandas works).
how can i create the explore(csv) function to work only when clicked on? something like defer callback? (shooting in the dark here… please forgive me)
with pandas, If i have my first row (the index) as dates, the page loads very very very very slow.
i was basically trying to have the dates in the first column instead, so i transposed it using pandas,
but the x and y boxes show me dates instead of the variables.
i was hoping it would be different if i transposed using hvplot, or panel, or something else.