worldboss's picture
Upload README.md with huggingface_hub
36e094c
metadata
language:
  - en
license: apache-2.0
size_categories:
  - 10K<n<100K
task_categories:
  - conversational
  - text-generation
  - summarization
  - question-answering
  - text-classification
  - text-retrieval
  - translation
pretty_name: No Robots
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: Issue_Date
      dtype: string
    - name: Tender
      dtype: int64
    - name: Security_Type
      dtype: string
    - name: Discount_Rate
      dtype: float64
    - name: Interest_Rate
      dtype: float64
  splits:
    - name: train
      num_bytes: 50338
      num_examples: 958
  download_size: 23906
  dataset_size: 50338
tags:
  - ghana
  - news
  - ghana-news
  - bank-of-ghana
  - exchange-rates
  - ghana data
  - bank of ghana

Description πŸ™…β€β™‚οΈπŸ€–

Bank of Ghana historical and real-time treasury bills data. Bank of Ghana

Click Here: Google Colab Notebook

Data Format

{
    "issue_date": "...", 
    "tender": "...", 
    "security_type": "...", 
    "discount_rate": "...", 
    "interest_rate": "..."
}

Load Dataset

pip install datasets
from datasets import load_dataset

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

pd.DataFrame(treasury).head()

Author

The data was constructed by Theophilus Siameh ([email protected]).