
* Edits to Installing page Testing a wide variety of questionable formatting options. * Testing docusaurus tip boxes * Testing more * Tip boxes are ... bright, aren't they * Formatting fixes * Update installing.md * Update installing.md * Adding memory allocation section and doing some more formatting experiments * Update installing.md * typo! * Update installing.md * Update installing.md * Testing tabs Also I was partway through writing Linux instructions. * Testing tabs First commit didn't go through? * MD to MDX test * Update installing.mdx * Changing back! * Remove extra line breaks * Update installing.md formatting and link updates and etc * Update installing.md * Adding horizontal lines * More line-break issues * Adding images * Whoops, forgot how images work Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
114 lines
1.4 KiB
Markdown
114 lines
1.4 KiB
Markdown
---
|
|
|
|
id: transforming
|
|
|
|
title: Transforming data
|
|
|
|
sidebar_label: Transforming data
|
|
|
|
---
|
|
|
|
|
|
* Permanent “view” changes (not data changes, quite) like rearranging columns, removing columns, and renaming columns.
|
|
|
|
|
|
## Edit cells
|
|
|
|
|
|
### Overview
|
|
|
|
|
|
### Transform
|
|
|
|
|
|
|
|
* Transform…
|
|
* Common transforms
|
|
* Trim / Collapse
|
|
* Unescape
|
|
* Replace
|
|
* Case
|
|
* Data type
|
|
* To null/empty
|
|
|
|
|
|
### Fill down
|
|
|
|
|
|
### Blank down
|
|
|
|
|
|
### Split multi-valued cells...
|
|
|
|
|
|
### Join multi-valued cells...
|
|
|
|
|
|
### Cluster and edit...
|
|
|
|
|
|
### Replace
|
|
|
|
|
|
## Edit column
|
|
|
|
|
|
### Overview
|
|
|
|
|
|
### Split or Join
|
|
|
|
|
|
### Add column based on this column
|
|
|
|
|
|
### Add column by fetching URLs
|
|
|
|
|
|
### Add columns from reconciled values
|
|
|
|
|
|
### Rename or Remove
|
|
|
|
|
|
### Move
|
|
|
|
|
|
## Transpose
|
|
|
|
|
|
### Overview
|
|
|
|
|
|
### Transpose cells across columns into rows
|
|
|
|
|
|
### Transpose cells in rows into columns
|
|
|
|
|
|
### Columnize by key/value columns
|
|
|
|
|
|
## Reconcile
|
|
|
|
|
|
### Overview
|
|
|
|
|
|
### Sources
|
|
|
|
[https://github.com/OpenRefine/OpenRefine/wiki/Reconcilable-Data-Sources](https://github.com/OpenRefine/OpenRefine/wiki/Reconcilable-Data-Sources)
|
|
|
|
|
|
### Functions
|
|
|
|
|
|
|
|
* Match each cell to its best candidate
|
|
* Create a new item for each cell
|
|
* Create one new item for similar cells
|
|
* Match all filtered cells
|
|
* Discard all reconciliation judgments
|
|
* Clear reconciliation data
|
|
* Copy reconciliation data
|
|
* Use values as identifiers |