A data frame that summarises the per-capita GDP of different countries. The unit is year 2000 USD.

world_gdp_avg_1998_to_2000

Format

A data frame with 240 rows and 2 columns.

Examples

world_gdp_avg_1998_to_2000
#> # A tibble: 240 × 2
#>    country value
#>    <chr>   <dbl>
#>  1 abw     19185
#>  2 ago      1540
#>  3 alb      1433
#>  4 and     27765
#>  5 arb      3312
#>  6 are     43082
#>  7 arg      5900
#>  8 arm       928
#>  9 atg      8866
#> 10 aus     30003
#> # ℹ 230 more rows