Baselight

Supermarket Store Branches Sales Analysis

Analyzing Stores sales and its dependence on stores area and daily customercount

@kaggle.surajjha101_stores_area_and_sales_data

Stores
@kaggle.surajjha101_stores_area_and_sales_data.stores

  • 21.9 KB
  • 896 rows
  • 5 columns
store_id

Store ID

store_area

Store Area

items_available

Items Available

daily_customer_count

Daily Customer Count

store_sales

Store Sales

11659196153066490
21461175221039820
31340160972054010
41451174862053730
51770211145046620
61442173376045260
715421858103072240
812611507102037720
91090132168046310
1010301235113044150

CREATE TABLE stores (
  "store_id" BIGINT,
  "store_area" BIGINT,
  "items_available" BIGINT,
  "daily_customer_count" BIGINT,
  "store_sales" BIGINT
);

Share link

Anyone who has the link will be able to view this.