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

manipulation#

class jsonpolars.expr.manipulation.Cast(type: str = 'cast', expr: T_EXPR = Sentinel('REQUIRED'), dtype: DataType = Sentinel('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]#

Construct an instance from dataclass-like data. It could be a dictionary, an instance of this class, or None.

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