sql_to_ibis
sql_to_ibis copied to clipboard
A Python package that parses sql and converts it to ibis expressions
Support syntax highlighting in VSCode for sql_to_ibis's "universal" SQL dialect
`"SELECT * FROM mytable WHERE column1='x' AND (column2='y' OR column3='z')` works but `"SELECT * FROM mytable WHERE (column1='x' AND (column2='y' OR column3='z'))` raises `InvalidQueryException`. Sure, the outer parens around the...
Make function to extract a certain part of a date
Make date function which extracts the date from an object
Make this meta object so that things like expression / literal count are not shared