Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/tutorials/structured_data/time_series.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"id": "i47LiW5DCVsP"
},
"source": [
"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",
"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",
"\n",
"There's a separate wind direction column, so the velocity should be greater than zero (`>=0`). Replace it with zeros:"
]
Expand Down