Craft Beers Dataset
2K+ craft canned beers from the US and 500+ breweries in the United States.
@kaggle.nickhould_craft_cans
2K+ craft canned beers from the US and 500+ breweries in the United States.
@kaggle.nickhould_craft_cans
CREATE TABLE beers (
"unnamed_0" BIGINT,
"abv" DOUBLE,
"ibu" DOUBLE,
"id" BIGINT,
"name" VARCHAR,
"style" VARCHAR,
"brewery_id" BIGINT,
"ounces" DOUBLE
);
CREATE TABLE breweries (
"unnamed_0" BIGINT,
"name" VARCHAR,
"city" VARCHAR,
"state" VARCHAR
);
Anyone who has the link will be able to view this.