-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty line in dataframe #345
Comments
I've got This config definitely reproduces it on my side
|
It must be version sorcery then; the config above doesn't reproduce your empty dataframe line for me with Streamlit v1.30.0, Python v3.8.10, and pandas v1.5.3 (though no graph is generated due to a row / unique x-axis value mismatch). We'll have to look for the culprit later. |
I get some different wacky behaviour with Streamlit 1.38.0, which disappears with version 1.30.0 : when I import a config in the GUI, the config on the right is correctly updated, but the axis options on the left are not, therefore the plotting fails. This is weird, because the rest of the fields (filters and series) are correctly filled, and the dataframe columns corresponding to the axis are there. |
My LEXCI benchmarks produce an odd empty line in my data frame
The raw perflog only has 8 lines with
%tasks=1
so I'm not sure where this is coming from. I also get it in the csv export. Not a blocker since I filter it away anyways, but maybe worth having a look at.The text was updated successfully, but these errors were encountered: