Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/py-polars/docs/source/reference/lazyframe/aggregation.rst
6939 views
===========
Aggregation
===========

.. currentmodule:: polars
.. autosummary::
   :toctree: api/

    LazyFrame.count
    LazyFrame.max
    LazyFrame.mean
    LazyFrame.median
    LazyFrame.min
    LazyFrame.null_count
    LazyFrame.quantile
    LazyFrame.std
    LazyFrame.sum
    LazyFrame.var