Skip to content

Commit

Permalink
Update test_sort_first_koalas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz authored Apr 25, 2024
1 parent d9d1526 commit faada2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sort_first_koalas.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"B": array([9, 5, 4, 1, 4, 6, 1, 3, 4, 9, 2, 4, 4, 4, 8, 1, 2, 1, 5, 8]),
"C": array([4, 3, 8, 3, 1, 1, 5, 6, 6, 7, 9, 5, 2, 5, 9, 2, 2, 8, 4, 7]),
"D": array([8, 3, 1, 4, 6, 5, 5, 7, 5, 5, 4, 5, 5, 9, 5, 4, 8, 6, 6, 1]),
"E": array([2, 6, 4, 1, 6, 1, 2, 3, 5, 3, 1, 4, 3, 1, 8, 6, 1, 3, 8, 3]),
"E": array([2, 6, 4, 1, 7, 9, 10, 3, 5, 11, 12, 13, 14, 15, 8, 16, 17, 18, 19, 20]),
}

all_inputs = [pd.DataFrame(data)]
Expand Down

0 comments on commit faada2a

Please sign in to comment.