pnv2003 commited on
Commit
591d49b
1 Parent(s): 40830c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ To use this dataset, you can load it using the Hugging Face datasets library:
58
  ```python
59
  from datasets import load_dataset
60
 
61
- dataset = load_dataset('ESITime/TempKB')
62
  ```
63
 
64
  ## License
 
58
  ```python
59
  from datasets import load_dataset
60
 
61
+ dataset = load_dataset('ESITime/TempKB', keep_default_na=False)
62
  ```
63
 
64
  ## License