base_dfop#
Base DataFrame operation.
- jsonpolars.base_dfop.to_dict(inst) Dict[str, Any][source]#
Convert an instance of
BaseExprto a dict. This dict can be used inBaseExpr.from_dictmethod to create a identical instance of the originalBaseExprinstance.