top100name_year_df | R Documentation |
This dataset, top100name_year_df, is a data frame containing the top 100 given names in China across six birth cohorts: 1950, 1960, 1970, 1980, 1990, and 2000. It includes rankings and frequencies for all individuals, as well as separately for males and females. The dataset provides insights into naming trends and gender differences over time.
data(top100name_year_df)
A data frame with 100 observations and 37 variables:
Ranking from 1 to 100 (numeric)
Most common name (all genders) in 1950 (character)
Most common name (all genders) in 1960 (character)
Most common name (all genders) in 1970 (character)
Most common name (all genders) in 1980 (character)
Most common name (all genders) in 1990 (character)
Most common name (all genders) in 2000 (character)
Number of people with the name in 1950 (numeric)
Number of people with the name in 1960 (numeric)
Number of people with the name in 1970 (numeric)
Number of people with the name in 1980 (numeric)
Number of people with the name in 1990 (numeric)
Number of people with the name in 2000 (numeric)
Most common male name in 1950 (character)
Most common male name in 1960 (character)
Most common male name in 1970 (character)
Most common male name in 1980 (character)
Most common male name in 1990 (character)
Most common male name in 2000 (character)
Number of males with the name in 1950 (numeric)
Number of males with the name in 1960 (numeric)
Number of males with the name in 1970 (numeric)
Number of males with the name in 1980 (numeric)
Number of males with the name in 1990 (numeric)
Number of males with the name in 2000 (numeric)
Most common female name in 1950 (character)
Most common female name in 1960 (character)
Most common female name in 1970 (character)
Most common female name in 1980 (character)
Most common female name in 1990 (character)
Most common female name in 2000 (character)
Number of females with the name in 1950 (numeric)
Number of females with the name in 1960 (numeric)
Number of females with the name in 1970 (numeric)
Number of females with the name in 1980 (numeric)
Number of females with the name in 1990 (numeric)
Number of females with the name in 2000 (numeric)
The dataset name has been kept as 'top100name_year_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs 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.
Data taken from the ChineseNames package version 2023.8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.