I got a bug report by email, saying that there's a bug in the dashboard where the lengths of columns are different to the length of the index, for various columns in some pandas DataFrame inside the px.line() call. Perhaps sometimes only some keys are appended?
Putting this on a more principled (and tested!) basis might be nice even before the big changes in #3.
I got a bug report by email, saying that there's a bug in the dashboard where the lengths of columns are different to the length of the index, for various columns in some pandas
DataFrame
inside thepx.line()
call. Perhaps sometimes only some keys are appended?Putting this on a more principled (and tested!) basis might be nice even before the big changes in #3.