Two simple questions:
- Does Warp10 integrate into streamlit to feed visualisations?
- If so, please would you specify how this can be accomplished?
Thanking you in advance.
Best wishes,
Two simple questions:
Thanking you in advance.
Best wishes,
Copyright © 2021 Jogjafile Inc.
There's no direct integration of Warp 10 in streamlit.
Although streamlit can handle any kind of data, it's mainly focused on pandas DataFrame. DataFrames are tables whereas Warp 10 Geo Time Series are time series. So even if Warp 10 was integrated in streamlit, it would require some code to properly format the data for streamlit to give its full potential.
That being said, here is a small example on how to display data stored in Warp 10 with streamlit: