A Utility Class with static methods that are very useful when working with Polars dataframes Polars Rocks!

Constructors

Methods

Constructors

Methods

  • Compute the sum of all values in a column of a polars dataframe

    Parameters

    • columunName: string

      The name of the column for which you want to compute the total sum of all values

    • providedDf: DataFrame

      The dataframe for which you want to compute the sum of all values in the columunName column.

    Returns Promise<number>

Generated using TypeDoc