Skip to contents

This function iterates through the columns of a dataframe and assigns the column name as the label to any column that does not have a label.

Usage

ReplaceMissingLabels(df)

Arguments

df

A dataframe.

Value

The input dataframe with missing labels replaced.