Race and ethnicity data for first, middle, and last names

Evan T. R. Rosenman Harvard Data Science Initiative, Harvard University Santiago Olivella Department of Political Science, University of North Carolina at Chapel Hill Kosuke Imai
Abstract

We provide the largest compiled publicly available dictionaries of first, middle, and last names for the purpose of imputing race and ethnicity using, for example, Bayesian Improved Surname Geocoding (BISG). The dictionaries are based on the voter files of six Southern states that collect self-reported racial data upon voter registration. Our data cover a much larger scope of names than any comparable dataset, containing roughly one million first names, 1.1 million middle names, and 1.4 million surnames. Individuals are categorized into five mutually exclusive racial and ethnic groups — White, Black, Hispanic, Asian, and Other — and racial/ethnic counts by name are provided for every name in each dictionary. Counts can then be normalized row-wise or column-wise to obtain conditional probabilities of race given name or name given race. These conditional probabilities can then be deployed for imputation in a data analytic task for which ground truth racial and ethnic data is not available.

Background & Summary

In the absence of ground truth data, researchers frequently seek to predict the race and ethnicity of individuals. Such prediction tasks are essential for identifying racial disparities in areas such as housing, public health, and political participation. Because researchers often have access to information about individuals’ names and addresses, many modern approaches typically utilize these data to make informed predictions about individual race. A leading methodology is Bayesian Improved Surname Geocoding (BISG), which uses Bayes’ rule to obtain predictions about an individual’s race by combining Census-derived race-name distributions with the decennial Census counts for certain geographical units such as Census blocks [1, 2, 3, 4]. BISG has been deployed in studies on racial disparities in policing [5], eviction [6], and voter turnout [7].

The validity of BISG and similar methodologies is, however, reliant on accurate estimates of the race-name relationship, operationalized as either the conditional probabilities of race given name or the conditioal probabilities of name given race. A commonly-used BISG implementation, including the R package WRU [8], combines two U.S. Census datasets to estimate these distributions for surnames. The first is the Census Bureau’s surname list, which provides the racial distribution of surnames appearing at least 100 times. The 2010 version of this list contains about 160,000 names, covering approximately 90% of the population [4]. The second source is the Census’s Spanish surname list, which contains roughly 12,000 common Hispanic surnames, approximately half of which are not in the Census surname list. These lists can still fail to contain the surnames of disproportionately large subsets of minority populations, especially Asian Americans [9]. Other resources for race-name distributions [10] suffer from similar challenges in terms of coverage.

Our new dataset, available in the Harvard Dataverse [11], substantially enhances the available data for estimating race-name distributions. We make use of voter files from six states in the American South which collect data about voters’ self-reported race and ethnicity. The six states are: Alabama, Florida, Georgia, Louisiana, North Carolina, and South Carolina. The voter files — a compendium of all registered voters in a given state at a given time — are sourced from L2, Inc., a leading national non-partisan firm and the oldest organization in the United States that supplies voter data and related technology to candidates, political parties, pollsters, and consultants for use in campaigns. We consider recent voter files in each state, comprising nearly 38 million total registered voters across the six states. More than 90% of voters provide self-reported race information — data that is widely accepted as a standard for ground truth [10]. These datasets allow us to compile rich dictionaries mapping first, middle, and last names to their empirical frequencies by race: the first name dictionary contains just shy of one million unique names; the middle name dictionary contains roughly 1.1 million names; and the last name dictionary contains 1.4 million unique names. From these data, researchers can use row-wise or column-wise normalization to obtain conditional probabilities of name given race or conditional probabilities of race given name.

