An open API service indexing awesome lists of open source software.

https://github.com/ahmedmmahrous/deploy-funnel-chart-with-streamlit

Deploy Funnel Chart with Streamlit
https://github.com/ahmedmmahrous/deploy-funnel-chart-with-streamlit

data-visualization funnel-chart pandas plotly py

Last synced: 17 days ago
JSON representation

Deploy Funnel Chart with Streamlit

Awesome Lists containing this project

README

        

Deploy-Funnel-Chart-with-Streamlit

[Link](https://ahmedmmahrous-deploy-funnel-chart-with-streamlit-app-fvd0jm.streamlitapp.com/)

* Funnel charts are often used to represent data in different stages of a business process.
* It’s an important mechanism in Business Intelligence to identify potential problem areas of a process.
* For example, it’s used to observe the revenue or loss in a sales process for each stage.
* A funnel chart has multiple phases and values associated with them.
* Here is a table that represents a user flow funnel for a app.
* The column named 'Values' represents the total number of users at that Phase.

| `phases` | `values`|
| ------------- | ------------- |
| Impressions | 1000000 |
| Clicks | 500000 |
| Downloads | 100000 |
| Purchase | 10000 |

[![55.png](https://i.postimg.cc/NG2FFDmN/55.png)](https://postimg.cc/YjkMy1Xg)