https://github.com/badranalyst/tips-dataset-analysis-dashboard-with-streamlit-and-plotly
Interactive Streamlit dashboard analyzing the Seaborn 'tips' dataset, which records information on restaurant bills, including total bill amounts, tips, customer demographics (e.g., gender, smoking status), and dining details (e.g., day, time). Visualized with Plotly for insights into tipping patterns.
https://github.com/badranalyst/tips-dataset-analysis-dashboard-with-streamlit-and-plotly
data-analysis data-analytics data-visualization dataset eda exploratory-data-analysis matplotlib matplotlib-pyplot numpy pandas plotly python seaborn streamlit
Last synced: 3 months ago
JSON representation
Interactive Streamlit dashboard analyzing the Seaborn 'tips' dataset, which records information on restaurant bills, including total bill amounts, tips, customer demographics (e.g., gender, smoking status), and dining details (e.g., day, time). Visualized with Plotly for insights into tipping patterns.
- Host: GitHub
- URL: https://github.com/badranalyst/tips-dataset-analysis-dashboard-with-streamlit-and-plotly
- Owner: BadrAnalyst
- Created: 2024-12-25T19:33:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T19:35:17.000Z (5 months ago)
- Last Synced: 2025-02-17T06:41:53.286Z (3 months ago)
- Topics: data-analysis, data-analytics, data-visualization, dataset, eda, exploratory-data-analysis, matplotlib, matplotlib-pyplot, numpy, pandas, plotly, python, seaborn, streamlit
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tips-Dataset-Analysis-Dashboard-with-Streamlit-and-Plotly
Interactive Streamlit dashboard analyzing the Seaborn 'tips' dataset, which records information on restaurant bills, including total bill amounts, tips, customer demographics (e.g., gender, smoking status), and dining details (e.g., day, time). Visualized with Plotly for insights into tipping patterns.