You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to work around this with backtick escapes in collect_column_profile_views(), but renaming the columns works: input_df.toDF(*(c.replace('.', '_') for c in input_df.columns)). We might want to maintain a map so we can restore the original column names.
Description
Filing on behalf of report.
column names:
"model1.Category", "model1.input_temp"
in a dataframe named df:
collect_column_profile_views(df)
-> No column named "model1.Category" error
The text was updated successfully, but these errors were encountered: