msiron commited on
Commit
7f56fae
1 Parent(s): 1fce75e

Update README.md

Browse files

Code update for pandas based on split designation

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