This dataset, seishu_wine_df, is a data frame containing data from a study on wine. The study records the odor and taste of wines, with the aim of explaining these characteristics through various chemical properties such as pH concentration, alcohol content, total sugar, and others.
data(seishu_wine_df)A data frame with 30 observations and 10 variables:
Taste rating of the wine (numeric)
Odor rating of the wine (numeric)
pH concentration (numeric)
First acidity measurement (numeric)
Second acidity measurement (numeric)
Sake meter value (numeric)
Direct reducing sugar content (numeric)
Total sugar content (numeric)
Alcohol content (numeric)
Formyl nitrogen content (numeric)
The dataset name has been kept as 'seishu_wine_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.