Delete dataset_v0.csv
Browse filesI just uploaded the dataset using HF's API: `Dataset.push_to_hub()`. I'm deleting this CSV file because the `design_variable` column contains a `string` instead of a `list` of `float` numbers.
You may use the following to load the dataset from now on.
```
from datasets import load_dataset
dataset = load_dataset("IDEALLab/power_electronics_v0")
```
- dataset_v0.csv +0 -0
dataset_v0.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|