Owen Stephens
Owen Stephens
Following the transition to the new Workbench, instructor notes can be integrated into episodes/lessons. This issue is for ``` Episode 11: Transformations - Handling Arrays ``` Some notes could be...
Following the transition to the new Workbench, instructor notes can be integrated into episodes/lessons. This issue is for ``` Episode 10: Transforming Strings, Numbers, Dates and Booleans ``` Some notes...
Following the transition to the new Workbench, instructor notes can be integrated into episodes/lessons. This issue is for ``` Episode 9: Transformations - Undo and Redo ``` Some notes could...
Following the transition to the new Workbench, instructor notes can be integrated into episodes/lessons. This issue is for ``` Episode 7: Introduction to Transformations ``` Some notes could be copied...
Following the transition to the new Workbench, instructor notes can be integrated into episodes/lessons. This issue is for ``` Episode 6: Working with columns and sorting ``` Some notes could...
Following the transition to the new Workbench, instructor notes can be integrated into episodes/lessons. This issue is for ``` Episode 5: Clustering ``` Some notes could be copied from the...
The examples of data "cleaning" in episode 1 (e.g. reformatting dates) are currently tabular, but this causes display and potentially accessibility issues. Where we can we should use alternative formatting....
The gokbutils extension includes a command which adds blank rows to the start of a project. This is a request to implement that command into the core product using the...
Before Library Carpentry lessons formally joined the Carpentries, we had some discussion about the display of URLs in lessons (see https://github.com/data-lessons/library-openrefine-DEPRECATED/issues/54) tl/dr; should we include full URLs in the lesson...
Compare the code for Filter https://github.com/OpenRefine/OpenRefine/blob/05978a07fa8cdca0dc356233b178ef85d76c1676/main/src/com/google/refine/grel/controls/Filter.java#L70 to equivalent code in ForEach https://github.com/OpenRefine/OpenRefine/blob/05978a07fa8cdca0dc356233b178ef85d76c1676/main/src/com/google/refine/grel/controls/ForEach.java#L74 Filter should return an eval error not a string at this point so it can be caught appropriately...