Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfmcclure/beeranalysis
Beer Ratings/Review Webscraping and Analysis
https://github.com/nfmcclure/beeranalysis
beer beer-rating beer-statistics
Last synced: 19 days ago
JSON representation
Beer Ratings/Review Webscraping and Analysis
- Host: GitHub
- URL: https://github.com/nfmcclure/beeranalysis
- Owner: nfmcclure
- Created: 2014-02-16T19:27:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T22:33:02.000Z (about 9 years ago)
- Last Synced: 2024-10-29T20:50:56.350Z (2 months ago)
- Topics: beer, beer-rating, beer-statistics
- Language: R
- Size: 4.79 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BeerAnalysis
============Beer Rating/Review Webscraping and Analysis
This repo contains my R code to scrape beer advocate.com for beer reviews and ratings.
Files:
============
1) BeerScraper.R - This R file retrieves the beer information (patience, lots of info to get).2) beer_data_1.Rdata - This is the Rworkspace that contains the finished data (about 73k reviews of 250 beers). This was retrieved January, 2014.
3) Trend_Analysis.R - This R file analyzes trends in beer ratings. The first trend to report on is the seasonality of bitter beers.
Future Commits:
=============
-Reccomendation Engines
-Keyword analysis for top beers from reviews
-Other ideas?