Restaurant Revenue Prediction Dataset
A dataset about restaurant
@kaggle.anthonytherrien_restaurant_revenue_prediction_dataset
A dataset about restaurant
@kaggle.anthonytherrien_restaurant_revenue_prediction_dataset
CREATE TABLE restaurant_data (
"name" VARCHAR,
"location" VARCHAR,
"cuisine" VARCHAR,
"rating" DOUBLE,
"seating_capacity" BIGINT,
"average_meal_price" DOUBLE,
"marketing_budget" BIGINT,
"social_media_followers" BIGINT,
"chef_experience_years" BIGINT,
"number_of_reviews" BIGINT,
"avg_review_length" DOUBLE,
"ambience_score" DOUBLE,
"service_quality_score" DOUBLE,
"parking_availability" VARCHAR,
"weekend_reservations" BIGINT,
"weekday_reservations" BIGINT,
"revenue" DOUBLE
);
Anyone who has the link will be able to view this.