mito-ds/mito

Non-deterministic pivot table code

Opened this issue · 0 comments

  1. Run the test test_all_edits_optimized_after_import_pivot and see that it sometimes passes and sometimes fails because it sometimes generates: tmp_df = test[[\'B\', \'A\']].copy() and other times generates tmp_df = test[[\'A\', \'B\']].copy()
Untitled.mov