Data cleansing, analysis and dashboard using SQL and Python language. Data visualization using Streamlit library.
The project goal was to present, on a dashboard, 4 indicators obtained with the dataset AdvetureWorks2019 updated:
- Total Internet Sales by Category
- Total Internet Sales by OrderDate Month
- Total Internet Sales Amount vs Cost by Country
- Total Internet Sales by Gender
With the possibility of filtering it by year, country, gender and category
SQLSERVER: Updating database
Python Code:
- Queries to access and filter database
- Streamlit library to setup the dashboard
- Plotly.access library to create the charts
- SQLAlchemy
- Pandas
- Streamlit
- Plotly
Data Update code: https://github.com/techtalkcorner/SampleDemoFiles/blob/master/Database/AdventureWorks/Update_AdventureWorksDW_Data.sql