Skip to contents

This dataset, bali_tourism_tbl_df, is a tibble containing information on 34 popular tourist destinations in Bali, Indonesia, as of 2022. It includes variables on place names, locations, coordinates, Google Maps ratings, review counts, sources, descriptions, and approximate tourism or visitor fees in USD. The dataset preserves the original structure from its source on Kaggle.

Usage

data(bali_tourism_tbl_df)

Format

A tibble with 34 observations and 8 variables:

Place

Name of the tourist destination (character)

Location

General location or area of the destination (character)

Coordinate

Geographic coordinates of the destination (character)

Google Maps Rating

Average rating from Google Maps (numeric)

Google Reviews (Count)

Number of reviews on Google Maps (numeric)

Source

Source of the information about the destination (character)

Description

Brief description of the tourist destination (character)

Tourism/Visitor Fee (approx in USD)

Approximate fee for tourists or visitors, in USD (character)

Details

The dataset name has been kept as 'bali_tourism_tbl_df' to maintain consistency with the naming conventions in the IndonesiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.