[출처] https://blog.streamlit.io/crafting-a-dashboard-app-in-python-using-streamlit/ Building a dashboard in Python using StreamlitUsing pandas for data wrangling, Altair/Plotly for data visualization, and Streamlit as your frontendblog.streamlit.io"그림이 천 마디 말보다 낫다"라는 문구를 잘 알고 계시겠지만, 데이터 과학의 맥락에서 시각화된 도표는 그에 못지않은 가치를 제공합니다. 단순한 꺾은선형 차트, 히스토그램 분포, 보다 정교한 피벗 차트 등의 형태로 표 형식의 데이터를 다른 시각으로 제공함으로써 이를 실현..
[출처] https://docs.kanaries.net/pygwalker/use-pygwalker-with-streamlit How to Use PyGWalker with Streamlit – KanariesExplore data effortlessly with Pygwalker and Streamlit. Visualize, analyze, and share insights in minutes with simple drag-and-drop actions.docs.kanaries.net 1. What is Pygwalker?Pygwalker는 데이터를 데이터 탐색을 위한 시각적 인터페이스로 바꿔주는 Python 라이브러리입니다. PyGWalker는 pandas/polars/modin 데이터 프레임을 시각적..
[출처] https://docs.streamlit.io/develop/concepts/architecture Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io1. Run your Streamlit appStreamlit으로 작업하는 방법은 간단합니..
[출처] https://docs.streamlit.io/get-started/tutorials/create-a-multipage-app추가 기능에서는 페이지를 정의하고, 멀티페이지 앱을 구성 및 실행하고, 사용자 인터페이스에서 페이지 간을 탐색하는 방법을 포함하여 멀티페이지 앱을 소개했습니다. 자세한 내용은 멀티페이지 앱 가이드에서 확인할 수 있습니다. 이 가이드에서는 이전 버전의 streamlit hello 앱을 멀티페이지 앱으로 변환하여 멀티페이지 앱에 대한 이해를 활용해 보겠습니다!1. MotivationStreamlit 1.10.0 이전에는 streamlit hello 명령이 큰 단일 페이지 앱이었습니다. 여러 페이지를 지원하지 않았기 때문에 사이드바의 st.selectbox를 사용하여 앱의 콘텐..
https://docs.streamlit.io/get-started/tutorials/create-an-app Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io여기까지 읽으셨다면 Streamlit을 설치하고 기본 개념과 고급 개념의 기본 사항을 살..
https://docs.streamlit.io/get-started/fundamentals/additional-features Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io이제 Streamlit의 기본 개념에 대해 모두 읽으셨고 고급 개념에서 ..
https://docs.streamlit.io/get-started/fundamentals/advanced-concepts Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io이제 스트림릿 앱이 어떻게 실행되고 데이터를 처리하는지 알았으니 이제 효율성..
https://docs.streamlit.io/get-started/fundamentals/main-concepts Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io1. Development flow앱을 업데이트할 때마다 소스 파일을 저장하세요. ..