Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kanaries/pygwalker-in-streamlit
- Owner: Kanaries
- License: apache-2.0
- Created: 2023-06-29T12:17:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T09:02:38.000Z (6 months ago)
- Last Synced: 2025-01-16T10:23:51.027Z (14 days ago)
- Topics: streamlit, tableau, visualization
- Language: Python
- Homepage: https://docs.kanaries.net/pygwalker/use-pygwalker-with-streamlit.en
- Size: 476 KB
- Stars: 43
- Watchers: 1
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## 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