bank-of-ghana-rates / README.md
worldboss's picture
Update README.md
9116af4
|
raw
history blame
No virus
1.56 kB
metadata
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: Date
      dtype: string
    - name: Currency
      dtype: string
    - name: Currency_Pair
      dtype: string
    - name: Buying
      dtype: string
    - name: Selling
      dtype: string
    - name: Mid_Rate
      dtype: string
  splits:
    - name: train
      num_bytes: 8593623
      num_examples: 132012
  download_size: 2261669
  dataset_size: 8593623
pretty_name: No Robots
task_categories:
  - conversational
  - text-generation
  - summarization
  - question-answering
  - text-classification
  - text-retrieval
  - translation
language:
  - en
tags:
  - ghana
  - news
  - ghana-news
  - bank-of-ghana
  - exchange-rates
  - ghana data
size_categories:
  - 10K<n<100K

Description

Bank of Ghana historical and real-time exchange rates data. Bank of Ghana

Click Here:Google Colab Notebook

Data Format

{
    "date": "...", 
    "currency": "...", 
    "currency_pair": "...", 
    "buying": "...", 
    "selling": "...", 
    "mid_rate": "..."
}

Load Dataset

pip install datasets
from datasets import load_dataset

rates = load_dataset("worldboss/bank-of-ghana-rates", split="train")

Author

The data was constructed by Theophilus Siameh (theodondre@gmail.com).