license: afl-3.0 | |
language: | |
- en | |
tags: | |
- ghana | |
- ecommerce | |
- online shopping | |
### 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]) |