polars#

Functions#

pl_ht

Polars head and tail in one command, with optional rounding.

inf_count

Counts the number of infinite values in each column of a Polars DataFrame.

nan_count

Counts the number of NaN values in each column of a Polars DataFrame.

nul_count

Counts the number of null values in each column of a Polars DataFrame.

lowercase_polars_df

Converts all column names and string columns to lowercase.

to_float32_polars_df

Convert all numerical columns type to float32.