worldboss commited on
Commit
3d1a253
·
1 Parent(s): 512a6b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: afl-3.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: afl-3.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - ghana
7
+ - ecommerce
8
+ - online shopping
9
  ---
10
+
11
+ ### Description
12
+ Tonaton is a popular Ghanaian ecommerce platform. Buyers and Sellers trade goods and services.
13
+
14
+ # Install
15
+ ```python
16
+ pip install datasets
17
+ ```
18
+
19
+ ### Usage
20
+ ```python
21
+ from datasets import load_dataset
22
+
23
+ tonaton = load_dataset("worldboss/tonaton", split="train")
24
+
25
+ pd.DataFrame(tonaton).head()
26
+ ```
27
+
28
+ Author:
29
+ The data was constructed by Theophilus Siameh ([email protected])