File size: 900 Bytes
512a6b3
3d1a253
 
dbbf10d
3d1a253
 
 
 
dbbf10d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
512a6b3
3d1a253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41cf8c9
3d1a253
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
---
language:
- en
license: afl-3.0
tags:
- ghana
- ecommerce
- online shopping
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: product_description
    dtype: string
  - name: price
    dtype: string
  - name: location
    dtype: string
  - name: photo
    dtype: string
  - name: page_url
    dtype: string
  splits:
  - name: train
    num_bytes: 68335310
    num_examples: 245274
  download_size: 24831540
  dataset_size: 68335310
---

### Description
Tonaton is a popular Ghanaian ecommerce platform. Buyers and Sellers trade goods and services.

# Install
```python
pip install datasets
```

### Usage
```python
from datasets import load_dataset

tonaton = load_dataset("worldboss/tonaton", split="train")

pd.DataFrame(tonaton).head()
```

### Author:
The data was constructed by Theophilus Siameh ([email protected])