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

Function to dump columns that are dictionaries as json #95

Open dcmoura opened 1 year ago

dcmoura commented 1 year ago

to_json(.a_dict_col) would generate a json string.

Follow-up of #94