Skip to content

Commit 927803c

Browse files
committed
formatting
1 parent 1846954 commit 927803c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exploring.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,19 +161,19 @@ OpenRefine will interpret them as full dates by assuming *January 1st as the def
161161
This default behavior allows OpenRefine to handle partial date inputs consistently, making it easier to sort, filter, and analyze date-based data.
162162

163163
::: {.callout-note collapse="true" icon="false"}
164-
## 🧠 Your Turn! Convert `release_year` to Date Type
164+
## 🧠 Your Turn! Convert **release_year** to Date Type
165165

166-
Back to the `release_year` column — let's change it to date type.\
166+
Back to the **release_year** column — let's change it to **date type**.\
167167
Can you create a numeric or a scatter plot facet?
168168

169169
::: {.callout-note collapse="true" icon="false"}
170170
## 🔑 Answer Key
171171

172-
Attempting to perform a numeric or a scatter plot facet will throw an error because, despite having numbers, the data type is not set as numeric.
172+
Attempting to create a numeric or scatter plot facet will result in an error. This happens when the data contains numbers but is not explicitly set to a numeric data type.
173173
:::
174174
:::
175175

176-
We've covered the most commonly used facets in OpenRefine, but the platform also offers a range of advanced and custom facets that may be relevant to your specific project needs. We encourage you to explore the OpenRefine documentation for a deeper dive into these features.
176+
We've covered the most commonly used facets in OpenRefine, but the platform also offers a range of **advanced** **and custom facets** that may be relevant to your specific project needs. We encourage you to explore the OpenRefine documentation for a deeper dive into these features.
177177

178178
## Subsetting Working Dataset
179179

0 commit comments

Comments
 (0)