Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanaries/pygwalker-in-streamlit

build visual exploration app using pygwalker in streamlit
https://github.com/kanaries/pygwalker-in-streamlit

streamlit tableau visualization

Last synced: 7 days ago
JSON representation

build visual exploration app using pygwalker in streamlit

Awesome Lists containing this project

README

        

# pygwalker-in-streamlit

Build a visual exploration app using pygwalker in streamlit. [pygwalker](https://github.com/Kanaries/pygwalker) is a python lib that turns your datasets/dataframe into an interactive visual exploration app for data analysis. But how to build a web app using pygwalker in streamlit, this repo provides a base implementation for it.

[How to use pygwalker in streamlit](https://docs.kanaries.net/pygwalker/use-pygwalker-with-streamlit.en)

pygwalker-in-streamlit

## References
+ https://github.com/Sven-Bo/PyGWalker-Guide-for-Streamlit-and-Jupyter
+ https://github.com/Jcharis/Streamlit_DataScience_Apps/tree/master/Using_PyGWalker_With_Streamlit
+ https://github.com/k-nai/streamlit_pygwalker_app