Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ stream:
|
|
16 |
|
17 |
```python
|
18 |
from datasets import load_dataset
|
19 |
-
dataset = load_dataset('
|
20 |
```
|
21 |
|
22 |
Bounding boxes are stored as geospatial types. Once loaded, they can be
|
|
|
16 |
|
17 |
```python
|
18 |
from datasets import load_dataset
|
19 |
+
dataset = load_dataset('wadhwaniai/pest-management-opendata', streaming=True)
|
20 |
```
|
21 |
|
22 |
Bounding boxes are stored as geospatial types. Once loaded, they can be
|