Update README.md
Browse filesupdate code to consider subset rather than split
README.md
CHANGED
@@ -282,7 +282,7 @@ from datasets import load_dataset
|
|
282 |
dataset = load_dataset('LeMaterial/LeMat-Bulk', 'compatible_pbe')
|
283 |
|
284 |
# convert to Pandas, if you prefer working with this type of object:
|
285 |
-
df = dataset['
|
286 |
```
|
287 |
|
288 |
## Data fields
|
|
|
282 |
dataset = load_dataset('LeMaterial/LeMat-Bulk', 'compatible_pbe')
|
283 |
|
284 |
# convert to Pandas, if you prefer working with this type of object:
|
285 |
+
df = dataset['train'].to_pandas()
|
286 |
```
|
287 |
|
288 |
## Data fields
|