Pie Chart with the Dropdown in Python - Plotly Dash

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • Let's combine the dropdown with a pie chart and a line chart using Python, pandas and excel.
    The Code:
    github.com/Cod...
    Charming Data Python Projects:
    charming-data....
    Data Source:
    ourworldindata...
    ************************************************************************
    👉 Your support keeps Charming Data running, which is proudly a 100% member-supported educational channel:
    Charming Data Community: charming-data....
    GitHub: github.com/spo...
    UA-cam: / @charmingdata
    LinkedIn: / adam-schroeder-17b5a819

КОМЕНТАРІ • 6

  • @lucaschiqui
    @lucaschiqui 2 місяці тому

    Hi Adam, what would be the benefits of using Plotly Dash instead, for example, Power BI?

    • @CharmingData
      @CharmingData  2 місяці тому

      Hi Luca, it's a lot more customizable thank powerBi, you can use any Python library into it, you can build your layout in any way you want, and it's free.

    • @lucaschiqui
      @lucaschiqui 2 місяці тому

      @@CharmingData thanks Adam!

  • @elio3232
    @elio3232 6 місяців тому

    Hi !!! Thansk for your vids. Really helping me. I have a question.
    I need that one click on an y-axes from a figure in a page trigger an update on another page. What need to Do that?
    Thank again for all ypur work

    • @CharmingData
      @CharmingData  6 місяців тому

      You should probably use dcc.Store

    • @elio3232
      @elio3232 6 місяців тому

      @@CharmingData ohhh Great. I was thinking on that but wasn't sure
      Thanks you