All Projects → jasdumas → ttbbeer

jasdumas / ttbbeer

Licence: other
An R Dataset Package for US Beer Statistics From TTB 🍺

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to ttbbeer

heidi
heidi : tidy data in Haskell
Stars: ✭ 24 (+4.35%)
Mutual labels:  data-analysis
hnn
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
Stars: ✭ 62 (+169.57%)
Mutual labels:  data-analysis
dsr
Introduction to Data Science with R (2017)
Stars: ✭ 25 (+8.7%)
Mutual labels:  data-analysis
Data-Science-Resources
A guide to getting started with Data Science and ML.
Stars: ✭ 17 (-26.09%)
Mutual labels:  data-analysis
python-notebooks
A collection of Jupyter Notebooks used in conferences or just to have some snippets.
Stars: ✭ 14 (-39.13%)
Mutual labels:  data-analysis
transbigdata
A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.
Stars: ✭ 195 (+747.83%)
Mutual labels:  data-analysis
mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (+26.09%)
Mutual labels:  data-analysis
architect big data solutions with spark
code, labs and lectures for the course
Stars: ✭ 40 (+73.91%)
Mutual labels:  data-analysis
copulae
Multivariate data modelling with Copulas in Python
Stars: ✭ 96 (+317.39%)
Mutual labels:  data-analysis
dask-awkward
Native Dask collection for awkward arrays, and the library to use it.
Stars: ✭ 25 (+8.7%)
Mutual labels:  data-analysis
nebula
A distributed block-based data storage and compute engine
Stars: ✭ 127 (+452.17%)
Mutual labels:  data-analysis
spectrochempy
SpectroChemPy is a framework for processing, analyzing and modeling spectroscopic data for chemistry with Python
Stars: ✭ 34 (+47.83%)
Mutual labels:  data-analysis
antz
ANTz immersive 3D data visualization engine
Stars: ✭ 25 (+8.7%)
Mutual labels:  data-analysis
Datscan
DatScan is an initiative to build an open-source CMS that will have the capability to solve any problem using data Analysis just with the help of various modules and a vast standardized module library
Stars: ✭ 13 (-43.48%)
Mutual labels:  data-analysis
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (+108.7%)
Mutual labels:  data-analysis
CC33Z
Curso de Ciência da Computação
Stars: ✭ 50 (+117.39%)
Mutual labels:  data-analysis
pandas-workshop
An introductory workshop on pandas with notebooks and exercises for following along.
Stars: ✭ 161 (+600%)
Mutual labels:  data-analysis
IndexedTables.jl
Flexible tables with ordered indices
Stars: ✭ 108 (+369.57%)
Mutual labels:  data-analysis
ipaddress
Data analysis of IP addresses and networks
Stars: ✭ 20 (-13.04%)
Mutual labels:  data-analysis
data-analysis
金融市场与体育彩券市场 --- 数据分析与量化交易
Stars: ✭ 73 (+217.39%)
Mutual labels:  data-analysis

Rdoc

ttbbeer

An R data package of beer statistics from U.S. Department of the Treasury, Alcohol and Tobacco Tax and Trade Bureau (TTB)

This package provides the one data set for materials used at U.S. breweries as listed in the Beer Monthly Statistical Releases, and eight data sets for historical tax rates of distilled spirits, wine, beer, champagne, and tobacco.

The motivation behind this package was to provide analysis-ready data sets as the original data for the beermaterials is in PDF format which can be difficult to read into R, given the small ecosystem of PDF parsing R packages such as: tm, and tabulizer. Other goals of this package are to provide more data sets to the R ecosystem for beer analytics from open government data portals.

How to install this package?

To install the package type the following:

install.packages("ttbbeer")
library("ttbbeer")

Or you can install the development version from Github:

library(devtools)
install_github("jasdumas/ttbbeer")
library(ttbbeer)

How to use this package?

The components of the package are a data set called beermaterials which includes the materials used by U.S. breweries during beer production as reported on a monthly basis to the U.S. Department of the Treasury, Alcohol and Tobacco Tax and Trade Bureau (TTB) from 2006 to 2015. The other components of this package include eight data sets depicting the historical tax rate of distilled spirits, wine, beer, champagne, and tobacco.

Several different types of data analysis projects can be conducted by using this data such as: Exploratory Data Analysis, and Time Series Analysis. The intended audience of this data is everyone but especially for those interested in open government data or beer analytics.

data("beermaterials")
data("artificialcarbontax")
data("champagnetax")
data("spirittax")
data("winetax14")
data("winetax1421")
data("winetax2124")
data("beertax")
data("tobaccotax")

This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Contact

Package Author: Jasmine Daly @jasdumas | jasdumas.github.io | [Package Wiki](https://github.com/jasdumas/ttbbeer/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].