This dataset, japanese_whisky_tbl_df, is a tibble containing over 1,000 reviews of Japanese whisky. The dataset includes the bottle name, brand, review title, and full review content. The dataset preserves the original structure from its source on Kaggle.
data(japanese_whisky_tbl_df)A tibble with 1,130 observations and 5 variables:
Index column (numeric)
Name of the whisky bottle (character)
Brand of the whisky (character)
Title of the review (character)
Full text content of the review (character)
The dataset name has been kept as 'japanese_whisky_tbl_df' to maintain consistency with the naming conventions in the JapanAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.