Update README.md
Browse filesCode update for pandas based on split designation
README.md
CHANGED
|
@@ -217,7 +217,7 @@ from datasets import load_dataset
|
|
| 217 |
dataset = load_dataset('LeMaterial/LeMat-BulkUnique', 'unique_pbe')
|
| 218 |
|
| 219 |
# convert to Pandas, if you prefer working with this type of object:
|
| 220 |
-
df = dataset['
|
| 221 |
```
|
| 222 |
|
| 223 |
## Data fields
|
|
|
|
| 217 |
dataset = load_dataset('LeMaterial/LeMat-BulkUnique', 'unique_pbe')
|
| 218 |
|
| 219 |
# convert to Pandas, if you prefer working with this type of object:
|
| 220 |
+
df = dataset['train'].to_pandas()
|
| 221 |
```
|
| 222 |
|
| 223 |
## Data fields
|