-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed5120b
commit cc99ada
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# Dashboards | ||
<h3>Dashboards em Python, aplicação como Power BI, podendo: Visualisar mensalmente por filtro, faturamento por unidade, tipo de produto mais vendido, contribuição por filial, desempenho das formas de pagamento e avaliação das filial. </h3> | ||
# 📊 Dashboards | ||
Dashboards em Python, aplicação como Power BI, podendo: Visualisar mensalmente por filtro, faturamento por unidade, tipo de produto mais vendido, contribuição por filial, desempenho das formas de pagamento e avaliação das filial. Além disso, todos os gráfico são interativos. | ||
|
||
iniciar pelo terminal, aplicar comando: streamlit run dashboards.py | ||
## 🔧 Intalação: | ||
1. Clone este repositório com `git clone` ou baixe o código-fonte. | ||
2. Instale as dependências, caso houver: `pip install streamlit pandas plotly` | ||
|
||
Preview: | ||
## 🚀 Execução: | ||
Iniciar pelo terminal, aplicar comando: `streamlit run dashboards.py` | ||
|
||
## 🔭 Demonstração: | ||
![image](https://github.com/miguelfermo/Dashboards/assets/138122016/72935640-85ee-421e-93b7-66b38d15e360) |