DataHerb:
European Countries by Area
• [ #Geo ]
DataHerb Metadata
- DataHerb ID:
european_countries_by_area
- DataHerb Name: European Countries by Area
- Contributors: datumorphism
- Description: European countries and their areas in Europe
- GitHub Repository: datumorphism/dataset-european-countries
- Licenses:
DataHerb Leaves: Files in Dataset
- Name: european countries in csv format
-
File:
- Format: csv
- Size: 8.5K
Fields
- country_name: name of the country
- alpha_2: alpha 2 code of the country
- alpha_3: alpha 3 code of the country
- alt_names: alternative names of the country
- numeric: numeric code of the country
- area_km2: area in Europe of the country in unit of kilometer square
- area_comment: notes about the area
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/datumorphism/dataset-european-countries/master/dataset/european_countries.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-european-countries/master/dataset/european_countries.csv"
df = pd.read_csv(url)
- Name: european countries in json format
-
File:
- Format: json
- Size: 4K
Fields
- country_name: name of the country
- alpha_2: alpha 2 code of the country
- alpha_3: alpha 3 code of the country
- alt_names: alternative names of the country
- numeric: numeric code of the country
- area_km2: area in Europe of the country in unit of kilometer square
- area_comment: notes about the area
Import Data
import pandas as pd
url = "https://raw.githubusercontent.com/datumorphism/dataset-european-countries/master/dataset/european_countries.json"
df = pd.read_json(url)
References: