Skip to content
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

Won't serve a dataframe with non numeric data #18

Open
kalebr opened this issue Jan 10, 2024 · 0 comments
Open

Won't serve a dataframe with non numeric data #18

kalebr opened this issue Jan 10, 2024 · 0 comments

Comments

@kalebr
Copy link

kalebr commented Jan 10, 2024

I have a dataframe that looks like

                                   0  e
2024-01-10 21:15:13.302000+00:00  61  a
2024-01-10 21:16:13.302000+00:00  25  b
2024-01-10 21:17:13.302000+00:00  21  a
2024-01-10 21:18:13.302000+00:00  37  a
2024-01-10 21:19:13.302000+00:00   0  a

When viewing it in the data explorer in grafana, the columns with the timestamp info and the ints come through and are graphed, however, the data does not show the column (e) with the str data. Should this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant