Contents |
---|
Project Description |
Database ERD |
Questions |
Conclusion |
Built with |
This project is part of Udacity's Data Analysis Nanodegree Program. In this project, we will query the Chinook Database, a digital music store, w e will be assisting the Chinook team with understanding the media in their store, their customers and employees, and their invoice information. The schema for the Chinook Database is provided below.
- Q1: Who is the top customer at Chinook?
- Q2: Who is the best selling artist?
- Q3: What is the most frequent genre in the database?
- Q4: Who is the top rock artist in the database?
These are derived conclusions after completing quering Chinook database.
Helena Holy is our best customer who purchased to Chinook.
Iron Maiden is the best selling artist at Chinook.
Rock appears to be the most frequent genre in Chinook database.
Led Zeppelin is the top rock artist to Chinook.
- DB Browser SQLlite
- Python3
- Pandas
- Matplotlib
- Seaborn
- Google Slides