Skip to content

Commit

Permalink
Update content link
Browse files Browse the repository at this point in the history
  • Loading branch information
davewhipp committed Oct 15, 2024
1 parent 91eea68 commit fcdf524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/part1/chapter-03/md/02-data-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Next, we will continue working with weather data, but expand our analysis to cov
<!-- #region editable=true slideshow={"slide_type": ""} -->
## Cleaning data while reading

In this section we are using weather observation data from Finland that was downloaded from NOAA (check out the {ref}`/data/index` section for further details). The input data are separated by varying number of spaces (i.e., fixed column widths). The first lines of the data look like following:
In this section we are using weather observation data from Finland that was downloaded from NOAA (check out the {doc}`/data/index` section for further details). The input data are separated by varying number of spaces (i.e., fixed column widths). The first lines of the data look like following:

```
USAF WBAN YR--MODAHRMN DIR SPD GUS CLG SKC L M H VSB MW MW MW MW AW ...
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-03/nb/02-data-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"source": [
"## Cleaning data while reading\n",
"\n",
"In this section we are using weather observation data from Finland that was downloaded from NOAA (check out the {ref}`/data/index` section for further details). The input data are separated by varying number of spaces (i.e., fixed column widths). The first lines of the data look like following:\n",
"In this section we are using weather observation data from Finland that was downloaded from NOAA (check out the {doc}`/data/index` section for further details). The input data are separated by varying number of spaces (i.e., fixed column widths). The first lines of the data look like following:\n",
"\n",
"``` \n",
" USAF WBAN YR--MODAHRMN DIR SPD GUS CLG SKC L M H VSB MW MW MW MW AW ...\n",
Expand Down

0 comments on commit fcdf524

Please sign in to comment.