Zomato Bangalore Data (Clean)
The original Zomato dataset, but cleaned. Yes, no redundancies.
@kaggle.saranimje_zomato_data_clean
The original Zomato dataset, but cleaned. Yes, no redundancies.
@kaggle.saranimje_zomato_data_clean
CREATE TABLE onlinedeliverydata (
"age" BIGINT,
"gender" VARCHAR,
"marital_status" VARCHAR,
"occupation" VARCHAR,
"monthly_income" VARCHAR,
"educational_qualifications" VARCHAR,
"family_size" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"pin_code" BIGINT,
"medium_p1" VARCHAR,
"medium_p2" VARCHAR,
"meal_p1" VARCHAR,
"meal_p2" VARCHAR,
"perference_p1" VARCHAR,
"perference_p2" VARCHAR,
"ease_and_convenient" VARCHAR,
"time_saving" VARCHAR,
"more_restaurant_choices" VARCHAR,
"easy_payment_option" VARCHAR,
"more_offers_and_discount" VARCHAR,
"good_food_quality" VARCHAR,
"good_tracking_system" VARCHAR,
"self_cooking" VARCHAR,
"health_concern" VARCHAR,
"late_delivery" VARCHAR,
"poor_hygiene" VARCHAR,
"bad_past_experience" VARCHAR,
"unavailability" VARCHAR,
"unaffordable" VARCHAR,
"long_delivery_time" VARCHAR,
"delay_of_delivery_person_getting_assigned" VARCHAR,
"delay_of_delivery_person_picking_up_food" VARCHAR,
"wrong_order_delivered" VARCHAR,
"missing_item" VARCHAR,
"order_placed_by_mistake" VARCHAR,
"influence_of_time" VARCHAR,
"order_time" VARCHAR,
"maximum_wait_time" VARCHAR,
"residence_in_busy_location" VARCHAR,
"google_maps_accuracy" VARCHAR,
"good_road_condition" VARCHAR,
"low_quantity_low_time" VARCHAR,
"delivery_person_ability" VARCHAR,
"influence_of_rating" VARCHAR,
"less_delivery_time" VARCHAR,
"high_quality_of_package" VARCHAR,
"number_of_calls" VARCHAR,
"politeness" VARCHAR,
"freshness" VARCHAR,
"temperature" VARCHAR,
"good_taste" VARCHAR,
"good_quantity" VARCHAR,
"output" VARCHAR,
"reviews" VARCHAR
);
Anyone who has the link will be able to view this.