polars#
Accessors#
Note
Registered as df.ht(...) on any polars.DataFrame
via polars.api.register_dataframe_namespace().
Functions#
Counts the number of infinite values in each column of a Polars DataFrame. |
|
Counts the number of NaN values in each column of a Polars DataFrame. |
|
Counts the number of null values in each column of a Polars DataFrame. |
|
Converts all column names and string columns to lowercase. |
|
Convert float and decimal columns to float32 to reduce memory usage. |