In a separate paper [9], we demonstrate the practical utility of this data enhancement, which is now incorporated into the latest version of WRU. We analyzed the voter file data from the aforementioned Southern states, using a leave-one-out approach to assess how the additional data improves the out-of-sample predictive accuracy while maintaining a high calibration of predicted probabilities. Using the standard BISG procedure with the additional name data, and assigning each individual to their maximum a posteriori class prediction, we achieved a misclassification rate of 13.2%. This represented a significant improvement over the error rate of 16.7% achieved using only the surname data sourced rom the census. We also found that particularly substantial improvements were made for racial minorities. This led us to believe that our data, if made publicly available, could benefit other researchers by improving the accuracy of individual race predictions.

Methods

Voter Files

Voter files for all six U.S. Southern states were sourced from L2, Inc. The voter files were dated between October 2020 and February 2021. A summary of the relevant data for each state can be found in Table 1. We find that self-reported racial data was listed on the file for the overwhelming majority of voters across states. For Florida, Georgia, and North Carolina, approximately 3.7%, 8.5%, and 10.5% of registered voters do not have self-reported race.

While every Southern state is majority White, each has a large Black population, ranging from 14% to 31% of the total population of registered voters in the state. There are relatively fewer Hispanic voters in the South, with such voters comprising a large proportion of the population in Florida (18%), but less than 5% in all other states. The Asian proportion of the population is even smaller, ranging from less than 1% of the population (Alabama) to nearly 3% (Georgia). Even for racial groups that comprise a small proportion of the population, these files provide full name and self-reported racial data for hundreds of thousands of voters.

State
Date
Sourced
Total # of Reg
Voters (Million)
% White % Black % Hispanic % Asian % Other % No Race
Alabama 02/07/21 3.5 69.5 26.9 1.2 0.7 1.1 0.6
Florida 02/07/21 14.2 60.6 13.7 17.8 2.1 2.1 3.7
Georgia 02/07/21 7.1 52.7 30.3 3.7 2.7 2.2 8.5
Louisiana 01/26/21 3.0 63.0 31.3 1.6 1.0 3.1 0.0
North Carolina 02/07/21 6.7 62.7 20.2 3.0 1.4 2.2 10.5
South Carolina 10/05/20 3.3 69.0 27.0 1.8 1.1 1.0 0.1
Total 37.8 61.2 21.8 8.3 1.8 2.0 4.9
Table 1: Aggregate racial distributions for voter files in each state.

Data Processing

Data processing for first and middle names was minimal. For each name type, name tallies by race were computed by iterating through the file. Voters were categorized into five racial groups — White, Black, Hispanic, Asian, and Other — based on self-reported racial data. Each of these categories maps directly to categories reported on the L2-sourced voter file, with the exception of the Other category, which is an amalgam of the Native American and Other categories on the file.

Note that the L2-sourced file incorporates some post-processing on top of the base voter file. While states often collect race and ethnicity data separately — such that individuals may identify as, e.g., both Black and Hispanic — L2 collapses these categorizations into a single field. Using a fairly standard convention [10], Hispanic voters are grouped into a single category regardless of race, while non-Hispanic voters are identified with their self-reported racial category.

Once the name tallies were obtained, names were cast to uppercase. A small number of names that contained fully non-ASCII characters were collapsed into a NULL category that is also included in the dictionaries. While a NULL first name is quite rare, a NULL middle name is quite common, as many individuals have only a first name and a surname. The final dictionaries provide a rich detail about race-name distributions. Our first name dictionary contains roughly 993,000 unique names, while our middle name dictionary contains 1.09 million unique names and our last name dictionary contains 1.42 million unique names. These data can be normalized column-wise to generate conditional probabilities , and also row-wise, to generate conditional probabilities . These conditional probabilities can then be deployed for any race prediction task.

Potential Discrepancies: Voter files vs. U.S. Population

Our goal is to provide a dataset that reasonably captures name-race distributions for the United States population. However, our data incorporates two plausible sources of bias. First, our data is drawn only from the population of registered voters. Aside from the standard restrictions that voters be U.S. citizens and over the age of 18, there are considerable demographic differences between the populations of registered voters and nonvoters [12].

Nonetheless, under the following assumption, the conditional distribution of race given name is identical between registered voters and nonvoters.

