-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Python 3.12 Test Summary
dask/dataframe/io/tests/test_parquet.py::test_append_with_partition: KeyError: 13
dask/dataframe/dask_expr/tests/test_reductions.py::test_value_counts_sort: AssertionError: Series.index are different
Series.index values are different (53.33333 %)
[left]: Index([1, 2, 3, 5, 4, 6, 7, 11, 8, 9, 10, 13, 12, 0, 14], dtype='int64', name='y')
[right]: Index([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 0, 14], dtype='int64', name='y')
Reactions are currently unavailable