Closed maennchen closed 5 months ago
@maennchen I can confirm this is a regression. Thank you!
In order to mitigate this before we launch a new version, please use the Explorer.DataFrame.relocate/3
function as a workaround:
df_c = Explorer.DataFrame.relocate(df_b, "b", after: "a")
Explorer.DataFrame.concat_rows(df_a, df_c)
Script
Expected
(This is the result produced for
0.8.1
.)Actual