dcmoura / spyql

Query data on the command line with SQL-like SELECTs powered by Python expressions
https://spyql.readthedocs.io
MIT License
918 stars 25 forks source link

Initialization Code #13

Closed dcmoura closed 3 years ago

dcmoura commented 3 years ago

Command line option to allow running Python initialization code. Most typical cases should be importing libraries, initializing variables and defining functions.