You are given a dataset that contains the income of every household by county (3,142) and state (50) in the US. Suppose that you want to compute the average income per person in the US. To do so, you decided to take the mean of the per capita incomes across the 3,142 counties in the data set. What would be a better approach?