Baselight

🍣Sushi - 🍽️Food

Over 1500 Sushi Toppings and Seasonal Terms

@kaggle.yutodennou_seasonal_sushi

Loading...
Loading...

About this Dataset

🍣Sushi - 🍽️Food

I'm summarizing a loooot of sushi toppings and seasonal terms😋

I really welcome to know any datasets about sushi.
When you go to sushi restaurants, check the seasonals:)

Files

  1. Sushi names and toppings and seasonal months
    sushi.csv
  2. Over 1500 sushi topping names
    sushi_neta_name.csv

Tables

Sushi

@kaggle.yutodennou_seasonal_sushi.sushi
  • 14.59 KB
  • 99 rows
  • 17 columns
Loading...

CREATE TABLE sushi (
  "id" BIGINT,
  "name_ja" VARCHAR,
  "name_en" VARCHAR,
  "category" VARCHAR,
  "order" VARCHAR,
  "january" BIGINT,
  "february" BIGINT,
  "march" BIGINT,
  "april" BIGINT,
  "may" BIGINT,
  "june" BIGINT,
  "july" BIGINT,
  "august" BIGINT,
  "september" BIGINT,
  "october" BIGINT,
  "november" BIGINT,
  "december" BIGINT
);

Share link

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