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 location (
"index" BIGINT,
"location" VARCHAR,
"density" BIGINT,
"rent" BIGINT,
"rate" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.