Baselight

Chick-fil-a Data, Locations, And Sandwich Prices

Can the chicken sandwich prices at Chick-fil-a be predicted?

@kaggle.robertm256_chick_fil_a_data_locations_and_sandwich_prices

Chickfiladata
@kaggle.robertm256_chick_fil_a_data_locations_and_sandwich_prices.chickfiladata

  • 68.72 KB
  • 2990 rows
  • 12 columns
id

Id

state

State

location

Location

mobile_orders

Mobile Orders

catering

Catering

pickup

Pickup

delivery

Delivery

wifi

WiFi

playground

Playground

breakfast_served

Breakfast Served

drive_thru

Drive-thru

cost_of_chicken_sandwich

Cost Of Chicken Sandwich

al5 Points In-Linetruetruetruetruetruetruetrue4.99
1alAirport Blvd (AL)truetruetruetruetruetruetruetrue4.79
2alAlabama A&M Universitytrue
3alAlabama Power
4alAlabama State Universitytrue
5alAlabastertruetruetruetruetruetrue4.75
6alAlexander City [AL]truetruetruetruetruetruetruetrue4.75
7alAnn Streettruetruetruetruetruetruetruetrue4.75
8alAthens (AL)truetruetruetruetruetrue
9alAuburn In-Line DTtruetruetruetruetruetruetrue4.75

CREATE TABLE chickfiladata (
  "id" BIGINT,
  "state" VARCHAR,
  "location" VARCHAR,
  "mobile_orders" BOOLEAN,
  "catering" BOOLEAN,
  "pickup" BOOLEAN,
  "delivery" BOOLEAN,
  "wifi" BOOLEAN,
  "playground" BOOLEAN,
  "breakfast_served" BOOLEAN,
  "drive_thru" BOOLEAN,
  "cost_of_chicken_sandwich" DOUBLE
);

Share link

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