Это видео недоступно.
Сожалеем об этом.

Build an Interactive Dashboard with Python(Streamlit)

Поделиться
HTML-код
  • Опубликовано: 10 авг 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

Комментарии • 9

  • @samson_afolabi
    @samson_afolabi  Месяц назад +1

    Hi Guys,
    I hope this video helpful was helpful for you. If you like to see more Portfolio project with Streamlit, check out: ruclips.net/video/YzZr8b5yb60/видео.html
    Pls like, share and Subscribe.😊

  • @Techeyeforthepeople
    @Techeyeforthepeople Месяц назад

    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 Месяц назад

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

  • @sikiruyusuff1246
    @sikiruyusuff1246 18 дней назад

    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  17 дней назад +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 17 дней назад

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

  • @animewind2498
    @animewind2498 Месяц назад

    please do more dashboardds!