Contents Menu Expand Light mode Dark mode Auto light/dark mode
jsonpolars 0.4.2 documentation
Logo
jsonpolars 0.4.2 documentation
  • Introduction
  • Supported Polars Expressions
Back to top

manipulation#

class jsonpolars.expr.manipulation.Cast(type: str = 'cast', expr: T_EXPR = _REQUIRED(), dtype: Union[str, pl.DataType, Type[pl.DataType]] = _REQUIRED())[source]#

Ref: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.Expr.cast.html

classmethod from_dict(dct: Dict[str, Any])[source]#

Create an instance of BaseExpr from either a human created dict, or a dict created by the BaseExpr.to_dict method.

Copyright © 2024, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo
On this page
  • manipulation
    • Cast
      • Cast.from_dict()