modin_df.reset_index
is failed with ValueError: cannot insert colname, already exists
but pandas works
#4208
Labels
bug 🦗
Something isn't working
System information
modin.__version__
): b702759Describe the problem
Modin throws an error but pandas doesn't. The issue is observed in Santander workload. A possible reason is not correct propagating of new names of columns to lowest levels of architecture.
Source code / logs
Modin output:
Pandas output:
The text was updated successfully, but these errors were encountered: