Update column type for each column in dataframe
update_col_types(df, types_df)
df | dataframe, containing some columns as specified in types_df |
---|---|
types_df | dataframe, containing columns |
dataframe, dataframe with updated column types (by default columns are updated to character
type)