column#
- class jsonpolars.expr.column.Column(type: str = 'column', name: str = Sentinel('REQUIRED'))[source]#
Ref: https://docs.pola.rs/api/python/stable/reference/expressions/col.html
- class jsonpolars.expr.column.Alias(type: str = 'alias', name: str = Sentinel('REQUIRED'), expr: T_EXPR = Sentinel('REQUIRED'))[source]#
Ref: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.Expr.alias.html