Skip to content

Commit 82cdb73

Browse files
authored
Merge pull request #290 from datacarpentry/zkamvar-patch-1
add missing block quote character
2 parents 426db11 + 0dc40f4 commit 82cdb73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/03-exploring-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ along with a number representing how many times that value occurs in the column.
3939
5. Hover the mouse over one of the names in the `facet` list. You should see that you have an `edit` function available.
4040
6. You could use this to fix an error immediately, and OpenRefine will ask whether you want to make the same correction to every value it finds like that one. But OpenRefine offers even better ways to find and fix these errors, which we'll use instead. We'll learn about these when we talk about clustering.
4141

42-
>## Facets and large datasets
43-
Facets are intended to group together common values and OpenRefine limits the number of values allowed in a single facet to ensure the software does not perform slowly or run out of memory. If you create a facet where there are many unique values (for example, a facet on a 'book title' column in a data set that has one row per book) the facet created will be very large and may either slow down the application, or OpenRefine will not create the facet.
42+
> ## Facets and large datasets
43+
> Facets are intended to group together common values and OpenRefine limits the number of values allowed in a single facet to ensure the software does not perform slowly or run out of memory. If you create a facet where there are many unique values (for example, a facet on a 'book title' column in a data set that has one row per book) the facet created will be very large and may either slow down the application, or OpenRefine will not create the facet.
4444
{: .callout}
4545

4646
> ## Exercise

0 commit comments

Comments
 (0)