Back to Polars

polars.col

py-polars/docs/source/reference/expressions/col.rst

latest399 B
Original Source

========== polars.col

Create an expression representing column(s) in a DataFrame.

col is technically not a function, but it can be used like one.

See the class documentation below for examples and further documentation.


.. currentmodule:: polars.functions.col .. autoclass:: Col :members: call, getattr :noindex: :autosummary: :autosummary-nosignatures: