worldboss/tonaton
收藏Hugging Face2023-12-29 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/worldboss/tonaton
下载链接
链接失效反馈官方服务:
资源简介:
---
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 (theodondre@gmail.com)
提供机构:
worldboss
原始信息汇总
数据集概述
基本信息
- 语言: 英语
- 许可证: afl-3.0
- 标签: 加纳, 电子商务, 在线购物
配置
- 配置名称: default
- 数据文件:
- 分割: train
- 路径: data/train-*
- 数据文件:
数据集信息
- 特征:
- 名称: product_description
- 数据类型: string
- 名称: price
- 数据类型: string
- 名称: location
- 数据类型: string
- 名称: photo
- 数据类型: string
- 名称: page_url
- 数据类型: string
- 名称: product_description
- 分割:
- 名称: train
- 字节数: 68335310
- 样本数: 245274
- 名称: train
- 下载大小: 24831540
- 数据集大小: 68335310
描述
Tonaton 是一个受欢迎的加纳电子商务平台。买家和卖家在此交易商品和服务。
作者
数据由 Theophilus Siameh (theodondre@gmail.com) 构建。



