psystat
close
프로필 배경
프로필 로고

psystat

  • 아카이브 (171)
    • 위스키 (16)
    • 해외여행 (17)
      • 보라카이 (6)
      • 후쿠오카 (2)
      • 삿포로 (3)
      • 가고시마 (6)
    • 데이터분석 (112)
      • Quant (29)
      • XAI (3)
      • ISLR (4)
      • 통계 체크리스트 (1)
      • Credit Scoring (2)
      • Python (25)
      • R (4)
      • SQL (36)
      • Kaggle & Dacon (2)
      • Linux (1)
    • 이것저것 (21)
    • Tistory (4)
  • 홈
  • ABOUT
[streamlit] Python Streamlit으로 대시보드 만들기

[streamlit] Python Streamlit으로 대시보드 만들기

[출처] 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"그림이 천 마디 말보다 낫다"라는 문구를 잘 알고 계시겠지만, 데이터 과학의 맥락에서 시각화된 도표는 그에 못지않은 가치를 제공합니다. 단순한 꺾은선형 차트, 히스토그램 분포, 보다 정교한 피벗 차트 등의 형태로 표 형식의 데이터를 다른 시각으로 제공함으로써 이를 실현..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 5.
  • textsms
[streamlit] Streamlit에서 Pygwalker 사용하기

[streamlit] Streamlit에서 Pygwalker 사용하기

[출처] 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 데이터 프레임을 시각적..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 31.
  • textsms
[streamlit] Streamlit 실행 모델로 작업하기 - caching, session state

[streamlit] Streamlit 실행 모델로 작업하기 - caching, session state

[출처] 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으로 작업하는 방법은 간단합니..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 20.
  • textsms
[streamlit] Streamlit 튜토리얼 - 멀티페이지 앱 만들기

[streamlit] Streamlit 튜토리얼 - 멀티페이지 앱 만들기

[출처] https://docs.streamlit.io/get-started/tutorials/create-a-multipage-app추가 기능에서는 페이지를 정의하고, 멀티페이지 앱을 구성 및 실행하고, 사용자 인터페이스에서 페이지 간을 탐색하는 방법을 포함하여 멀티페이지 앱을 소개했습니다. 자세한 내용은 멀티페이지 앱 가이드에서 확인할 수 있습니다. 이 가이드에서는 이전 버전의 streamlit hello 앱을 멀티페이지 앱으로 변환하여 멀티페이지 앱에 대한 이해를 활용해 보겠습니다!1. MotivationStreamlit 1.10.0 이전에는 streamlit hello 명령이 큰 단일 페이지 앱이었습니다. 여러 페이지를 지원하지 않았기 때문에 사이드바의 st.selectbox를 사용하여 앱의 콘텐..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 16.
  • textsms
[streamlit] Streamlit 튜토리얼 - 앱 만들기

[streamlit] Streamlit 튜토리얼 - 앱 만들기

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을 설치하고 기본 개념과 고급 개념의 기본 사항을 살..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 15.
  • textsms
[streamlit] Streamlit 추가 기능

[streamlit] 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의 기본 개념에 대해 모두 읽으셨고 고급 개념에서 ..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 15.
  • textsms
[streamlit] Streamlit 심화 개념

[streamlit] 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이제 스트림릿 앱이 어떻게 실행되고 데이터를 처리하는지 알았으니 이제 효율성..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 14.
  • textsms
[streamlit] Streamlit 기초 개념

[streamlit] Streamlit 기초 개념

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앱을 업데이트할 때마다 소스 파일을 저장하세요. ..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 14.
  • textsms
  • navigate_before
  • 1
  • 2
  • navigate_next
공지사항
전체 카테고리
  • 아카이브 (171)
    • 위스키 (16)
    • 해외여행 (17)
      • 보라카이 (6)
      • 후쿠오카 (2)
      • 삿포로 (3)
      • 가고시마 (6)
    • 데이터분석 (112)
      • Quant (29)
      • XAI (3)
      • ISLR (4)
      • 통계 체크리스트 (1)
      • Credit Scoring (2)
      • Python (25)
      • R (4)
      • SQL (36)
      • Kaggle & Dacon (2)
      • Linux (1)
    • 이것저것 (21)
    • Tistory (4)
최근 글
인기 글
최근 댓글
태그
  • #sql
  • #SQLD
  • #python
  • #글또
  • #MariaDB
  • #streamlit
  • #마리아DB
  • #위스키
  • #R
  • #mysql
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바