This project analyzes the Chinook digital music store database using SQL, Python, and Chart.js. It generates an interactive dashboard where you can visualize insights and download them as a PDF.
- Iron Maiden leads in revenue with $138.60.
- USA generates the most invoices (91 total).
- Helena Holý is our top customer, spending $49.62.
- Iron Maiden also has the largest track catalog (213 tracks).
- SQL: Extract and aggregate data
- Python (pandas): Prepare data for visualization
- Chart.js: Interactive charts
- HTML/CSS: Dashboard UI
- jsPDF + html2canvas: PDF export feature
- Clone or download this project.
- Open
index.htmlin any modern browser (Chrome, Edge, Firefox). - Use the Download as PDF button to export the dashboard.
