File size: 441 Bytes
b2145a1 7e272a4 4bff33c 407ed5d 7e272a4 b2145a1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
dataset_info:
features:
- name: id
dtype: string
- name: customer_id
dtype: string
- name: product
dtype: string
- name: quantity
dtype: int64
- name: price
dtype: float64
- name: status
dtype: string
splits:
- name: train
num_bytes: 889
num_examples: 13
download_size: 3632
dataset_size: 889
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|