Baselight

Rural Data

Rural Data Including: World Rural Population by country, and Animals, Assests

@kaggle.muhammedtausif_world_rural_population

Rural Population Female Of Total
@kaggle.muhammedtausif_world_rural_population.rural_population_female_of_total

  • 15.16 KB
  • 239 rows
  • 5 columns
country_name

Country Name

country_code

Country Code

n_1990

1990

n_2000

2000

n_2105

2105

AfghanistanAFG39.7971360438.6987132836.1577155
AlbaniaALB30.8093994828.9863842721.05757196
AlgeriaDZA23.6814024419.7698612914.37255433
AngolaAGO38.2076841234.7863554828.74671341
Antigua and BarbudaATG32.2580645235.897435939.13043478
ArgentinaARG6.0229885065.1134054143.852449294
ArmeniaARM16.2482369518.1670458217.65886288
ArubaABW24.1935483927.4725274730.76923077
AustraliaAUS6.9485874716.1474558675.05810551
AustriaAUT17.4054758817.231920216.94519107

CREATE TABLE rural_population_female_of_total (
  "country_name" VARCHAR,
  "country_code" VARCHAR,
  "n_1990" DOUBLE,
  "n_2000" DOUBLE,
  "n_2105" VARCHAR
);

Share link

Anyone who has the link will be able to view this.