Skip to content

Commit 8988176

Browse files
authored
Merge pull request datacarpentry#318 from kleintom/tk_typos
Fix some typos
2 parents f9a5534 + 1c85f0d commit 8988176

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

episodes/02-importing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ and you can undo any changes too.
8383

8484
- Use the Create Project option to import data
8585
- You can control how data imports using options on the import screen
86-
- Several files types may be imported into OpenRefine
86+
- Several file types may be imported into OpenRefine
8787

8888
::::::::::::::::::::::::::::::::::::::::::::::::::
8989

episodes/04-transforming-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ clean leading and trailing white spaces from all data when importing the data in
4242

4343
Look at the data in the column `coordinates` and split these values to obtain latitude and longitude. Make sure that the option for `Guess cell type` is checked and that `Remove this column` is not. Rename the new columns.
4444

45-
What type of data does OpenRefine assign to the new colunms?
45+
What type of data does OpenRefine assign to the new columns?
4646

4747
::::::::::::::: solution
4848

@@ -157,7 +157,7 @@ Once the new column is created, convert it to date using `Edit cells` > `Common
157157
Clustering allows you to find groups of entries that are not identical but are
158158
sufficiently similar that they may be alternative representations of the same thing (term or data value).
159159
For example, the two strings `New York` and `new york` are very likely to refer to the same concept and just have a
160-
capitalization differences. Likewise, `Björk` and `Bjork` probably refer to the same person. These kinds of variations
160+
capitalization difference. Likewise, `Björk` and `Bjork` probably refer to the same person. These kinds of variations
161161
occur a lot in scientific data. Clustering gives us a tool to resolve them.
162162

163163
OpenRefine provides different clustering algorithms. The best way to understand how they work is to experiment with them.
@@ -172,7 +172,7 @@ The dataset has several near-identical entries in `scientificName`. For example,
172172

173173
2. In the resulting pop-up window, you can change the `Method` and the `Keying Function`. Try different combinations to see what different mergers of values are suggested.
174174

175-
3. If you select the `key collision` method and the `metaphone3` keying function. It should identify one cluster:
175+
3. If you select the `key collision` method and the `metaphone3` keying function, it should identify one cluster:
176176

177177
![](fig/or362-clustering.png){alt='OpenRefine window for clustering'}
178178

episodes/05-filter-exclude-sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you still have your text facet for `scientificName`, you can use it. If you'v
3434
`exclude` will be presented. Note that in the top of the page, "33 matching rows" is now displayed instead of "790 rows".
3535
3. You can include other species in your current filter - e.g. click on *Chaetodipus baileyi* in the same way to include it in the filter.
3636
4. Alternatively, you can click the name of the species to include it in the filter instead of clicking the
37-
`include`/`exclude` buttons. This will include the selected species and exclude all others options in a single step, which can be useful.
37+
`include`/`exclude` buttons. This will include the selected species and exclude all other options in a single step, which can be useful.
3838
5. Click `include` and `exclude` on the other species and notice how the entries appear and
3939
disappear from the data table to the right.
4040

episodes/06-reconciliation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If Wikidata does not appear in the list of reconciliation services, add the stan
110110
- In the `Expression` box, enter the following GREL: `cell.recon.best.name`
111111
- Click `OK`
112112

113-
This will create a new column with the reconciled names for the countries. Create a text facet to see that there are a single name for each country.
113+
This will create a new column with the reconciled names for the countries. Create a text facet to see that there is a single name for each country.
114114

115115
1. In the cases where OpenRefine did not select a match automatically, are the options relevant?
116116
2. Why do some cells in the `county` column have many options?

0 commit comments

Comments
 (0)