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
Bug report reduce cannot handle duplicate column names in multiple nested dataframes, as it "flattens" all the input columns to a single dataframe. Fixing this should wait until #33 is resolved. Knowingly introduced by #34 .
Before submitting
Please check the following:
I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem.
I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead.
If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.
The text was updated successfully, but these errors were encountered:
One potential solution here is to rename the columns when generating the merged frame to the form layer.column. Then before returning the result frame we rename all of the columns to drop the layer. prefix.
Bug report
reduce
cannot handle duplicate column names in multiple nested dataframes, as it "flattens" all the input columns to a single dataframe. Fixing this should wait until #33 is resolved. Knowingly introduced by #34 .Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: