Skip to content

Commit 893cdcf

Browse files
authored
Update README.md
1 parent 8492172 commit 893cdcf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Case Study #1 - Danny's Diner/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
<img src="https://user-images.githubusercontent.com/98699089/156034616-ef978d44-af18-4e54-9885-1ac376a009bf.png" width="500">
44

5+
## Available Data
6+
57
Danny has shared with you 3 key datasets for this case study:
68
- `sales`;
79
- `menu`;
810
- `members`.
911

10-
## Table 1: `sales`
12+
### Table 1: `sales`
1113

1214
The `sales` table captures all `customer_id` level purchases with an corresponding `order_date` and `product_id` information for when and what menu items were ordered.
1315

@@ -29,7 +31,7 @@ The `sales` table captures all `customer_id` level purchases with an correspondi
2931
| C | 2021-01-01 | 3 |
3032
| C | 2021-01-07 | 3 |
3133

32-
## Table 2: `menu`
34+
### Table 2: `menu`
3335

3436
The `menu` table maps the `product_id` to the actual `product_name` and price of each menu item.
3537

@@ -39,7 +41,7 @@ The `menu` table maps the `product_id` to the actual `product_name` and price of
3941
| 2 | curry | 15 |
4042
| 3 | ramen | 12 |
4143

42-
## Table 3: `members`
44+
### Table 3: `members`
4345

4446
The final members table captures the `join_date` when a `customer_id` joined the beta version of the Danny’s Diner loyalty program.
4547

0 commit comments

Comments
 (0)