Skip to content

Commit 4896218

Browse files
authored
Correct description: Since there are two 9999 values in the table.
Since there are two `9999` values in the table. The description is corrected from ``` This `-9999` is likely erroneous. ``` to ``` These `-9999` values are likely erroneous. ```
1 parent 7c36502 commit 4896218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/en/tutorials/structured_data/time_series.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"id": "i47LiW5DCVsP"
257257
},
258258
"source": [
259-
"One thing that should stand out is the `min` value of the wind velocity (`wv (m/s)`) and the maximum value (`max. wv (m/s)`) columns. This `-9999` is likely erroneous.\n",
259+
"One thing that should stand out is the `min` value of the wind velocity (`wv (m/s)`) and the maximum value (`max. wv (m/s)`) columns. These `-9999` values are likely erroneous.\n",
260260
"\n",
261261
"There's a separate wind direction column, so the velocity should be greater than zero (`>=0`). Replace it with zeros:"
262262
]

0 commit comments

Comments
 (0)