DataHerb:
Currency Exchange Rate
• [ #Financial ]
DataHerb Metadata
- DataHerb ID:
ecb_currency_exchange
- DataHerb Name: Currency Exchange Rate
- Contributors: Miao
- Description: Currency exchange rate from central european bank on 2020-02-05.
- GitHub Repository: emptymalei/currency-exchange
DataHerb Leaves: Files in Dataset
-
File:
- Format: csv
- Size: 452B
Fields
- country: alpha 3 code of the countries
- to_euro_rate: The rate to convert it to EUR
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/emptymalei/currency-exchange/master/dataset/ezb_currency_exchange.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/emptymalei/currency-exchange/master/dataset/ezb_currency_exchange.csv"
df = pd.read_csv(url)
References: