Update README.md
Browse files
README.md
CHANGED
@@ -57,6 +57,7 @@ Below, we share a code snippet on how to get quickly started with using the data
|
|
57 |
#### Using the whole dataset
|
58 |
|
59 |
```python
|
|
|
60 |
from datasets import load_dataset
|
61 |
|
62 |
Tele_Data = load_dataset("AliMaatouk/Tele-Data")
|
@@ -69,6 +70,7 @@ for key, value in json.loads(data_sample['metadata']).items():
|
|
69 |
#### Using a subset of the dataset
|
70 |
|
71 |
```python
|
|
|
72 |
from datasets import load_dataset
|
73 |
|
74 |
Tele_Data = load_dataset("AliMaatouk/Tele-Data", name="standard")
|
|
|
57 |
#### Using the whole dataset
|
58 |
|
59 |
```python
|
60 |
+
import json
|
61 |
from datasets import load_dataset
|
62 |
|
63 |
Tele_Data = load_dataset("AliMaatouk/Tele-Data")
|
|
|
70 |
#### Using a subset of the dataset
|
71 |
|
72 |
```python
|
73 |
+
import json
|
74 |
from datasets import load_dataset
|
75 |
|
76 |
Tele_Data = load_dataset("AliMaatouk/Tele-Data", name="standard")
|