Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
OpenRefine
Data wrangling software

OpenRefine is an open-source desktop application for data cleanup and transformation to other formats, an activity commonly known as data wrangling. It is similar to spreadsheet applications, and can handle spreadsheet file formats such as CSV, but it behaves more like a database.

It operates on rows of data which have cells under columns, similar to the manner in which relational database tables operate. OpenRefine projects consist of one table, whose rows can be filtered using facets that define criteria (for example, showing rows where a given column is not empty).

Unlike spreadsheets, most operations in OpenRefine are done on all visible rows, for example, the transformation of all cells in all rows under one column, or the creation of a new column based on existing data. Actions performed on a dataset are stored the project and can be 'replayed' on other datasets. Formulas are not stored in cells, but are used to transform the data. Transformation is done only once. Formula expressions can be written in General Refine Expression Language (GREL), in Jython (i.e., Python), and in Clojure.

The program operates as a local web app: it starts a web server and opens the default browser to 127.0.0.1:3333.

Related Image Collections Add Image
We don't have any YouTube videos related to OpenRefine yet.
We don't have any PDF documents related to OpenRefine yet.
We don't have any Books related to OpenRefine yet.
We don't have any archived web articles related to OpenRefine yet.

Uses

  • Cleaning messy data: for example if working with a text file with some semi-structured data, it can be edited using transformations, facets and clustering to make the data cleanly structured.6
  • Transformation of data: converting values to other formats, normalizing and denormalizing.
  • Parsing data from web sites: OpenRefine has a URL fetch feature and jsoup HTML parser and DOM engine.7
  • Adding data to dataset by fetching it from web services (i.e. returning JSON).8 For example, can be used for geocoding addresses to geographic coordinates.9
  • Aligning to Wikidata (formerly Freebase10): this involves reconciliation — mapping string values in cells to entities in Wikidata.11

Supported formats

Import is supported from following formats:12

If input data is in a non-standard text format, it can be imported as whole lines, without splitting into columns, and then columns extracted later with OpenRefine's tools. Archived and compressed files are supported (.zip, .tar.gz, .tgz, .tar.bz2, .gz, or .bz2) and Refine can download input files from a URL. To use web pages as input, it is possible to import a list of URLs and then invoke a URL fetch function.

Export is supported in following formats:14

Whole OpenRefine projects in native format can be exported as a .tar.gz archive.

Development

OpenRefine started life as Freebase Gridworks, developed by Metaweb and has been available as open source since January 2010.15 On 16 July 2010, Google acquired Metaweb,16 the creators of Freebase, and on 10 November 2010 renamed Freebase Gridwords Google Refine, releasing version 2.0.17 On 2 October 2012, original author David Huynh announced that Google would soon stop its active support of Google Refine.181920 Since then, the codebase has been in transition to an open source project named OpenRefine.21

References

  1. "openrefine.github.com". openrefine.org. http://openrefine.org/

  2. "Editing by transforming: Cell Editing wiki page from Refine documentation". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/CellEditing#Editing_by_Transforming

  3. "Comparison with spreadsheet software: Cell Editing wiki page in Refine documentation". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/CellEditing#Comparison_with_Spreadsheets_Software

  4. General Refine expression language OpenRefine/OpenRefine Wiki GitHub. Github.com (2013-04-03). Retrieved on 2013-08-16. https://github.com/OpenRefine/OpenRefine/wiki/General-Refine-Expression-Language

  5. "Expressions: Refine documentation". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/DocumentationForUsers#Expressions

  6. "Screencast: Google Refine 2.0 - Introduction (1 of 3) - editing government data". YouTube. 19 July 2011. Retrieved 18 April 2012. https://www.youtube.com/watch?v=B70J_H_zAWM

  7. "Stripping HTML: Refine documentation wiki page". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/StrippingHTML

  8. "FetchingURLsFromWebServices wiki page: Refine documentation". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/FetchingURLsFromWebServices

  9. "Screencast: Google Refine 2.0 - Data Augmentation (3 of 3) - using Openstreetmap Nominatim for geocoding and Freebase for augmentation". YouTube. 19 July 2011. Retrieved 18 April 2012. https://www.youtube.com/watch?v=5tsyz3ibYzk

  10. "Schema Alignment: Refine documentation wiki page". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/SchemaAlignment

  11. "OpenRefine documentation: Reconciliation". GitHub. Retrieved 12 March 2017. https://github.com/OpenRefine/OpenRefine/wiki/Reconciliation

  12. "Importers: Refine documentation wiki page". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/Importers

  13. "Changelog for 2.5". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/ChangesFor2p5

  14. "Exporting: Refine documentation wiki page". Retrieved 18 April 2012. https://code.google.com/p/google-refine/wiki/Exporters

  15. "Google Code Archive - Long-term storage for Google Code Project Hosting". code.google.com. https://code.google.com/archive/p/google-refine/source

  16. "Google Official Blog: Deeper understanding with Metaweb". Retrieved 18 April 2012. http://googleblog.blogspot.com/2010/07/deeper-understanding-with-metaweb.html

  17. "Google Opensource blog: Announcing Google Refine 2.0, a power tool for data wranglers". Retrieved 18 April 2012. http://google-opensource.blogspot.com/2010/11/announcing-google-refine-20-power-tool.html

  18. "Google Groups". groups.google.com. https://groups.google.com/forum/#!topic/openrefine/a3R6afKb4-4

  19. "From Freebase Gridworks to Google Refine and now OpenRefine". http://kb.refinepro.com/2012/10/from-freebase-gridworks-to-google.html

  20. OpenRefine Archived 2016-09-25 at the Wayback Machine. OpenRefine. Retrieved on 2013-08-16. http://openrefine.org/OpenRefine/community

  21. google-refine - Google Refine, a power tool for working with messy data (formerly Freebase Gridworks) - Google Project Hosting. Code.google.com. Retrieved on 2013-08-16. https://code.google.com/p/google-refine/