Dataset Viewer
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.
Dataset Card for test
This dataset contains customer and product information.
Dataset Structure
Data Splits
The dataset contains the following subsets, each split into train/validation/test sets:
customers
- Train: 70 examples
- Validation: 15 examples
- Test: 15 examples
products
- Train: 56 examples
- Validation: 12 examples
- Test: 12 examples
Data Fields
customers
- customer_id: int32
- name: string
- age: int32
products
- product_id: int32
- name: string
- price: double
- Downloads last month
- 34