Baselight

Restaurants & Members & Orders Dataset

Restaurant members and order details

@kaggle.vainero_restaurants_customers_orders_dataset

Restaurants
@kaggle.vainero_restaurants_customers_orders_dataset.restaurants

  • 4.6 KB
  • 30 rows
  • 5 columns
id

Id

restaurant_name

Restaurant Name

restaurant_type_id

Restaurant Type Id

income_persentage

Income Persentage

city_id

City Id

1Restaurant 130.0753
2Restaurant 250.13
3Restaurant 320.0754
4Restaurant 440.14
5Restaurant 550.052
6Restaurant 610.052
7Restaurant 710.14
8Restaurant 820.0755
9Restaurant 910.0754
10Restaurant 1040.12

CREATE TABLE restaurants (
  "id" BIGINT,
  "restaurant_name" VARCHAR,
  "restaurant_type_id" BIGINT,
  "income_persentage" DOUBLE,
  "city_id" BIGINT
);

Share link

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