fig = px.line(dft,
x=dft.columns,
y=dft.iloc[0].values,
render_mode='webgl'
)
fig.show()
but instead it gives me this error,
โAll arguments should have the same length. The length of argument y
is 3648, whereas the length of previously-processed arguments [โindexโ] is 4079โ