Baselight

Craft Beers

2400 craft beers from over 1400 US micro breweries

@kaggle.joebeachcapital_craft_beers

Loading...
Loading...

About this Dataset

Craft Beers

Over 2400 craft beers from all over the US.

Can you predict what style of beer based on the other features?
What's the most popular beer in Oregon?

  • beers.csv - Contains data on 2400+ craft beers
  • breweries.csv - Contains data for 1400+ breweries in the United States
  • breweries_geocode.csv - Contains latitude and longitude coordinates for each brewery
  • categories.csv - Contains the 11 categories of beer
  • styles.csv - Contains the style name for each beer

Tables

Beers

@kaggle.joebeachcapital_craft_beers.beers
  • 163.26 KB
  • 2410 rows
  • 15 columns
Loading...

CREATE TABLE beers (
  "unnamed_0" BIGINT,
  "count_x" BIGINT,
  "abv" DOUBLE,
  "ibu" DOUBLE,
  "id" BIGINT,
  "beer" VARCHAR,
  "style" VARCHAR,
  "brewery_id" BIGINT,
  "ounces" DOUBLE,
  "style2" VARCHAR,
  "count_y" BIGINT,
  "brewery" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "label" VARCHAR
);

Breweries

@kaggle.joebeachcapital_craft_beers.breweries
  • 184.52 KB
  • 1414 rows
  • 13 columns
Loading...

CREATE TABLE breweries (
  "id" BIGINT,
  "name" VARCHAR,
  "address1" VARCHAR,
  "address2" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "code" VARCHAR,
  "country" VARCHAR,
  "phone" VARCHAR,
  "website" VARCHAR,
  "filepath" VARCHAR,
  "descript" VARCHAR,
  "last_mod" TIMESTAMP
);

Breweries Geocode

@kaggle.joebeachcapital_craft_beers.breweries_geocode
  • 39.54 KB
  • 1304 rows
  • 5 columns
Loading...

CREATE TABLE breweries_geocode (
  "id" BIGINT,
  "brewery_id" BIGINT,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "accuracy" VARCHAR
);

Categories

@kaggle.joebeachcapital_craft_beers.categories
  • 2.98 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE categories (
  "id" BIGINT,
  "cat_name" VARCHAR,
  "last_mod" TIMESTAMP
);

Styles

@kaggle.joebeachcapital_craft_beers.styles
  • 7.34 KB
  • 141 rows
  • 4 columns
Loading...

CREATE TABLE styles (
  "id" BIGINT,
  "cat_id" BIGINT,
  "style_name" VARCHAR,
  "last_mod" TIMESTAMP
);

Share link

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