Skip to content

katami-test/monomono_event_aug_streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ささっと手軽にアプリを作成!PythonとStreamlitでデータ分析ダッシュボード開発ハンズオン

ハンズオン準備

monomono_streamlit_testdata.csvをローカルにダウンロード

ハンズオン手順

  1. モジュールのインストール
pip install streamlit janome
  1. コードを開く

streamlit_app.pyを開く

  1. Streamlitの実行
streamlit run streamlit_app.py
  1. シンプルブラウザを開く image

5.シンプルブラウザを更新(変更の確認) image

演習

  1. タイトルで「YouTubeチャンネル分析」と表示されるようにコードを修正する image

  2. 変数like_minに対しても、st.sidebar.number_inputによる入力ボックスとし、表示を"高評価数下限"、stepを"1000"とする image

  3. 棒グラフのx軸を"month"から"video_title"に変更する image

Streamlitについて

ドキュメント

Streamlit Community Cloudの認証について

本イベントについて

イベント詳細

JellyWareホームページ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages