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
Can the chicken sandwich prices at Chick-fil-a be predicted?
@kaggle.robertm256_chick_fil_a_data_locations_and_sandwich_prices
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
);
Anyone who has the link will be able to view this.