blinoff commited on
Commit
97ee3fb
1 Parent(s): 94bfbe1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,6 +28,6 @@ Each sample contains the following fields:
28
  ### Python
29
  ```python3
30
  import pandas as pd
31
- df = pd.read_json('hfreviews.jsonl', lines=True)
32
  df.sample(5)
33
  ```
 
28
  ### Python
29
  ```python3
30
  import pandas as pd
31
+ df = pd.read_json('healthcare_facilities_reviews.jsonl', lines=True)
32
  df.sample(5)
33
  ```