Build an Interactive Dashboard with Python(Streamlit)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ค. 2024
  • #python #data #streamlit #learnpython
    In this video, We want to convert this a csv file into a very interactive dashboard we see here.
    The interactive dashboard comes with the huge advantage that we can easily share this link with anyone, (so imagine putting this on your CV, or sharing this with your not so tech savvy bosses at work). This is also better than just doing this in a jupyter notebook, that is not easily shareable and not interactive.
    Link to Emoji Website: www.webfx.com/tools/emoji-che...
    Link to Code/Github: github.com/samsonafo/Interact...
    Chapters
    0:00 - Intro
    01:05 - Create Streamlit File
    05:09 - Create Sidebar
    09:30 - Create Main Page
    14:02 - Create Visualizations and KPI
    21:03 - More KPI
    23:12 - More Visualizations
    25:07 - Styling
    32:25 - Streamlit deployment
    Don't forget to Like, Share and Subscribe.
    Check out my website - www.samafolabi.com
    Follow me on LinkedIn - / samson-afolabi
    Twitter - / samsonafo
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 7

  • @samson_afolabi
    @samson_afolabi  23 วันที่ผ่านมา

    Hi Guys,
    I hope this video helpful was helpful for you. If you like to see more Portfolio project with Streamlit, check out: th-cam.com/video/YzZr8b5yb60/w-d-xo.html
    Pls like, share and Subscribe.😊

  • @animewind2498
    @animewind2498 22 วันที่ผ่านมา

    i was honestly curious if i could code my stream lit app in my jupyter notebook, am so happy about thiss

  • @aneyeforthepeople6204
    @aneyeforthepeople6204 23 วันที่ผ่านมา

    Your style of teaching makes it look easier than one thinks. I would like you to be my mentor. Thank you for always sharing your knowledge with us

  • @animewind2498
    @animewind2498 22 วันที่ผ่านมา

    please do more dashboardds!

  • @sikiruyusuff1246
    @sikiruyusuff1246 7 วันที่ผ่านมา

    Thank you for the tutorial. I have a challenge in the multi select of the filter that is only showing just one categorical values out of those values.

    • @samson_afolabi
      @samson_afolabi  7 วันที่ผ่านมา +1

      Thats a bit strange. make sure that the column you call the multi select on has indeed many categories. If it has only one category then the multi select will show only one categorical value.

    • @sikiruyusuff1246
      @sikiruyusuff1246 6 วันที่ผ่านมา

      Thanks I have resolved it. It was due to starting and ending date filter I initially wanted to include.