Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -126,8 +126,8 @@ from datasets import load_dataset
|
|
| 126 |
|
| 127 |
dataset = load_dataset("OPheno/Weed-phenology")
|
| 128 |
df = dataset["train"].to_pandas()
|
| 129 |
-
</details>
|
| 130 |
```
|
|
|
|
| 131 |
## Data Creation
|
| 132 |
|
| 133 |
The curated dataset is built from researcher contributions and from published studies.
|
|
|
|
| 126 |
|
| 127 |
dataset = load_dataset("OPheno/Weed-phenology")
|
| 128 |
df = dataset["train"].to_pandas()
|
|
|
|
| 129 |
```
|
| 130 |
+
</details>
|
| 131 |
## Data Creation
|
| 132 |
|
| 133 |
The curated dataset is built from researcher contributions and from published studies.
|