Baselight

Market Sales Data

The Supermarket Sales Dataset provides a comprehensive.

@kaggle.willianoliveiragibin_market_sales_data

Supermarket Sales New
@kaggle.willianoliveiragibin_market_sales_data.supermarket_sales_new

  • 31.63 KB
  • 1000 rows
  • 9 columns
gender

Gender

invoice_id

Invoice ID

branch

Branch

city

City

customer_type

Customer Type

product_line

Product Line

unit_price

Unit Price

quantity

Quantity

tax_5

Tax 5%

Female750-67-8428AYangonMemberHealth and beauty74.697261.415
Female226-31-3081CNaypyitawNormalElectronic accessories15.2853.82
Female355-53-5943AYangonMemberElectronic accessories68.84620.652
Female315-22-5665CNaypyitawNormalHome and lifestyle73.561036.78
Female665-32-9167AYangonMemberHealth and beauty36.2623.626
Female692-92-5582BMandalayMemberFood and beverages54.8438.226
Female351-62-0822BMandalayMemberFashion accessories14.4842.896
Female365-64-0515AYangonNormalElectronic accessories46.95511.7375
Female829-34-3910AYangonNormalHealth and beauty71.381035.69
Female299-46-1805BMandalayMemberSports and travel93.72628.116

CREATE TABLE supermarket_sales_new (
  "gender" VARCHAR,
  "invoice_id" VARCHAR,
  "branch" VARCHAR,
  "city" VARCHAR,
  "customer_type" VARCHAR,
  "product_line" VARCHAR,
  "unit_price" DOUBLE,
  "quantity" BIGINT,
  "tax_5" DOUBLE
);

Share link

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