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

aggregation#

class jsonpolars.dfop.aggregation.Count(type: str = 'count')[source]#

Ref: https://docs.pola.rs/api/python/stable/reference/dataframe/api/polars.DataFrame.count.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
  • aggregation
    • Count
      • Count.from_dict()