iszhaoxin commited on
Commit
79b90b5
·
1 Parent(s): a718f43
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -47,12 +47,12 @@ The dataset contains the following subsets, each split into train/validation/tes
47
  ## Data Fields
48
 
49
  ### customers
50
- - customer_id: int64
51
- - name: object
52
- - age: int64
53
 
54
 
55
  ### products
56
- - product_id: int64
57
- - name: object
58
- - price: float64
 
47
  ## Data Fields
48
 
49
  ### customers
50
+ - customer_id: int32
51
+ - name: string
52
+ - age: int32
53
 
54
 
55
  ### products
56
+ - product_id: int32
57
+ - name: string
58
+ - price: float32