Skip to contents

This dataset, japan_universities_tbl_df, is a tibble containing comprehensive data about 813 universities in Japan. It includes information such as the university name (in English and Japanese), location, type, year founded, number of faculties and departments, availability of graduate and remote programs, and difficulty and review metrics. The dataset preserves the original structure from its source on Kaggle.

Usage

data(japan_universities_tbl_df)

Format

A tibble with 813 observations and 22 variables:

...1

Index column (numeric)

code

University code (character)

name

University name in English (character)

name_jp

University name in Japanese (character)

type

Type of university (e.g., Public, Private) (character)

type_jp

Type of university in Japanese (character)

address

Full address of the university (character)

postal_code

Postal code (character)

phone

Contact phone number (character)

state

Name of the prefecture or region in English (character)

state_jp

Name of the prefecture or region in Japanese (character)

latitude

Latitude coordinate (numeric)

longitude

Longitude coordinate (numeric)

found

Year the university was founded (character)

faculty_count

Number of faculties (numeric)

department_count

Number of departments (numeric)

has_grad

Whether the university has graduate programs (logical)

has_remote

Whether the university offers remote programs (logical)

review_rating

Average user review rating (numeric)

review_count

Number of user reviews (numeric)

difficulty_SD

Standard deviation of difficulty ratings (numeric)

difficulty_rank

Relative difficulty rank (character)

Details

The dataset name has been kept as 'japan_universities_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.