This dataset, jpn_manga_hafu_df, is a data frame containing information on half-caste manga characters. It includes attributes such as the year of publication, manga series, character name, gender, parental origin, and physical traits like eye and hair color.
data(jpn_manga_hafu_df)A data frame with 296 observations and 9 variables:
Year of publication (integer)
Manga series name (factor)
Character name (factor)
Gender of the character (factor)
Father's origin (factor)
Mother's origin (factor)
Eye color (factor)
Hair color (factor)
Additional notes about the character (factor)
The dataset name has been kept as 'jpn_manga_hafu_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.