msiron commited on
Commit
a36d6af
·
verified ·
1 Parent(s): 485e2ac

Update README.md

Browse files

update code to consider subset rather than split

Files changed (1) hide show
  1. README.md +1 -1
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['compatible_pbe'].to_pandas()
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