Assumption 1.a

Conditional on name , the individual’s race and voter registration status are independent. That is,

This assumption is violated if, for example, Black and white voters with an identical surname have different propensities to register to vote. Alternatively, our data can also be used to obtain the conditional probabilities of race given name if the following assumption holds:

Assumption 1.b

Conditional on the race of an individual , the individual’s name and voter registration status are independent. That is,

The assumption is violated, for example, if Black voters with different surnames have varying propensities to register. If either Assumption 1.a or 1.b is satisfied, researchers can reliably use our data in combination with the Census name data to obtain relevant conditional probabilities through one of the BISG formulae.

The second source of plausible bias is geographic: our data is drawn from only six states, whose demographics differ from those of the entire country. We can quantify the discrepancies between our sample and the broader American population on the measure of race and ethnicity. Among the roughly 36 million individuals whose races are provided in the voter files, approximately 64% identify as White, 23% as Black, 9% as Hispanic, 2% as Asian, and 2% are in the “Other” category. While the proportion of White Americans in our sample roughly matches the national population, Hispanic and Asian Americans are severely underrepresented, and Black Americans are modestly overrepresented [13].

Like the potential selection bias due to voter registration discussed above, however, what matters is whether the conditional (rather than marginal) probabilities match those derived from the target national population. In particular, the relevant conditional probabilities remain valid so long as one of the following two assumptions holds,

Assumption 2.a

Conditional on name , the individual’s race and voter geolocation are independent. That is,

Assumption 2.b

Conditional on the race of an individual , the individual’s name and geolocation are independent.

Assumption 2.a is violated if, for instance, two Hispanic and Black voters who share the same surname are systematically inclined to live in different places. In turn, Assumption 2.b would fail to hold if, for example, knowing the first name of two White voters could help us predict their place of residence.

Although fully verifying these assumptions is impossible, we can evaluate their plausibility by comparing conditional distributions derived from our data to those derived from other sources that have broader geographic and domain diversity.

Technical Validation

In this section, we empirically test whether these assumptions are plausible by comparing our data against other publicly available race-name dictionaries: one based on the U.S. Census, and another based on mortgage applications in the entire United States.

Comparison against Census surname list

We first link our last name dictionary to the 2010 Census surname list and compare the quantities and for each for every one of the linked names. The 2010 version of the surname list is used because the 2020 Census surname list has not yet been released. Of the 162,253 names on the 2010 Census surname list — representing all names that appeared more than 100 times in that census — we are able to link over 97% of them to entries in our last name dictionary. While the linked entries represent only 11% of the total names in our dictionary, they cover more than 90% of the 36 million individuals with a reported race in the voter files.

 values for each racial and ethnic group
Figure 1: values for each racial and ethnic group , computed for linked names via the census ( axis) and via the voter files ( axis). Data is coarsened such that each dot represents a 2% range along each axis. The dots’ opacity corresponds to the total number of voter file appearances for names that fall into each range.
 values for each racial and ethnic group
Figure 2: values for each racial and ethnic group , computed for linked names via the census ( axis) and via the voter files ( axis). Data is coarsened such that each dot represents a 2% range along each axis. The dots’ opacity corresponds to the total number of voter file appearances for names that fall into each range.

Figures 1 and 2 plot the comparisons. In Figure 1, the census distribution of is given on the -axis, whereas the voter file distribution of the probabilities is given on the -axis. The same holds for in Figure 2. For ease of visualization, we plot a coarsened version of the data, where the the opacity of each dot reflects the total number of voter file appearances of surnames that fall into that region of the plot. The weighted correlations reported on each plot are computed using all the data, with weights also corresponding to the frequency with which such names appear on the voter files. In solid blue, we plot simple smoothed trendlines, computed via a generalized additive model. The trendline is weighted by the number of appearances of a surname on the voter file. In dashed pink, we plot the 45-degree line, indicating perfect agreement between the two sets of conditional probabilities.

