Contents Menu Expand Light mode Dark mode Auto light/dark mode
jsonpolars 0.2.3 documentation
Logo
jsonpolars 0.2.3 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]#

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
  • aggregation
    • Count
      • Count.from_dict()