/DSL-Lion

a DSL name lion based on pandas that is supposed to make your cleaning data cycle easier

Primary LanguagePython

Description :

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

set up :

$ virtualenv ENV
$ source ENV/bin/activate
$ pip install -r requirements.txt

using lion :

$ ./lion.py

Examples of the syntax :

Example of the language can be found in the /testModels folder

Authors :

Mohamed Hmini
Achraf Bougadre