Weijie1996
commited on
Commit
•
3d91fd8
1
Parent(s):
78c35b7
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ The following example demonstrates how to load the dataset and convert it to a p
|
|
42 |
```python
|
43 |
from datasets import load_dataset
|
44 |
|
45 |
-
ds = load_dataset("Weijie1996/load_timeseries"
|
46 |
# Print the category of the dataset
|
47 |
|
48 |
print(set(ds['category']))
|
|
|
42 |
```python
|
43 |
from datasets import load_dataset
|
44 |
|
45 |
+
ds = load_dataset("Weijie1996/load_timeseries")
|
46 |
# Print the category of the dataset
|
47 |
|
48 |
print(set(ds['category']))
|