The Wayback Machine - https://web.archive.org/web/20220216032955/https://github.com/topics/opendata
Skip to content
#

opendata

Open data is data that can be freely used, re-used, and redistributed by anyone - subject only, at most, to the requirement to attribute and sharealike.

Here are 1,349 public repositories matching this topic...

wetneb
wetneb commented Jan 30, 2022

The variable columnNames is not available in Jython, whereas it is available in GREL. It is useful to iterate over all cells in a row, for instance with this expression:
forEach(row.columnNames,cn,cells[cn].value)
(see https://groups.google.com/g/openrefine/c/gV0bLUz7p7o)

Proposed solution

We could make this variable available in Jython too.
It would also be good to [document](https

joaquinvanschoren
joaquinvanschoren commented Aug 27, 2021

It is currently not possible to edit the description of studies. That's unfortunate because people may want to update them with new information, such as analyses or citation requests.

A simple API call that overwrites the description, only accessible to the creator, would do the trick.