list#
- class jsonpolars.expr.list.List(type: str = 'list', expr: T_EXPR = _REQUIRED())[source]#
Ref: https://docs.pola.rs/api/python/stable/reference/expressions/list.html
- class jsonpolars.expr.list.ListGet(type: str = 'list_get', expr: T_EXPR = _REQUIRED(), index: Union[int, T_EXPR] = _REQUIRED(), null_on_oob: bool = _NOTHING())[source]#
- class jsonpolars.expr.list.ListEval(type: str = 'list_eval', expr: T_EXPR = _REQUIRED(), expr_to_run: T_EXPR = _REQUIRED(), parallel: bool = _NOTHING())[source]#
Ref: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.Expr.list.eval.html