Update README.md
Browse files
README.md
CHANGED
@@ -279,7 +279,7 @@ pretty_name: LeMatBulk
|
|
279 |
```python
|
280 |
from datasets import load_dataset
|
281 |
|
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['compatible_pbe'].to_pandas()
|
|
|
279 |
```python
|
280 |
from datasets import load_dataset
|
281 |
|
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['compatible_pbe'].to_pandas()
|