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

The following methods are available under the `expr.arr` attribute.

.. currentmodule:: polars
.. autosummary::
   :toctree: api/
   :template: autosummary/accessor_method.rst

    Expr.arr.all
    Expr.arr.any
    Expr.arr.arg_max
    Expr.arr.arg_min
    Expr.arr.contains
    Expr.arr.count_matches
    Expr.arr.explode
    Expr.arr.first
    Expr.arr.get
    Expr.arr.join
    Expr.arr.last
    Expr.arr.len
    Expr.arr.max
    Expr.arr.mean
    Expr.arr.median
    Expr.arr.min
    Expr.arr.n_unique
    Expr.arr.reverse
    Expr.arr.shift
    Expr.arr.sort
    Expr.arr.std
    Expr.arr.sum
    Expr.arr.to_list
    Expr.arr.to_struct
    Expr.arr.unique
    Expr.arr.var