Figure 1 simultaneously assesses the plausibility of Assumptions 1.a and 2.a. Weighted correlations are 95% or higher for all racial and ethnic groups except for the “Other” category. This indicates that there is broad concordance between the census data and the voter file data. That is, surnames that the census finds to be strongly indicative of membership in a particular racial group are typically indicative of the same group membership in the voter file data. These high correlations provide evidence for the approximate validity of Assumptions 1.a and 2.a. The sole group for which strong concordance is not observed is the “Other” group, for which the weighted correlation falls to a much less impressive 52%. We are not surprised by this result, as the “Other” category is quite small and an amalgam of several smaller racial and ethnic groups. Further discussion of these discrepancies can be found in the Appendix.

Moreover, the best fit lines (plotted in solid blue) adhere closely to the 45-degree line (in dashed pink), indicating that while there may be some deviation from the census probabilities, there is little systematic bias. Conditional on name, we see almost no evidence that White and Hispanic individuals are over- or underrepresented in the voter files relative to the Census. We do see that, conditional on name, there is evidence of slight overrepresentation of Black and Other individuals in the voter files relative to the census, and modest underrepresentation of Asian individuals relative to the Census. Because these discrepancies mirror the relative over- and under-representations of these racial groups in the South relative to the United States, these trends likely indicate minor violations of Assumption 2.a. However, they could also partially be attributable to violations of Assumption 1.a, or to the temporal discrepancy when using 2010 Census probabilities to analyze 2020 voter files.

Figure 2 compares the conditional probabilities of last name given race between our data and the 2010 Census name list, and hence simultaneously asseses the plausibility of Assumptions 1.b and 2.b. For White, Black, Hispanic, and Other individuals, we see high correlation between the probabilities computed on the two datasets, and no evidence of systematic bias. For Asian Americans, the weighted correlation is still nearly , but it is notably lower than the other racial groups. Two outliers are visible on the righthand side of the plot, corresponding to two popular surnames — “Nguyen” and “Patel” — which drive down the correlation. These two names, which are common Vietnamese and Indian surnames, respectively, are more common among Asian individuals on the voter files than in the Census. This is almost certainly due to the fact that Vietnamese-Americans and Indian-Americans comprise a larger proportion of Asian Americans in the South than in the country at large [14, 15], inducing a modest violation of Assumption 2.b. We note that these data may not perform optimally when making predictions on Asian populations whose distribution of national origin differs markedly from that of Southern states, but we otherwise find that Assumptions 1.b and 2.b hold reasonably well in these data.

This validation study does not test the plausibility of assumptions among the roughly 1.2 million names in our surname dictionary that we are unable to link to the Census. The results, however, show that for the overwhelming majority of our voter file population — the 91% of individuals that can be linked to the census surname list — the required assumptions appear plausible.

Comparison against the first-name dataset from mortgage applications

We also compare our data against the database of first name racial distributions compiled by Tzioumis [10]. These data were created by merging three proprietary mortgage application datasets, drawn from applications submitted between 2007 and 2010. The lenders comply with requirements under the Home Mortgage Disclosure Act (HMDA), meaning that they collect self-reported race and ethnicity data about the applicants. The total sample size of first name observations is about 2.66 million, which is smaller than our voter file data of 36 million. After some careful processing steps, Tzioumis obtains a list of 4,250 names along with their corresponding race and ethnicity distributions.

We are interested in comparing against these data for several reasons. First, as far as we are aware, this is the sole database of first-name racial distributions that is publicly available. Second, Tzioumis directly cautions against using voter file data for the purposes of race imputation, writing:

In terms of voter registration data, the vast majority of states either do not have information on the race and ethnicity of the voters, or have restrictions on the use of the data, or both. Moreover, in terms of data integrity when combining data across states, there may be concerns as data maintenance and voter purge practices vary substantially across election boards

