Skip to content

MohamedHmini/DSL-Lion

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.1%
  • Smarty 29.9%