Expression

CommandDescription
dfr agg-groupsCreates an agg_groups expression.
dfr arg-whereCreates an expression that returns the arguments where expression is true.
dfr asCreates an alias expression.
dfr colCreates a named column expression.
dfr concat-strCreates a concat string expression.
dfr countCreates a count expression.
dfr datepartCreates an expression for capturing the specified datepart in a column.
dfr expr-notCreates a not expression.
dfr implodeAggregates a group to a Series.
dfr is-inCreates an is-in expression.
dfr litCreates a literal expression.
dfr maxCreates a max expression or aggregates columns to their max value.
dfr meanCreates a mean expression for an aggregation or aggregates columns to their mean value.
dfr minCreates a min expression or aggregates columns to their min value.
dfr otherwiseCompletes a when expression.
dfr stdCreates a std expression for an aggregation of std value from columns in a dataframe.
dfr sumCreates a sum expression for an aggregation or aggregates columns to their sum value.
dfr varCreate a var expression for an aggregation.
dfr whenCreates and modifies a when expression.
polars agg-groupsCreates an agg_groups expression.
polars arg-whereCreates an expression that returns the arguments where expression is true.
polars asCreates an alias expression.
polars colCreates a named column expression.
polars concat-strCreates a concat string expression.
polars countCreates a count expression.
polars datepartCreates an expression for capturing the specified datepart in a column.
polars expr-notCreates a not expression.
polars implodeAggregates a group to a Series.
polars is-inCreates an is-in expression or checks to see if the elements are contained in the right series
polars litCreates a literal expression.
polars maxCreates a max expression or aggregates columns to their max value.
polars meanCreates a mean expression for an aggregation or aggregates columns to their mean value.
polars minCreates a min expression or aggregates columns to their min value.
polars otherwiseCompletes a when expression.
polars stdCreates a std expression for an aggregation of std value from columns in a dataframe.
polars sumCreates a sum expression for an aggregation or aggregates columns to their sum value.
polars varCreate a var expression for an aggregation.
polars whenCreates and modifies a when expression.