File size: 1,593 Bytes
5e8e78e
5772ae1
 
5e8e78e
5772ae1
 
 
 
 
 
 
 
 
 
 
7650eb3
 
 
 
 
 
 
36e094c
7650eb3
f7d4b31
7650eb3
36e094c
f7d4b31
36e094c
7650eb3
36e094c
7650eb3
 
 
36e094c
2034975
36e094c
 
94e79bb
 
 
 
 
 
 
 
5e8e78e
b2becf6
 
2b9cdda
b2becf6
 
73532d2
b2becf6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5545858
 
 
b2becf6
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
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](https://www.bog.gov.gh/treasury-and-the-markets/treasury-bill-rates/)

Click Here: [![Google Colab Notebook](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1zZUIyp9zBhwL5CqHS3Ggf5vJCr_yTYw0?usp=sharing)

### Data Format
```shell
{
    "issue_date": "...", 
    "tender": "...", 
    "security_type": "...", 
    "discount_rate": "...", 
    "interest_rate": "..."
}
```

### Load Dataset
```shell
pip install datasets
```

```python
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]).