Baselight

Craft Beers Dataset

2K+ craft canned beers from the US and 500+ breweries in the United States.

@kaggle.nickhould_craft_cans

Loading...
Loading...

About this Dataset

Craft Beers Dataset

Context

It's a great time to be a craft beer fan in the U.S.! There are a ton of beer styles and brands to choose from and breweries have become very successful in the last several years. Breweries owe it all to beer lovers around the world! This dataset contains a list of 2,410 US craft beers and 510 US breweries. The beers and breweries are linked together by the "id". This data was collected in January 2017 from CraftCans.com. The dataset is an a tidy format and values have been cleaned up for your enjoyment.

Content

beers.csv - Contains data on 2000+ craft canned beers

breweries.csv - Contains data for 500+ breweries in the United States

Acknowledgements

If you are interested in learning more about how this dataset was acquired, I wrote an extensive blogpost about it http://www.jeannicholashould.com/python-web-scraping-tutorial-for-craft-beers.html.

Inspiration

Can you predict the beer type from the characteristics provided in the dataset?

What is the most popular beer in North Dakota?

Enjoy!

Tables

Beers

@kaggle.nickhould_craft_cans.beers
  • 77.63 KB
  • 2410 rows
  • 8 columns
Loading...

CREATE TABLE beers (
  "unnamed_0" BIGINT,
  "abv" DOUBLE,
  "ibu" DOUBLE,
  "id" BIGINT,
  "name" VARCHAR,
  "style" VARCHAR,
  "brewery_id" BIGINT,
  "ounces" DOUBLE
);

Breweries

@kaggle.nickhould_craft_cans.breweries
  • 19.12 KB
  • 558 rows
  • 4 columns
Loading...

CREATE TABLE breweries (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR
);

Share link

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