polars.SQLContext.execute#

SQLContext.execute(query: str) LazyFrame[source]#

Parse the givens SQL query and transform that to a LazyFrame.

Parameters:
query

A SQL query