In this project, you will work like a real data analyst using Databricks.
You already uploaded the data in the previous homework.
Now your job is to explore the data, turn insights into dashboards, and finally let users talk to the data using AI.
We will move step by step, just like in a real company.
<aside> 💡
Prerequisite
Make sure you have completed the homework and the data is already loaded into Databricks.→ Homework If you have any questions, you can join our discord community → Discord
</aside>
<aside>
Goal: Understand the dataset and get comfortable using the Databricks SQL Editor.
</aside>
SHOW TABLES;DESCRIBE TABLE dim_customers;<aside>
Result: You know how to browse the structure of your data in catalog and how to write query inside databricks SQL Editor
</aside>
<aside>
Goal: Start visualizing what you discovered using Databricks dashboards.
</aside>
Open saved queries in SQL Editor