An SQL-like language for data preprocessing that can be used to apply basic data preprocessing algorithms and then generate equivalent python code for applied preprocessing
$ virtualenv ENV
$ source ENV/bin/activate
$ pip install -r requirements.txt
$ ./lion.py
Example of the language can be found in the /testModels folder