Update README.md
Browse files
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('
|
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 |
```
|