Created
June 7, 2022 19:03
-
-
Save prmoore77/2cdd7e12e31b8f65ee476c5caf14288a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product_level_name | product_node_name | sum_sales_amount | sum_unit_quantity | distinct_customer_count | count_of_fact_records | |
---|---|---|---|---|---|---|
Total Products | All Products | 33.000 | 24.000 | 5 | 8 | |
-------Category | -------Candy | 23.000 | 8.000 | 3 | 3 | |
--------------UPC | --------------Hershey Bar | 18.000 | 6.000 | 2 | 2 | |
--------------UPC | --------------Nerds | 5.000 | 2.000 | 1 | 1 | |
-------Category | -------Produce | 10.000 | 16.000 | 3 | 5 | |
--------------UPC | --------------Spinach | 8.000 | 14.000 | 2 | 4 | |
--------------UPC | --------------Tomatoes | 2.000 | 2.000 | 1 | 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment