tonaton / README.md
worldboss's picture
Upload README.md with huggingface_hub
dbbf10d
metadata
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

pip install datasets

Usage

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])