Skip to contents

format the dataframe like the model data frame with the same columns order, field types, column names, and the "field_" attributes

Usage

format_df_like_model(df, model)

Arguments

df

dataframe to be formatted

model

model dataframe

Value

formatted dataframe