Skip to contents

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.

Usage

data(japanese_whisky_tbl_df)

Format

A tibble with 1,130 observations and 5 variables:

...1

Index column (numeric)

Bottle_name

Name of the whisky bottle (character)

Brand

Brand of the whisky (character)

Title

Title of the review (character)

Review_Content

Full text content of the review (character)

Details

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.