A self-paced learning resource for using Python as an OpenRefine expression language
- TeX 66.7%
- Nix 32.4%
- Just 0.9%
Using Python with OpenRefine
A self-led learning resources to help you use Python with OpenRefine.
Usage
Building the book
If you'd like to develop and/or build the Using Python with OpenRefine book, you should:
- Clone this repository
- Run
pip install -r requirements.txt(it is recommended you do this within a virtual environment) - (Optional) Edit the books source files located in the
src/directory - Run
jupyter-book clean src/to remove any existing builds - Run
jupyter-book build src/
A fully-rendered HTML version of the book will be built in src/_build/html/.
Credits
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.