We echo Tzioumis in noting that the states which provide race data on their voter files often have different demographics than the broader U.S. population. However, our analysis in the prior section indicates that, once we focus on conditional distributions, the magnitude of this bias shrinks considerably.

Unfortunately, given the lack of Census first and middle name lists, we cannot directly verify the validity of our first and middle name lists. Nor can we examine the appropriateness of Tzioumis’ first name list. Thus, our comparison here is confined to the simple description of the differences between the two first-name data sets.

Of the 4,250 unique names on the mortgage application list, we are able to link all of them to entries in our first name dataset. The linked entries represent less than 0.5% of the total names in our dataset, reflecting the fact that our dictionary is significantly larger than the insurance names dictionary. Nonetheless, the linked entries cover 84.8% of the 36 million individuals from the voter files who report their race. This owes to the concentration of first names: the vast majority of individuals have a popular first name, while concentration is considerably lower for surnames [10].

The racial and ethnic categorization of the mortgage application data is quite similar to ours. In particular, self-identified Hispanics are unified into a single group, regardless of their listed race, while the White, Black, and Asian groups are defined as non-Hispanic members of those racial groups. Tzioumis provides two additional categories — American Indian (or Alaska Native (0.17% of observations) and Multi-race (0.16%) — that are not present in our categorization. For the purposes of comparison, we aggregate these two groups and compare them against our “Other” group (which comprises 2.1% of our sample).

In Figure 3, we plot the comparisons for , using an identical set-up to the census comparison. The mortgage application distribution of is given on the -axis and the voter file distribution of the probabilities is given on the -axis. We again report weighted correlations and provide a smoothed trendline via a generalized additive model.

 values for each racial and ethnic group
Figure 3: values for each racial and ethnic group , computed for linked names via the Tzioumis mortgage application data ( axis) and via the voter files ( axis). Data is coarsened such that each dot represents a 2% range along each axis. The dots’ opacity corresponds to the total number of voter file appearances for names that fall into each range.
 values for each racial and ethnic group
Figure 4: values for each racial and ethnic group , computed for linked names via the Tzioumis mortgage application data ( axis) and via the voter files ( axis). Data is coarsened such that each dot represents 2% of the range of each axis. The dots’ opacity corresponds to the total number of voter file appearances for names that fall into each range.

The comparison is instructive in a number of ways. Weighted correlations are reasonably high for all groups except the “Other” category, though they are much lower than in comparison with the Census surname list. Moreover, there appear to be somewhat pronounced systematic discrepancies between the racial distributions conditional on the name. The mortgage application data appears to assign considerably higher probabilities of being White or Asian than the voter file data, and considerably lower probabilities of being Black.

Aggregating the Tzioumis data, we find that their sample is 82.3% White, 4.2% Black, 6.9% Hispanic, 6.3% Asian, and 0.3% “Other.” These marginals are not entirely unexpected: it is a well-established finding that White people are significantly more likely than members of any other racial or ethnic group to own their own homes [16]. It is hence no surprise that mortgage applications skew disproportionately toward White applicants.

We also recall that the voter file data does not appear to be systematically Whiter than the U.S. population, conditional on last name. Hence, we suspect that the differences in White probabilities may be driven largely by overrepresentation of White applicants in the mortgage application data. Baselining against the Census results, it appears that that our data may tend to assign slightly too high probabilities of being Black conditional on first name, while the Tzioumis data may tend to assign too low probabilities. There does not appear to be a systematic difference among Hispanic first names. The results are less clear for Asian Americans, but the Tzioumis data may provide more accurate national probabilities for this group due to better representation among mortgage applicants.

The “Other” categorization is, in aggregate, nearly 10 times less frequent among the mortgage application data than in the voter file data. The poor correlation exhibited between the datasets on is largely driven by this discrepancy in marginal composition.

In Figure 4, we plot the comparisons for the inverted conditional probabilities, . All features of the plot remain the same. We observe very high correlations for all racial groups (even the “Other” group) for name probabilities conditional on race. One notable discrepancy, however, is that the best fit line (in solid blue) arcs above the 45-degree line in all cases. This owes to the fact that the mortgage application data shows higher first name concentration within each racial group than the voter file data. For example, the mortgage data shows that 2.6% of White people are named Michael while our data indicates that only 1.7% of White people are named Michael. The discrepancy may be driven by a complex interplay with the gender distribution of the datasets. The voter file data is slightly biased toward women, with 53.7% of the registered individuals identifying as female vs. 50.5% for the population at large [13]. Yet the mortgage application data appears to be biased to a greater degree, but in the opposite direction. Using the R package gender [17], we are able to estimate gender probabilities for 97% of the names in the mortgage dataset, from which we estimate that approximately 44.2% of the individuals in the underlying dataset are female. Because there is greater concentration among male first names (that is, a higher proportion of men are given popular male first names than women are given popular female first names), the bias toward men in the mortgage data may induce greater name concentration overall [18].

Usage Notes

We provide a new dataset to estimate race-name distributions for first, middle, and last names, derived from publicly available voter files in six Southern states. These dictionaries, each comprising about one million names, are a rich and novel resource. The surname dictionary contains nearly ten times as many names as the the census surname list, the best public resource for estimating surname-race distributions. The first name dictionary contains more than 200 times as many names as the Tzioumis mortgage application dataset, which is the only first name data set currently available. The middle name dictionary is, to our knowledge, the first such dictionary of its kind. Having access to these dictionaries means that race imputation tasks can be conducted on a wider subset of the population, allowing public policy researchers to more credibly evaluate disparate racial impacts.

While our analysis shows that the dictionaries are reasonably representative of national race distributions, they are not drawn from a random sample of the U.S. population. Registered voters must be over 18 and must be U.S. citizens, and they also typically differ from non-voters in terms of socioeconomic status. Moreover, our data is drawn from Southern states that have larger Black populations, but smaller Asian and Hispanic populations, than the country as a whole. Researchers should carefully consider the populations on which they would like to deploy these data. When considering surnames, it may often make sense to use our dictionary to supplement — rather than supplant — the census surname list, such that national race distributions are used when available. This is the approach taken in [9].

The final usage note concerns the definition of the “Other” category. The racial categorization provided with these data is appropriate for many race imputation tasks, but may be problematic if researchers are interested in finer categorizations of individuals. In particular, these dictionaries may not be useful for identifying Native American communities, and hence should be used with caution in states with large Native American populations, such as Alaska and Oklahoma.

Acknowledgments

We thank Bruce Willsie, CEO of L2, Inc., for providing us with the voter files we use in this paper.

References

  • [1] Elliott, M. N., Fremont, A., Morrison, P. A., Pantoja, P. & Lurie, N. A new method for estimating race/ethnicity and associated disparities where administrative records lack self-reported race/ethnicity. \JournalTitleHealth Services Research 43, 1772–1736 (2008).
  • [2] Elliott, M. N. et al. Using the Census Bureau’s surname list to improve estimates of race/ethnicity and associated disparities. \JournalTitleHealth Services and Outcomes Research Methodology 9, 69–83 (2009).
  • [3] Fiscella, K. & Fremont, A. M. Use of geocoding and surname analysis to estimate race and ethnicity. \JournalTitleHealth Services Research 41, 1482–1500 (2006).
  • [4] Imai, K. & Khanna, K. Improving ecological inference by predicting individual ethnicity from voter registration records. \JournalTitlePolitical Analysis 24, 263–272 (2016).
  • [5] Edwards, F., Lee, H. & Esposito, M. Risk of being killed by police use of force in the united states by age, race-ethnicity, and sex. \JournalTitleProceedings of the National Academy of Science 116, 16793–16798 (2019).
  • [6] Hepburn, P., Louis, R. & Desmond, M. Racial and gender disparities among evicted americans. \JournalTitleSociological Science 7, 649–662 (2020).
  • [7] Fraga, B. L. The Turnout Gap: Race, Ethnicity, and Political Inequality in a Diversifying America (Cambridge University Press, New York, 2018).
  • [8] Khanna, K., Imai, K., Rosenman, E. & Olivella, S. wru: Who are You? Bayesian Prediction of Racial Category Using Surname and Geolocation (2021). R package version 0.1-12.
  • [9] Imai, K., Olivella, S. & Rosenman, E. T. R. Addressing census data problems in race imputation via fully bayesian improved surname geocoding and name supplements (2022). arXiv:2205.06129.
  • [10] Tzioumis, K. Demographic aspects of first names. \JournalTitleScientific data 5, 1–9 (2018).
  • [11] Rosenman, E., Olivella, S. & Imai, K. Race and ethnicity data for first, middle, and last names, 10.7910/DVN/SGKW0K (2022).
  • [12] Berry, C. R. & Gersen, J. E. Voters, non-voters, and the implications of election timing for public policy. \JournalTitleUniversity of Chicago Law & Economics, Olin Working Paper (2010).
  • [13] U.S. Census Bureau. 2020 census. U.S. Department of Commerce (2021).
  • [14] Sakamoto, A., Kim, C. & Takei, I. Moving out of the margins and into the mainstream: the demographics of asian americans in the new south. In Joshi, K. Y. & Desai, J. (eds.) Asian Americans in Dixie: Race and Migration in the South, 131–64 (University of Illinois Press Urbana, 2013).
  • [15] Budiman, A., Cilluffo, A. & Ruiz, N. G. Key facts about asian origin groups in the us. \JournalTitleWashington, DC: Pew Research Center (2019).
  • [16] Goodman, L. S. & Mayer, C. Homeownership and the american dream. \JournalTitleJournal of Economic Perspectives 32, 31–58 (2018).
  • [17] Mullen, L. gender: Predict Gender from Names Using Historical Data (2021). R package version 0.6.0.
  • [18] U.S. Census Bureau. Frequently Occurring Names from the Census 1990 (1995).

Appendix A Analysis of Name Discrepancies Between Census and Voter Files for “Other” Category

Among the ten most common names such that differs by more than 25 percentage points between the census and the voter files, we find a notable commonality. At least six of the names – “Singh,” “Persaud,” “"Rampersad,” “Persad,” “Baksh,” and “Samaroo” — are recognizably of South Asian or Indo-Caribbean origin. Among these names, the Census typically categorizes more individuals as Asian, while the voter file data more typically categorizes these individuals as Other. This may explain the relatively low concordance seen between the datasets for this group only. The full list of names is provided in Table 2.

Census Probabilities Voter File Probabilities
Surname White Black Hispanic Asian Other White Black Hispanic Asian Other
# of Voter File
Appearances
SINGH 4% 4% 3% 83% 6% 9% 5% 3% 50% 33% 5,945
PERSAUD 10% 21% 5% 52% 13% 7% 8% 6% 35% 45% 1,770
MOHAMED 20% 66% 2% 8% 4% 14% 42% 3% 12% 30% 1,523
JOE 12% 25% 3% 23% 37% 7% 77% 0% 10% 5% 756
RAMPERSAD 6% 43% 4% 28% 18% 11% 14% 3% 28% 44% 349
PERSAD 10% 35% 5% 35% 15% 8% 7% 5% 33% 46% 339
BAKSH 9% 26% 5% 48% 12% 6% 9% 3% 29% 52% 315
ALLY 27% 23% 4% 40% 6% 23% 16% 5% 21% 35% 282
SAMAROO 8% 32% 4% 44% 12% 8% 12% 4% 29% 48% 269
ALLI 24% 35% 5% 30% 7% 15% 20% 7% 23% 35% 266
Table 2: Ten most common names in the voter files such that the estimate of differs by more than 25 percentage points between the Census surname list and the voter file estimate. We observe that many of the names appear to be of South Asian or Indo-Caribbean origin.