polars.SQLContext.register#

SQLContext.register(name: str, lf: LazyFrame) None[source]#

Register a LazyFrame in this SQLContext under a given name.

Parameters:
name

Name of the table

lf

LazyFrame to add as this table name.