test
Browse files
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:
|
51 |
-
- name:
|
52 |
-
- age:
|
53 |
|
54 |
|
55 |
### products
|
56 |
-
- product_id:
|
57 |
-
- name:
|
58 |
-
- price:
|
|
|
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
|