From 734d37e37ada989116dc96f6e65089d42eb56c0c Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:52:53 +0000 Subject: [PATCH 1/3] Add remaining pandas test failures to NODEIDS_THAT_FAIL for pandas 3 --- .../cudf/pandas/scripts/conftest-patch.py | 2196 ++++++++++++++++- 1 file changed, 2173 insertions(+), 23 deletions(-) diff --git a/python/cudf/cudf/pandas/scripts/conftest-patch.py b/python/cudf/cudf/pandas/scripts/conftest-patch.py index ffaf6dba8ed1..ade69bc6cfa8 100644 --- a/python/cudf/cudf/pandas/scripts/conftest-patch.py +++ b/python/cudf/cudf/pandas/scripts/conftest-patch.py @@ -87,16 +87,93 @@ def pytest_unconfigure(config): # Keep keys in alphabeical order NODEIDS_THAT_FAIL = { + "tests/apply/test_frame_apply.py::test_apply[MockEngineDecorator]": "AssertionError", "tests/apply/test_frame_apply.py::test_apply[python]": "TODO: Add a reason for failure", + "tests/apply/test_frame_apply.py::test_apply_args[MockEngineDecorator-False-False-0]": "AssertionError", + "tests/apply/test_frame_apply.py::test_apply_args[MockEngineDecorator-False-False-1]": "AssertionError", + "tests/apply/test_frame_apply.py::test_apply_args[MockEngineDecorator-True-False-0]": "AssertionError", + "tests/apply/test_frame_apply.py::test_apply_args[MockEngineDecorator-True-False-1]": "AssertionError", + "tests/apply/test_frame_apply.py::test_apply_datetime_tz_issue[MockEngineDecorator]": "AssertionError", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-0-False-mean-columns]": "AssertionError: assert Index(['a', 'b', 'c'], dtype='str') is Index(['a', 'b', 'c'], dtype='str')", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-0-False-mean-index]": "assert RangeIndex(start=0, stop=0, step=1) is RangeIndex(start=0, stop=0, step=1)", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-0-True-mean-columns]": "AssertionError: assert Index(['a', 'b', 'c'], dtype='str') is Index(['a', 'b', 'c'], dtype='str')", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-0-True-mean-index]": "assert RangeIndex(start=0, stop=0, step=1) is RangeIndex(start=0, stop=0, step=1)", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-1-False-mean-columns]": "assert RangeIndex(start=0, stop=0, step=1) is RangeIndex(start=0, stop=0, step=1)", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-1-False-mean-index]": "AssertionError: assert Index(['a', 'b', 'c'], dtype='str') is Index(['a', 'b', 'c'], dtype='str')", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-1-True-mean-columns]": "assert RangeIndex(start=0, stop=0, step=1) is RangeIndex(start=0, stop=0, step=1)", + "tests/apply/test_frame_apply.py::test_apply_empty_infer_type[MockEngineDecorator-1-True-mean-index]": "AssertionError: assert Index(['a', 'b', 'c'], dtype='str') is Index(['a', 'b', 'c'], dtype='str')", + "tests/apply/test_frame_apply.py::test_apply_funcs_over_empty[prod]": "TypeError: Cannot perform reduction 'prod' with string dtype", "tests/apply/test_frame_apply.py::test_apply_function_runs_once": "TODO: Add a reason for failure", + "tests/apply/test_frame_apply.py::test_apply_getitem_axis_1[MockEngineDecorator]": "AssertionError", + "tests/apply/test_frame_apply.py::test_apply_no_suffix_index[MockEngineDecorator]": "AssertionError", + "tests/apply/test_frame_apply.py::test_apply_raw_function_runs_once[MockEngineDecorator]": "assert [] == [1, 2, 3]", "tests/apply/test_frame_apply.py::test_apply_raw_function_runs_once[python]": "TODO: Add a reason for failure", + "tests/apply/test_frame_apply.py::test_frequency_is_original[MockEngineDecorator-2]": "AssertionError", + "tests/apply/test_frame_apply.py::test_frequency_is_original[MockEngineDecorator-3]": "AssertionError", + "tests/apply/test_frame_apply.py::test_frequency_is_original[MockEngineDecorator-5]": "AssertionError", + "tests/apply/test_frame_apply.py::test_result_type_series_result[MockEngineDecorator]": "AssertionError", + "tests/apply/test_frame_apply.py::test_result_type_series_result_other_index[MockEngineDecorator]": "AssertionError", "tests/apply/test_series_apply.py::test_apply[False]": "TODO: Add a reason for failure", "tests/apply/test_series_apply.py::test_apply[compat]": "TODO: Add a reason for failure", + "tests/apply/test_series_apply.py::test_apply_map_evaluate_lambdas_the_same[compat-MockEngineDecorator-str]": "AssertionError: Attributes of Series are different", + "tests/apply/test_series_apply.py::test_apply_map_evaluate_lambdas_the_same[compat-None-str]": "AssertionError: Attributes of Series are different", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[bfill]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[cummax]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[cummin]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[cumprod]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[cumsum]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[diff]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[ffill]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[pct_change]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[rank]": "AssertionError: assert 1 > 1", + "tests/apply/test_str.py::test_transform_groupby_kernel_frame[shift]": "AssertionError: assert 1 > 1", + "tests/arithmetic/test_bool.py::test_divmod_bool_raises[DataFrame]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_bool.py::test_divmod_bool_raises[Index]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_bool.py::test_divmod_bool_raises[Series]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_categorical.py::TestCategoricalComparisons::test_categorical_tuple_equality": "TODO: Add a reason for failure", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'Asia/Tokyo']": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'US/Eastern']": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['Asia/Tokyo'-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['US/Eastern'-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-None]": "TODO: Add a reason for failure", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-other6]": "TODO: Add a reason for failure", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-None]": "TODO: Add a reason for failure", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-other6]": "TODO: Add a reason for failure", + "tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['Asia/Tokyo'-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['US/Eastern'-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names0]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names1]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names2]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names3]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names4]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names5]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names6]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names0]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names1]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names2]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names3]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names4]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names5]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names6]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[ms]": "AssertionError: assert None == '2D'", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[ns]": "AssertionError: assert None == '2D'", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[s]": "AssertionError: assert None == '2D'", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[us]": "AssertionError: assert None == '2D'", + "tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_with_timezones": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_series_operators_arithmetic[numexpr-pow-slice]": "AssertionError: Series are different", + "tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_series_operators_arithmetic[python-pow-slice]": "AssertionError: Series are different", "tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_mod_zero_df[numexpr]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_mod_zero_df[python]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[numexpr-float32-int64]": "TODO: Add a reason for failure", @@ -120,23 +197,29 @@ def pytest_unconfigure(config): "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-DataFrame-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-Index-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-Series-NaT]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-array-np.datetime64('2021-01-01T00:00:00.000000')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-array-np.datetime64('NaT','ns')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-array-np.timedelta64('NaT')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-array-np.timedelta64('NaT','D')]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-array-np.timedelta64(111600000000,'us')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index1-array-np.timedelta64(31,'h')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-DataFrame-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-Index-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-Series-NaT]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-array-np.datetime64('2021-01-01T00:00:00.000000')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-array-np.datetime64('NaT','ns')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-array-np.timedelta64('NaT')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-array-np.timedelta64('NaT','D')]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-array-np.timedelta64(111600000000,'us')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-Index2-array-np.timedelta64(31,'h')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-DataFrame-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-Index-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-Series-NaT]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-array-np.datetime64('2021-01-01T00:00:00.000000')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-array-np.datetime64('NaT','ns')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-array-np.timedelta64('NaT')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-array-np.timedelta64('NaT','D')]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-array-np.timedelta64(111600000000,'us')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[numexpr-RangeIndex-array-np.timedelta64(31,'h')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index0-DataFrame-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index0-Index-NaT]": "TODO: Add a reason for failure", @@ -144,23 +227,29 @@ def pytest_unconfigure(config): "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-DataFrame-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-Index-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-Series-NaT]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-array-np.datetime64('2021-01-01T00:00:00.000000')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-array-np.datetime64('NaT','ns')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-array-np.timedelta64('NaT')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-array-np.timedelta64('NaT','D')]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-array-np.timedelta64(111600000000,'us')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index1-array-np.timedelta64(31,'h')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-DataFrame-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-Index-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-Series-NaT]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-array-np.datetime64('2021-01-01T00:00:00.000000')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-array-np.datetime64('NaT','ns')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-array-np.timedelta64('NaT')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-array-np.timedelta64('NaT','D')]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-array-np.timedelta64(111600000000,'us')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-Index2-array-np.timedelta64(31,'h')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-DataFrame-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-Index-NaT]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-Series-NaT]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-array-np.datetime64('2021-01-01T00:00:00.000000')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-array-np.datetime64('NaT','ns')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-array-np.timedelta64('NaT')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-array-np.timedelta64('NaT','D')]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-array-np.timedelta64(111600000000,'us')]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimedeltalike_invalid[python-RangeIndex-array-np.timedelta64(31,'h')]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_numeric_arr_mul_tdscalar[numexpr-Index0-array-timedelta64_0]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_numeric_arr_mul_tdscalar[numexpr-Index0-array-timedelta64_1]": "TODO: Add a reason for failure", @@ -202,6 +291,9 @@ def pytest_unconfigure(config): "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_numeric_arr_rdiv_tdscalar[python-timedelta64_1-Index1-array]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_numeric_arr_rdiv_tdscalar[python-timedelta64_1-Index2-array]": "TODO: Add a reason for failure", "tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_numeric_arr_rdiv_tdscalar[python-timedelta64_1-RangeIndex-array]": "TODO: Add a reason for failure", + "tests/arithmetic/test_numeric.py::test_integer_array_add_list_like[numexpr-to_array-Index-data0-expected_data0]": "AssertionError: numpy array are different", + "tests/arithmetic/test_numeric.py::test_integer_array_add_list_like[python-to_array-Index-data0-expected_data0]": "AssertionError: numpy array are different", + "tests/arithmetic/test_object.py::TestObjectComparisons::test_more_na_comparisons[None]": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_object.py::TestObjectComparisons::test_object_comparisons[True]": "TODO: Add a reason for failure", "tests/arithmetic/test_object.py::test_index_ops_defer_to_unknown_subclasses[datetime]": "TODO: Add a reason for failure", "tests/arithmetic/test_object.py::test_index_ops_defer_to_unknown_subclasses[object]": "TODO: Add a reason for failure", @@ -209,13 +301,37 @@ def pytest_unconfigure(config): "tests/arithmetic/test_object.py::test_index_ops_defer_to_unknown_subclasses[timedelta]": "TODO: Add a reason for failure", "tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period": "TODO: Add a reason for failure", "tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat": "TODO: Add a reason for failure", + "tests/arithmetic/test_string.py::test_add[string=object]": "[XPASS(strict)] Need to update expected for numpy object dtype", + "tests/arithmetic/test_string.py::test_add_2d[string=str[pyarrow]]": "[XPASS(strict)] Failed: DID NOT RAISE ", + "tests/arithmetic/test_string.py::test_add_2d[string=string[pyarrow]]": "[XPASS(strict)] Failed: DID NOT RAISE ", + "tests/arithmetic/test_string.py::test_comparison_methods_array[eq-string=object-string=string[python]]": "AssertionError: numpy array are different", + "tests/arithmetic/test_string.py::test_comparison_methods_array[eq-string=string[python]-string=object]": "AssertionError: right is not an ExtensionArray", + "tests/arithmetic/test_string.py::test_comparison_methods_array[ge-string=object-string=string[python]]": "AssertionError: numpy array are different", + "tests/arithmetic/test_string.py::test_comparison_methods_array[ge-string=string[python]-string=object]": "AssertionError: right is not an ExtensionArray", + "tests/arithmetic/test_string.py::test_comparison_methods_array[gt-string=object-string=string[python]]": "AssertionError: numpy array are different", + "tests/arithmetic/test_string.py::test_comparison_methods_array[gt-string=string[python]-string=object]": "AssertionError: right is not an ExtensionArray", + "tests/arithmetic/test_string.py::test_comparison_methods_array[le-string=object-string=string[python]]": "AssertionError: numpy array are different", + "tests/arithmetic/test_string.py::test_comparison_methods_array[le-string=string[python]-string=object]": "AssertionError: right is not an ExtensionArray", + "tests/arithmetic/test_string.py::test_comparison_methods_array[lt-string=object-string=string[python]]": "AssertionError: numpy array are different", + "tests/arithmetic/test_string.py::test_comparison_methods_array[lt-string=string[python]-string=object]": "AssertionError: right is not an ExtensionArray", + "tests/arithmetic/test_string.py::test_comparison_methods_array[ne-string=object-string=string[python]]": "AssertionError: numpy array are different", + "tests/arithmetic/test_string.py::test_comparison_methods_array[ne-string=string[python]-string=object]": "AssertionError: right is not an ExtensionArray", "tests/arithmetic/test_timedelta64.py::TestAddSubNaTMasking::test_tdi_add_overflow": "TODO: Add a reason for failure", + "tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_timedelta[D]": "AssertionError: assert None == ", + "tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_timedelta_tick_arithmetic": "AssertionError: Index are different", "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[DataFrame]": "TODO: Add a reason for failure", "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[Series]": "TODO: Add a reason for failure", "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_td64arr_with_nat[DataFrame]": "TODO: Add a reason for failure", + "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_masked[Index-int64[pyarrow]]": "AssertionError: Index are different", + "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_masked[Series-int64[pyarrow]]": "AssertionError: Attributes of Series are different", "tests/arrays/boolean/test_arithmetic.py::test_div": "TODO: Add a reason for failure", "tests/arrays/boolean/test_construction.py::test_coerce_to_array_from_boolean_array": "TODO: Add a reason for failure", "tests/arrays/boolean/test_construction.py::test_to_numpy_copy": "TODO: Add a reason for failure", + "tests/arrays/boolean/test_function.py::test_value_counts_with_normalize": "AssertionError: Series.index are different", + "tests/arrays/boolean/test_reduction.py::test_any_all[Series-values1-False-False-exp_any_noskip1-False]": "assert np.True_ is ", + "tests/arrays/boolean/test_reduction.py::test_any_all[Series-values2-False-True-exp_any_noskip2-exp_all_noskip2]": "assert np.True_ is ", + "tests/arrays/boolean/test_reduction.py::test_reductions_return_types[False-count]": "AssertionError: vs ", + "tests/arrays/boolean/test_reduction.py::test_reductions_return_types[True-count]": "AssertionError: vs ", "tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_searchsorted[False]": "TODO: Add a reason for failure", "tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_searchsorted[None]": "TODO: Add a reason for failure", "tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_searchsorted[True]": "TODO: Add a reason for failure", @@ -223,6 +339,7 @@ def pytest_unconfigure(config): "tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories": "TODO: Add a reason for failure", "tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_codes_immutable": "TODO: Add a reason for failure", "tests/arrays/categorical/test_astype.py::TestAstype::test_astype[False]": "TODO: Add a reason for failure", + "tests/arrays/categorical/test_astype.py::TestAstype::test_astype[None]": "AssertionError: numpy array are different", "tests/arrays/categorical/test_astype.py::TestAstype::test_astype[True]": "TODO: Add a reason for failure", "tests/arrays/categorical/test_astype.py::TestAstype::test_astype_nan_to_int[values0-CategoricalIndex]": "TODO: Add a reason for failure", "tests/arrays/categorical/test_astype.py::TestAstype::test_astype_nan_to_int[values1-CategoricalIndex]": "TODO: Add a reason for failure", @@ -230,7 +347,9 @@ def pytest_unconfigure(config): "tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_preserves_freq": "TODO: Add a reason for failure", "tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_sequence_copy": "TODO: Add a reason for failure", "tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_where_new_category_raises": "TODO: Add a reason for failure", + "tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_compare_categorical_with_missing[a10-a20-categories0]": "AssertionError: Attributes of Series are different", "tests/arrays/categorical/test_replace.py::test_replace_categorical_ea_dtype": "TODO: Add a reason for failure", + "tests/arrays/categorical/test_replace.py::test_replace_categorical_ea_dtype_different_cats_raises": "Failed: DID NOT RAISE ", "tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_sort_values": "TODO: Add a reason for failure", "tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_sort_values_na_position": "TODO: Add a reason for failure", "tests/arrays/datetimes/test_constructors.py::TestDatetimeArrayConstructor::test_copy": "TODO: Add a reason for failure", @@ -252,7 +371,23 @@ def pytest_unconfigure(config): "tests/arrays/floating/test_comparison.py::TestComparisonOps::test_ufunc_with_out[Float32Dtype]": "TODO: Add a reason for failure", "tests/arrays/floating/test_comparison.py::TestComparisonOps::test_ufunc_with_out[Float64Dtype]": "TODO: Add a reason for failure", "tests/arrays/floating/test_construction.py::test_floating_array_constructor_copy": "TODO: Add a reason for failure", + "tests/arrays/floating/test_construction.py::test_to_array_none_is_nan[False-a2-b2]": "AssertionError: ExtensionArray NA mask are different", + "tests/arrays/floating/test_construction.py::test_to_array_none_is_nan[False-a3-b3]": "AssertionError: ExtensionArray NA mask are different", + "tests/arrays/floating/test_construction.py::test_to_array_none_is_nan[False-a4-b4]": "AssertionError: ExtensionArray NA mask are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single[False-sign]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single[True-sign]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[False-cos]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[False-exp]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[False-log]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[False-sin]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[False-sqrt]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[True-cos]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[True-exp]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[True-log]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[True-sin]": "AssertionError: Attributes of Series are different", + "tests/arrays/floating/test_function.py::test_ufuncs_single_float[True-sqrt]": "AssertionError: Attributes of Series are different", "tests/arrays/floating/test_function.py::test_value_counts_empty": "TODO: Add a reason for failure", + "tests/arrays/floating/test_repr.py::test_frame_repr[Float32Dtype]": "AssertionError: assert ' ... 0.100000001' == ' A\n0 \n1 0.1'", "tests/arrays/floating/test_to_numpy.py::test_to_numpy_copy": "TODO: Add a reason for failure", "tests/arrays/integer/test_arithmetic.py::test_values_multiplying_large_series_by_NA": "TODO: Add a reason for failure", "tests/arrays/integer/test_comparison.py::TestComparisonOps::test_scalar[ge-UInt64Dtype--1]": "TODO: Add a reason for failure", @@ -267,10 +402,32 @@ def pytest_unconfigure(config): "tests/arrays/integer/test_comparison.py::TestComparisonOps::test_ufunc_with_out[UInt32Dtype]": "TODO: Add a reason for failure", "tests/arrays/integer/test_comparison.py::TestComparisonOps::test_ufunc_with_out[UInt64Dtype]": "TODO: Add a reason for failure", "tests/arrays/integer/test_comparison.py::TestComparisonOps::test_ufunc_with_out[UInt8Dtype]": "TODO: Add a reason for failure", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[Int16Dtype-False]": "Failed: DID NOT RAISE ", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[Int32Dtype-False]": "Failed: DID NOT RAISE ", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[Int64Dtype-False]": "Failed: DID NOT RAISE ", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[Int8Dtype-False]": "Failed: DID NOT RAISE ", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[UInt16Dtype-False]": "Failed: DID NOT RAISE ", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[UInt32Dtype-False]": "Failed: DID NOT RAISE ", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[UInt64Dtype-False]": "Failed: DID NOT RAISE ", + "tests/arrays/integer/test_construction.py::test_from_dtype_from_float[UInt8Dtype-False]": "Failed: DID NOT RAISE ", "tests/arrays/integer/test_construction.py::test_integer_array_constructor_copy": "TODO: Add a reason for failure", "tests/arrays/integer/test_dtypes.py::test_astype_copy": "TODO: Add a reason for failure", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[False-cos]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[False-exp]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[False-log]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[False-sin]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[False-sqrt]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[True-cos]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[True-exp]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[True-log]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[True-sin]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_float[True-sqrt]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_int[False-sign]": "AssertionError: Attributes of Series are different", + "tests/arrays/integer/test_function.py::test_ufuncs_single_int[True-sign]": "AssertionError: Attributes of Series are different", "tests/arrays/integer/test_function.py::test_value_counts_empty": "TODO: Add a reason for failure", "tests/arrays/interval/test_interval_pyarrow.py::test_arrow_array": "TODO: Add a reason for failure", + "tests/arrays/interval/test_interval_pyarrow.py::test_arrow_array_missing[False]": "pyarrow.lib.ArrowTypeError: Did not pass numpy.dtype object", + "tests/arrays/interval/test_interval_pyarrow.py::test_arrow_array_missing[True]": "pyarrow.lib.ArrowTypeError: Did not pass numpy.dtype object", "tests/arrays/interval/test_interval_pyarrow.py::test_from_arrow_from_raw_struct_array": "TODO: Add a reason for failure", "tests/arrays/masked/test_arithmetic.py::test_frame[boolean-__floordiv__]": "TODO: Add a reason for failure", "tests/arrays/masked/test_arithmetic.py::test_frame[boolean-__pow__]": "TODO: Add a reason for failure", @@ -293,6 +450,30 @@ def pytest_unconfigure(config): "tests/arrays/masked/test_arrow_compat.py::test_arrow_array[UInt64]": "TODO: Add a reason for failure", "tests/arrays/masked/test_arrow_compat.py::test_arrow_array[UInt8]": "TODO: Add a reason for failure", "tests/arrays/masked/test_arrow_compat.py::test_arrow_array[boolean]": "TODO: Add a reason for failure", + "tests/arrays/masked/test_arrow_compat.py::test_arrow_from_arrow_uint": "AttributeError: 'UInt32Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_dataframe_from_arrow_types_mapper": "ValueError: This column does not support to be converted to a pandas ExtensionArray", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Float32-arr0]": "AttributeError: 'Float32Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Float32-arr1]": "AttributeError: 'Float32Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Float64-arr0]": "AttributeError: 'Float64Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Float64-arr1]": "AttributeError: 'Float64Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int16-arr0]": "AttributeError: 'Int16Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int16-arr1]": "AttributeError: 'Int16Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int32-arr0]": "AttributeError: 'Int32Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int32-arr1]": "AttributeError: 'Int32Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int64-arr0]": "AttributeError: 'Int64Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int64-arr1]": "AttributeError: 'Int64Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int8-arr0]": "AttributeError: 'Int8Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[Int8-arr1]": "AttributeError: 'Int8Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt16-arr0]": "AttributeError: 'UInt16Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt16-arr1]": "AttributeError: 'UInt16Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt32-arr0]": "AttributeError: 'UInt32Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt32-arr1]": "AttributeError: 'UInt32Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt64-arr0]": "AttributeError: 'UInt64Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt64-arr1]": "AttributeError: 'UInt64Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt8-arr0]": "AttributeError: 'UInt8Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[UInt8-arr1]": "AttributeError: 'UInt8Dtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[boolean-arr0]": "AttributeError: 'BooleanDtype' object has no attribute '__from_arrow__'", + "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_null[boolean-arr1]": "AttributeError: 'BooleanDtype' object has no attribute '__from_arrow__'", "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_type_error[Float32]": "TODO: Add a reason for failure", "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_type_error[Float64]": "TODO: Add a reason for failure", "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_type_error[Int16]": "TODO: Add a reason for failure", @@ -304,6 +485,8 @@ def pytest_unconfigure(config): "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_type_error[UInt64]": "TODO: Add a reason for failure", "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_type_error[UInt8]": "TODO: Add a reason for failure", "tests/arrays/masked/test_arrow_compat.py::test_from_arrow_type_error[boolean]": "TODO: Add a reason for failure", + "tests/arrays/numpy_/test_numpy.py::test_asarray_readonly[None]": "assert not True", + "tests/arrays/numpy_/test_numpy.py::test_asarray_readonly[int64]": "assert not True", "tests/arrays/numpy_/test_numpy.py::test_factorize_unsigned": "TODO: Add a reason for failure", "tests/arrays/numpy_/test_numpy.py::test_np_max_nested_tuples": "TODO: Add a reason for failure", "tests/arrays/numpy_/test_numpy.py::test_np_reduce_2d": "TODO: Add a reason for failure", @@ -313,9 +496,12 @@ def pytest_unconfigure(config): "tests/arrays/numpy_/test_numpy.py::test_ufunc_unary[absolute]": "TODO: Add a reason for failure", "tests/arrays/numpy_/test_numpy.py::test_ufunc_unary[negative]": "TODO: Add a reason for failure", "tests/arrays/numpy_/test_numpy.py::test_ufunc_unary[positive]": "TODO: Add a reason for failure", + "tests/arrays/period/test_arrow_compat.py::test_arrow_array[data0-D]": "pyarrow.lib.ArrowTypeError: Did not pass numpy.dtype object", + "tests/arrays/period/test_arrow_compat.py::test_arrow_array[data1-Y-DEC]": "pyarrow.lib.ArrowTypeError: Did not pass numpy.dtype object", "tests/arrays/period/test_arrow_compat.py::test_arrow_array_missing": "TODO: Add a reason for failure", "tests/arrays/period/test_astype.py::test_astype_copies": "TODO: Add a reason for failure", "tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix_columns[columns1]": "TODO: Add a reason for failure", + "tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_subclassing": "AttributeError: 'SparseArray' object has no attribute 'reshape'. Did you mean: 'shape'?", "tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[add-a0-b0]": "TODO: Add a reason for failure", "tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[add-a1-b1]": "TODO: Add a reason for failure", "tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[greater-a0-b0]": "TODO: Add a reason for failure", @@ -333,6 +519,24 @@ def pytest_unconfigure(config): "tests/arrays/string_/test_string.py::test_isin[string=str[python]]": "TODO: Add a reason for failure", "tests/arrays/string_/test_string.py::test_isin[string=string[pyarrow]]": "TODO: Add a reason for failure", "tests/arrays/string_/test_string.py::test_isin[string=string[python]]": "TODO: Add a reason for failure", + "tests/arrays/string_/test_string.py::test_min_max[False-string=str[pyarrow]-max]": "assert np.float64(nan) is nan", + "tests/arrays/string_/test_string.py::test_min_max[False-string=str[pyarrow]-min]": "assert np.float64(nan) is nan", + "tests/arrays/string_/test_string.py::test_min_max[False-string=str[python]-max]": "AssertionError: assert np.float64(nan) is nan", + "tests/arrays/string_/test_string.py::test_min_max[False-string=str[python]-min]": "AssertionError: assert np.float64(nan) is nan", + "tests/arrays/string_/test_string.py::test_min_max[False-string=string[pyarrow]-max]": "assert np.float64(nan) is ", + "tests/arrays/string_/test_string.py::test_min_max[False-string=string[pyarrow]-min]": "assert np.float64(nan) is ", + "tests/arrays/string_/test_string.py::test_min_max[False-string=string[python]-max]": "AssertionError: assert np.float64(nan) is ", + "tests/arrays/string_/test_string.py::test_min_max[False-string=string[python]-min]": "AssertionError: assert np.float64(nan) is ", + "tests/arrays/string_/test_string.py::test_numpy_random_permute[string=str[python]-Series]": "ValueError: array is read-only", + "tests/arrays/string_/test_string.py::test_numpy_random_permute[string=string[python]-Series]": "ValueError: array is read-only", + "tests/arrays/string_/test_string.py::test_reduce_empty[False-string=str[pyarrow]-0]": "AssertionError: assert 0 == ''", + "tests/arrays/string_/test_string.py::test_reduce_empty[False-string=str[python]-0]": "AssertionError: assert 0 == ''", + "tests/arrays/string_/test_string.py::test_reduce_empty[False-string=string[pyarrow]-0]": "AssertionError: assert 0 == ''", + "tests/arrays/string_/test_string.py::test_reduce_empty[False-string=string[python]-0]": "AssertionError: assert 0 == ''", + "tests/arrays/string_/test_string.py::test_reduce_empty[True-string=str[pyarrow]-0]": "AssertionError: assert 0 == ''", + "tests/arrays/string_/test_string.py::test_reduce_empty[True-string=str[python]-0]": "AssertionError: assert 0 == ''", + "tests/arrays/string_/test_string.py::test_reduce_empty[True-string=string[pyarrow]-0]": "AssertionError: assert 0 == ''", + "tests/arrays/string_/test_string.py::test_reduce_empty[True-string=string[python]-0]": "AssertionError: assert 0 == ''", "tests/arrays/string_/test_string_arrow.py::test_pickle_roundtrip[na_value0]": "https://github.com/rapidsai/cudf/issues/18659#issuecomment-3710985854", "tests/arrays/string_/test_string_arrow.py::test_pickle_roundtrip[nan]": "https://github.com/rapidsai/cudf/issues/18659#issuecomment-3710985854", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[B]": "TODO: Add a reason for failure", @@ -341,6 +545,78 @@ def pytest_unconfigure(config): "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[QE]": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[W]": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[YE]": "TODO: Add a reason for failure", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-B-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-B-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-B-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-B-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-B-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-B-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-D-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-D-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-D-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-D-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-D-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-D-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-ME-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-ME-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-ME-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-ME-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-ME-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-ME-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-QE-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-QE-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-QE-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-QE-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-QE-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-QE-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-W-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-W-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-W-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-W-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-W-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-W-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-YE-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-YE-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-YE-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-YE-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-YE-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['Asia/Tokyo'-YE-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-B-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-B-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-B-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-B-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-B-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-B-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-D-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-D-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-D-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-D-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-D-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-D-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-ME-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-ME-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-ME-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-ME-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-ME-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-ME-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-QE-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-QE-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-QE-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-QE-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-QE-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-QE-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-W-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-W-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-W-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-W-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-W-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-W-True-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-YE-False-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-YE-False-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-YE-None-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-YE-None-True-True]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-YE-True-True-False]": "AssertionError: numpy array are different", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype['US/Eastern'-YE-True-True-True]": "AssertionError: numpy array are different", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_array_keeps_base": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_searchsorted_castable_strings[None-B-pyarrow_numpy-series]": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_searchsorted_castable_strings[None-D-pyarrow_numpy-series]": "TODO: Add a reason for failure", @@ -348,6 +624,18 @@ def pytest_unconfigure(config): "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_searchsorted_castable_strings[None-QE-pyarrow_numpy-series]": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_searchsorted_castable_strings[None-W-pyarrow_numpy-series]": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_searchsorted_castable_strings[None-YE-pyarrow_numpy-series]": "TODO: Add a reason for failure", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['Asia/Tokyo'-B-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['Asia/Tokyo'-D-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['Asia/Tokyo'-ME-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['Asia/Tokyo'-QE-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['Asia/Tokyo'-W-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['Asia/Tokyo'-YE-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['US/Eastern'-B-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['US/Eastern'-D-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['US/Eastern'-ME-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['US/Eastern'-QE-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['US/Eastern'-W-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", + "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical['US/Eastern'-YE-True]": "TypeError: value should be a 'Timestamp', 'NaT', or array of those. Got category array instead.", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical[zoneinfo.ZoneInfo(key='US/Pacific')-B-True]": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical[zoneinfo.ZoneInfo(key='US/Pacific')-D-True]": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_categorical[zoneinfo.ZoneInfo(key='US/Pacific')-ME-True]": "TODO: Add a reason for failure", @@ -363,6 +651,7 @@ def pytest_unconfigure(config): "tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_array_interface": "TODO: Add a reason for failure", "tests/arrays/test_datetimelike.py::test_searchsorted_datetimelike_with_listlike_invalid_dtype[arg0-values1]": "TODO: Add a reason for failure", "tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_to_same": "TODO: Add a reason for failure", + "tests/arrays/test_datetimes.py::TestDatetimeArray::test_date_range_lowercase_frequency_deprecated": "AssertionError: Index are different", "tests/arrays/test_period.py::test_registered": "TODO: Add a reason for failure", "tests/arrays/timedeltas/test_constructors.py::TestTimedeltaArrayConstructor::test_copy": "TODO: Add a reason for failure", "tests/arrays/timedeltas/test_reductions.py::TestReductions::test_reductions_empty[False-max]": "TODO: Add a reason for failure", @@ -370,33 +659,56 @@ def pytest_unconfigure(config): "tests/arrays/timedeltas/test_reductions.py::TestReductions::test_reductions_empty[True-max]": "TODO: Add a reason for failure", "tests/arrays/timedeltas/test_reductions.py::TestReductions::test_reductions_empty[True-min]": "TODO: Add a reason for failure", "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-array-datetime64[D]]": "TODO: Add a reason for failure", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-array-object-datetime.datetime]": "Failed: DID NOT RAISE ", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-array-object-numpy-scalar]": "Failed: DID NOT RAISE ", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-array-object-string]": "Failed: DID NOT RAISE ", "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-dict-datetime64[D]]": "TODO: Add a reason for failure", "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-dict-object-datetime.datetime]": "TODO: Add a reason for failure", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-dict-object-numpy-scalar]": "Failed: DID NOT RAISE ", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-dict-object-string]": "Failed: DID NOT RAISE ", "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Index-datetime64[D]]": "TODO: Add a reason for failure", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Index-object-datetime.datetime]": "Failed: DID NOT RAISE ", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Index-object-numpy-scalar]": "Failed: DID NOT RAISE ", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Index-object-string]": "Failed: DID NOT RAISE ", "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Series-datetime64[D]]": "TODO: Add a reason for failure", "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Series-object-datetime.datetime]": "TODO: Add a reason for failure", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Series-object-numpy-scalar]": "Failed: DID NOT RAISE ", + "tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[Series-object-string]": "Failed: DID NOT RAISE ", "tests/base/test_conversion.py::test_array[index-arr3-_left]": "TODO: Add a reason for failure", "tests/base/test_conversion.py::test_array[index-arr4-_sparse_values]": "TODO: Add a reason for failure", "tests/base/test_conversion.py::test_array[series-arr3-_left]": "TODO: Add a reason for failure", "tests/base/test_conversion.py::test_array[series-arr4-_sparse_values]": "TODO: Add a reason for failure", + "tests/base/test_conversion.py::test_to_numpy[array-False-arr1-expected1-False]": "AssertionError: numpy array are different", + "tests/base/test_conversion.py::test_to_numpy[array-True-arr1-expected1-False]": "AssertionError: numpy array are different", + "tests/base/test_conversion.py::test_to_numpy[index-False-arr3-expected3-False]": "AssertionError: numpy array are different", + "tests/base/test_conversion.py::test_to_numpy[index-False-arr9-expected9-False]": "AssertionError: numpy array are different", + "tests/base/test_conversion.py::test_to_numpy[index-True-arr9-expected9-False]": "AssertionError: numpy array are different", + "tests/base/test_conversion.py::test_to_numpy[series-False-arr3-expected3-False]": "AssertionError: numpy array are different", + "tests/base/test_conversion.py::test_to_numpy[series-False-arr9-expected9-False]": "AssertionError: numpy array are different", + "tests/base/test_conversion.py::test_to_numpy[series-True-arr9-expected9-False]": "AssertionError: numpy array are different", "tests/base/test_conversion.py::test_to_numpy_copy[arr0-False]": "TODO: Add a reason for failure", "tests/base/test_conversion.py::test_to_numpy_copy[arr0-True]": "TODO: Add a reason for failure", "tests/base/test_conversion.py::test_values_consistent[arr0-ndarray-int64]": "TODO: Add a reason for failure", "tests/base/test_fillna.py::test_fillna[datetime]": "TODO: Add a reason for failure", "tests/base/test_fillna.py::test_fillna[multi]": "TODO: Add a reason for failure", "tests/base/test_fillna.py::test_fillna[tuples]": "TODO: Add a reason for failure", + "tests/base/test_misc.py::test_memory_usage[series-with-object-index]": "assert 204 > 204", "tests/base/test_misc.py::test_ndarray_compat_properties[multi]": "TODO: Add a reason for failure", "tests/base/test_misc.py::test_ndarray_compat_properties[tuples]": "TODO: Add a reason for failure", "tests/base/test_unique.py::test_unique[multi]": "TODO: Add a reason for failure", "tests/base/test_unique.py::test_unique[tuples]": "TODO: Add a reason for failure", + "tests/base/test_value_counts.py::test_value_counts[mi-with-dt64tz-level]": "ValueError: Names should be list-like for a MultiIndex", "tests/base/test_value_counts.py::test_value_counts[multi]": "TODO: Add a reason for failure", "tests/base/test_value_counts.py::test_value_counts[tuples]": "TODO: Add a reason for failure", "tests/base/test_value_counts.py::test_value_counts_bins[index]": "TODO: Add a reason for failure", "tests/base/test_value_counts.py::test_value_counts_bins[series]": "TODO: Add a reason for failure", + "tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[True-numexpr-pandas]": "assert 0 == 1", + "tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[True-numexpr-python]": "assert 0 == 1", "tests/computation/test_eval.py::TestEval::test_disallow_python_keywords": "TODO: Add a reason for failure", "tests/computation/test_eval.py::TestOperations::test_query_inplace": "TODO: Add a reason for failure", "tests/computation/test_eval.py::test_eval_no_support_column_name[False]": "TODO: Add a reason for failure", "tests/computation/test_eval.py::test_eval_no_support_column_name[True]": "TODO: Add a reason for failure", + "tests/computation/test_eval.py::test_method_calls_on_binop": "AssertionError: Attributes of Series are different", "tests/computation/test_eval.py::test_numexpr_option_respected[False-python]": "TODO: Add a reason for failure", "tests/copy_view/index/test_datetimeindex.py::test_index_values": "TODO: Add a reason for failure", "tests/copy_view/index/test_index.py::test_assign_index_as_index": "TODO: Add a reason for failure", @@ -407,13 +719,24 @@ def pytest_unconfigure(config): "tests/copy_view/index/test_index.py::test_index_to_frame": "TODO: Add a reason for failure", "tests/copy_view/index/test_index.py::test_index_values": "TODO: Add a reason for failure", "tests/copy_view/index/test_index.py::test_set_index_series": "TODO: Add a reason for failure", + "tests/copy_view/index/test_intervalindex.py::test_series_from_temporary_intervalindex_readonly_data": "AttributeError: 'IntervalArray' object has no attribute '_left'. Did you mean: 'left'?", + "tests/copy_view/test_array.py::test_dataframe_array_ea_dtypes[np.array]": "AssertionError: assert False", + "tests/copy_view/test_array.py::test_dataframe_array_ea_dtypes[np.asarray-dtype]": "AssertionError: assert False", + "tests/copy_view/test_array.py::test_dataframe_array_ea_dtypes[np.asarray]": "AssertionError: assert False", + "tests/copy_view/test_array.py::test_dataframe_array_ea_dtypes[values]": "AssertionError: assert False", "tests/copy_view/test_array.py::test_dataframe_array_string_dtype": "TODO: Add a reason for failure", "tests/copy_view/test_array.py::test_dataframe_values[array]": "TODO: Add a reason for failure", "tests/copy_view/test_array.py::test_dataframe_values[asarray]": "TODO: Add a reason for failure", "tests/copy_view/test_array.py::test_dataframe_values[values]": "TODO: Add a reason for failure", + "tests/copy_view/test_array.py::test_series_array_string_dtype[string=object]": "AssertionError: assert False", + "tests/copy_view/test_array.py::test_series_array_string_dtype[string=str[python]]": "AssertionError: assert False", + "tests/copy_view/test_array.py::test_series_array_string_dtype[string=string[python]]": "AssertionError: assert False", "tests/copy_view/test_array.py::test_series_to_numpy": "TODO: Add a reason for failure", "tests/copy_view/test_array.py::test_series_values[array]": "TODO: Add a reason for failure", + "tests/copy_view/test_array.py::test_series_values[np.array]": "AssertionError: assert False", + "tests/copy_view/test_array.py::test_series_values[np.asarray]": "AssertionError: assert False", "tests/copy_view/test_array.py::test_series_values[values]": "TODO: Add a reason for failure", + "tests/copy_view/test_array.py::test_series_values_ea_dtypes[values]": "assert np.int64(1) == 0", "tests/copy_view/test_astype.py::test_astype_arrow_timestamp": "TODO: Add a reason for failure", "tests/copy_view/test_astype.py::test_astype_avoids_copy[Int64-Int64]": "TODO: Add a reason for failure", "tests/copy_view/test_astype.py::test_astype_avoids_copy[Int64-int64]": "TODO: Add a reason for failure", @@ -422,10 +745,19 @@ def pytest_unconfigure(config): "tests/copy_view/test_astype.py::test_astype_avoids_copy[int64[pyarrow]-Int64]": "TODO: Add a reason for failure", "tests/copy_view/test_astype.py::test_astype_avoids_copy[int64[pyarrow]-int64]": "TODO: Add a reason for failure", "tests/copy_view/test_astype.py::test_astype_dict_dtypes": "TODO: Add a reason for failure", + "tests/copy_view/test_astype.py::test_astype_different_timezones": "AssertionError: assert not True", "tests/copy_view/test_astype.py::test_astype_numpy_to_ea": "TODO: Add a reason for failure", "tests/copy_view/test_astype.py::test_astype_single_dtype": "TODO: Add a reason for failure", + "tests/copy_view/test_astype.py::test_astype_string_and_object[object-string[python]]": "AssertionError: assert False", + "tests/copy_view/test_astype.py::test_astype_string_and_object[string[python]-object]": "AssertionError: assert False", + "tests/copy_view/test_astype.py::test_astype_string_and_object_update_original[object-string[python]]": "AssertionError: assert False", + "tests/copy_view/test_astype.py::test_astype_string_and_object_update_original[string[python]-object]": "AssertionError: assert False", "tests/copy_view/test_astype.py::test_convert_dtypes": "TODO: Add a reason for failure", "tests/copy_view/test_astype.py::test_convert_dtypes_infer_objects": "TODO: Add a reason for failure", + "tests/copy_view/test_chained_assignment_deprecation.py::test_series_setitem[0]": "Failed: DID NOT WARN. No warnings of type (,) were emitted.", + "tests/copy_view/test_chained_assignment_deprecation.py::test_series_setitem[indexer1]": "Failed: DID NOT WARN. No warnings of type (,) were emitted.", + "tests/copy_view/test_chained_assignment_deprecation.py::test_series_setitem[indexer2]": "Failed: DID NOT WARN. No warnings of type (,) were emitted.", + "tests/copy_view/test_chained_assignment_deprecation.py::test_series_setitem[indexer3]": "Failed: DID NOT WARN. No warnings of type (,) were emitted.", "tests/copy_view/test_clip.py::test_clip_chained_inplace": "TODO: Add a reason for failure", "tests/copy_view/test_clip.py::test_clip_inplace": "TODO: Add a reason for failure", "tests/copy_view/test_clip.py::test_clip_inplace_reference_no_op": "TODO: Add a reason for failure", @@ -454,7 +786,21 @@ def pytest_unconfigure(config): "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series_with_dtype[index1]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series_with_reindex[None]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series_with_reindex[int64]": "TODO: Add a reason for failure", + "tests/copy_view/test_constructors.py::test_dataframe_from_extension_array[False-int-ea]": "assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_numpy_array[False]": "assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[index-int-ea]": "AssertionError: assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[index-int]": "AssertionError: assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[index-object]": "AssertionError: assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[index-str]": "AssertionError: assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[series-int-ea]": "assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[series-int]": "assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[series-object]": "AssertionError: assert False", + "tests/copy_view/test_constructors.py::test_dataframe_from_series_or_index[series-str]": "AssertionError: assert False", "tests/copy_view/test_constructors.py::test_frame_from_dict_of_index": "TODO: Add a reason for failure", + "tests/copy_view/test_constructors.py::test_series_from_array[arr0-None-None]": "assert False", + "tests/copy_view/test_constructors.py::test_series_from_array[arr0-None-int64]": "assert False", + "tests/copy_view/test_constructors.py::test_series_from_array[arr0-idx1-None]": "assert False", + "tests/copy_view/test_constructors.py::test_series_from_array[arr0-idx1-int64]": "assert False", "tests/copy_view/test_constructors.py::test_series_from_index[idx0]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_series_from_index[idx1]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_series_from_index[idx3]": "TODO: Add a reason for failure", @@ -465,6 +811,7 @@ def pytest_unconfigure(config): "tests/copy_view/test_core_functionalities.py::test_delete": "TODO: Add a reason for failure", "tests/copy_view/test_core_functionalities.py::test_delete_reference": "TODO: Add a reason for failure", "tests/copy_view/test_core_functionalities.py::test_setitem_dont_track_unnecessary_references": "TODO: Add a reason for failure", + "tests/copy_view/test_functions.py::test_concat_copy_keyword": "AssertionError: assert False", "tests/copy_view/test_functions.py::test_concat_frames": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_concat_frames_chained": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_concat_frames_updating_input": "TODO: Add a reason for failure", @@ -475,11 +822,14 @@ def pytest_unconfigure(config): "tests/copy_view/test_functions.py::test_join_multiple_dataframes_on_key": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_join_on_key[object]": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_join_on_key[str]": "TODO: Add a reason for failure", + "tests/copy_view/test_functions.py::test_merge_copy_keyword": "AssertionError: assert False", + "tests/copy_view/test_functions.py::test_merge_indicator_no_deep_copy": "AssertionError: assert False", "tests/copy_view/test_functions.py::test_merge_on_index": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_merge_on_key[0]": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_merge_on_key[1]": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_merge_on_key_enlarging_one[-left]": "TODO: Add a reason for failure", "tests/copy_view/test_functions.py::test_merge_on_key_enlarging_one[-right]": "TODO: Add a reason for failure", + "tests/copy_view/test_functions.py::test_merge_upcasting_no_copy": "AssertionError: assert False", "tests/copy_view/test_indexing.py::test_column_as_series[nullable]": "TODO: Add a reason for failure", "tests/copy_view/test_indexing.py::test_column_as_series[numpy]": "TODO: Add a reason for failure", "tests/copy_view/test_indexing.py::test_column_as_series_no_item_cache[nullable-getitem]": "TODO: Add a reason for failure", @@ -541,6 +891,7 @@ def pytest_unconfigure(config): "tests/copy_view/test_interp_fillna.py::test_fillna_ea_noop_shares_memory[uint32[pyarrow]]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_fillna_ea_noop_shares_memory[uint64[pyarrow]]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_fillna_ea_noop_shares_memory[uint8[pyarrow]]": "TODO: Add a reason for failure", + "tests/copy_view/test_interp_fillna.py::test_fillna_inplace": "AssertionError: assert False", "tests/copy_view/test_interp_fillna.py::test_fillna_inplace_ea_noop_shares_memory[Float32]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_fillna_inplace_ea_noop_shares_memory[Float64]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_fillna_inplace_ea_noop_shares_memory[Int16]": "TODO: Add a reason for failure", @@ -572,6 +923,7 @@ def pytest_unconfigure(config): "tests/copy_view/test_interp_fillna.py::test_interpolate_inplace_no_reference_no_copy[vals1]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_interpolate_no_op[linear]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_interpolate_no_op[nearest]": "TODO: Add a reason for failure", + "tests/copy_view/test_interp_fillna.py::test_interpolate_object_convert_copies": "AssertionError: assert False", "tests/copy_view/test_interp_fillna.py::test_interpolate_object_convert_no_op": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_add_prefix": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_add_suffix": "TODO: Add a reason for failure", @@ -606,6 +958,7 @@ def pytest_unconfigure(config): "tests/copy_view/test_methods.py::test_get[key1]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_groupby_column_index_in_references": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_infer_objects": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_infer_objects_no_reference": "AssertionError: assert False", "tests/copy_view/test_methods.py::test_insert_series": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_isetitem": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_isetitem_frame": "TODO: Add a reason for failure", @@ -645,6 +998,12 @@ def pytest_unconfigure(config): "tests/copy_view/test_methods.py::test_methods_copy_keyword[truncate-False]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_methods_copy_keyword[truncate-None]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_methods_copy_keyword[truncate-True]": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_methods_copy_keyword[tz_convert-False]": "AssertionError: assert False", + "tests/copy_view/test_methods.py::test_methods_copy_keyword[tz_convert-None]": "AssertionError: assert False", + "tests/copy_view/test_methods.py::test_methods_copy_keyword[tz_convert-True]": "AssertionError: assert False", + "tests/copy_view/test_methods.py::test_methods_copy_keyword[tz_localize-False]": "AssertionError: assert False", + "tests/copy_view/test_methods.py::test_methods_copy_keyword[tz_localize-None]": "AssertionError: assert False", + "tests/copy_view/test_methods.py::test_methods_copy_keyword[tz_localize-True]": "AssertionError: assert False", "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[astype-False]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[astype-None]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[astype-True]": "TODO: Add a reason for failure", @@ -654,12 +1013,16 @@ def pytest_unconfigure(config): "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[rename-False]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[rename-None]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[rename-True]": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[set_flags-False]": "assert False", + "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[set_flags-None]": "assert False", + "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[set_flags-True]": "assert False", "tests/copy_view/test_methods.py::test_methods_series_copy_keyword[truncate-True]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_pipe": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_pipe_modify_df": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_pop": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_putmask_aligns_rhs_no_reference[Float64]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_putmask_aligns_rhs_no_reference[float64]": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_putmask_dont_copy_some_blocks[5-False-False]": "AssertionError: assert False", "tests/copy_view/test_methods.py::test_putmask_no_reference[Int64]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_putmask_no_reference[int64]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_reindex_columns": "TODO: Add a reason for failure", @@ -681,6 +1044,7 @@ def pytest_unconfigure(config): "tests/copy_view/test_methods.py::test_round[1]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_select_dtypes": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_series_reorder_levels": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_set_flags": "assert False", "tests/copy_view/test_methods.py::test_set_index": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_shift_columns": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_shift_no_op": "TODO: Add a reason for failure", @@ -698,8 +1062,10 @@ def pytest_unconfigure(config): "tests/copy_view/test_methods.py::test_to_period[obj1]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_to_timestamp[obj0]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_to_timestamp[obj1]": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_transpose": "AssertionError: assert False", "tests/copy_view/test_methods.py::test_truncate[kwargs0]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_truncate[kwargs1]": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_tz_convert_localize[tz_localize-None]": "assert False", "tests/copy_view/test_methods.py::test_update_chained_assignment": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_update_frame": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_where_mask_noop[0-Int64]": "TODO: Add a reason for failure", @@ -719,6 +1085,8 @@ def pytest_unconfigure(config): "tests/copy_view/test_replace.py::test_replace[replace_kwargs1]": "TODO: Add a reason for failure", "tests/copy_view/test_replace.py::test_replace[replace_kwargs2]": "TODO: Add a reason for failure", "tests/copy_view/test_replace.py::test_replace[replace_kwargs3]": "TODO: Add a reason for failure", + "tests/copy_view/test_replace.py::test_replace_categorical": "AssertionError: assert False", + "tests/copy_view/test_replace.py::test_replace_categorical_inplace": "AssertionError: assert False", "tests/copy_view/test_replace.py::test_replace_chained_assignment": "TODO: Add a reason for failure", "tests/copy_view/test_replace.py::test_replace_coerce_single_column": "TODO: Add a reason for failure", "tests/copy_view/test_replace.py::test_replace_columnwise_no_op": "TODO: Add a reason for failure", @@ -766,7 +1134,9 @@ def pytest_unconfigure(config): "tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes30-object]": "TODO: Add a reason for failure", "tests/dtypes/cast/test_find_common_type.py::test_raises_empty_input": "TODO: Add a reason for failure", "tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_repr_range_categories": "TODO: Add a reason for failure", + "tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[False-None]": "AssertionError: assert CategoricalDtype(categories=['a', 'b', 'c'], ordered=False, categories_dtype=str) != Categoric...", "tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[None-None]": "TODO: Add a reason for failure", + "tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[True-None]": "AssertionError: assert CategoricalDtype(categories=['a', 'b', 'c'], ordered=True, categories_dtype=str) != Categorica...", "tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_identity": "TODO: Add a reason for failure", "tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_nan_invalid": "TODO: Add a reason for failure", "tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_non_unique_invalid": "TODO: Add a reason for failure", @@ -797,11 +1167,14 @@ def pytest_unconfigure(config): "tests/dtypes/test_dtypes.py::test_registry_find[interval[datetime64[ns], left]-expected3]": "TODO: Add a reason for failure", "tests/dtypes/test_dtypes.py::test_registry_find[interval[int64, neither]-expected2]": "TODO: Add a reason for failure", "tests/dtypes/test_dtypes.py::test_registry_find[period[D]-expected4]": "TODO: Add a reason for failure", + "tests/dtypes/test_inference.py::TestTypeInference::test_categorical": "AssertionError: assert 'string' == 'categorical'", "tests/dtypes/test_inference.py::TestTypeInference::test_date": "TODO: Add a reason for failure", + "tests/dtypes/test_inference.py::TestTypeInference::test_is_interval_array_subclass": "AssertionError: assert not True", "tests/dtypes/test_inference.py::test_is_scipy_sparse[dok]": "TODO: Add a reason for failure", "tests/dtypes/test_missing.py::test_array_equivalent_series[val5]": "TODO: Add a reason for failure", "tests/dtypes/test_missing.py::test_array_equivalent_series[val6]": "TODO: Add a reason for failure", "tests/dtypes/test_missing.py::test_array_equivalent_series[val7]": "TODO: Add a reason for failure", + "tests/extension/decimal/test_decimal.py::TestDecimalArray::test_astype_str": "TypeError: Cannot interpret '' as a data type", "tests/extension/decimal/test_decimal.py::TestDecimalArray::test_astype_string[string[pyarrow]]": "TODO: Add a reason for failure", "tests/extension/decimal/test_decimal.py::TestDecimalArray::test_astype_string[string[python]]": "TODO: Add a reason for failure", "tests/extension/decimal/test_decimal.py::TestDecimalArray::test_direct_arith_with_ndframe_returns_not_implemented[__eq__-Index]": "TODO: Add a reason for failure", @@ -814,6 +1187,14 @@ def pytest_unconfigure(config): "tests/extension/json/test_json.py::TestJSONArray::test_astype_string[string[pyarrow]]": "TODO: Add a reason for failure", "tests/extension/json/test_json.py::TestJSONArray::test_astype_string[string[python]]": "TODO: Add a reason for failure", "tests/extension/json/test_json.py::TestJSONArray::test_concat_mixed_dtypes": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-c-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-c-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-python-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-python-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-c-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-c-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-python-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", + "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-python-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", "tests/extension/test_arrow.py::TestArrowArray::test_accumulate_series[bool-cummax-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_accumulate_series[bool-cummax-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_accumulate_series[bool-cummin-False]": "TODO: Add a reason for failure", @@ -847,9 +1228,17 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[int64-__rfloordiv__]": "https://github.com/rapidsai/cudf/issues/18659", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[int8-__rfloordiv__]": "https://github.com/rapidsai/cudf/issues/18659", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint16-__rfloordiv__]": "https://github.com/rapidsai/cudf/issues/18659", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint16-__rsub__]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint16-__sub__]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint32-__rfloordiv__]": "https://github.com/rapidsai/cudf/issues/18659", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint32-__rsub__]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint32-__sub__]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint64-__rfloordiv__]": "https://github.com/rapidsai/cudf/issues/18659", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint64-__rsub__]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint64-__sub__]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint8-__rfloordiv__]": "https://github.com/rapidsai/cudf/issues/18659", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint8-__rsub__]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_array[uint8-__sub__]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_scalar[duration[ms]-__add__]": "https://github.com/rapidsai/cudf/issues/18659", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_scalar[duration[ms]-__radd__]": "https://github.com/rapidsai/cudf/issues/18659", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_scalar[duration[ms]-__rsub__]": "https://github.com/rapidsai/cudf/issues/18659", @@ -884,6 +1273,14 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_scalar[uint64-__sub__]": "https://github.com/rapidsai/cudf/issues/18659", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_scalar[uint8-__floordiv__]": "https://github.com/rapidsai/cudf/issues/18659", "tests/extension/test_arrow.py::TestArrowArray::test_arith_series_with_scalar[uint8-__rfloordiv__]": "https://github.com/rapidsai/cudf/issues/18659", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[date32[day]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[date64[ms]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[time32[ms]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[time32[s]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[time64[ns]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[time64[us]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ns]]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[us]]": "AssertionError: Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_astype_string[timestamp[ns]-string[pyarrow]]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_astype_string[timestamp[ns]-string[python]]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_astype_string[timestamp[us]-string[pyarrow]]": "TODO: Add a reason for failure", @@ -914,20 +1311,68 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_compare_array[timestamp[us]-ne]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_concat_mixed_dtypes[decimal128(7, 3)]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_groupby_agg_extension[decimal128(7, 3)]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[bool]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[double]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[duration[ms]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[duration[ns]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[duration[s]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[duration[us]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[float]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[int16]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[int32]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[int64]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[int8]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[string]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[timestamp[ms]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[timestamp[ns]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[timestamp[s]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[timestamp[us]]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[uint16]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[uint32]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[uint64]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[uint8]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_loc_setitem_with_expansion_preserves_ea_index_dtype[string]": "AssertionError: DataFrame.index are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[bool-prod-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[bool-sum-True]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[decimal128(7, 3)-mean-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[decimal128(7, 3)-median-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[decimal128(7, 3)-prod-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[decimal128(7, 3)-sum-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[double-skew-True]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ms]-mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ms]-median-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ms]-std-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ms]-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ns]-mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ns]-median-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ns]-std-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[ns]-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[s]-mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[s]-median-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[s]-std-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[s]-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[us]-mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[us]-median-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[us]-std-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[duration[us]-sum-False]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[float-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[int16-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[int32-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[int64-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[int8-skew-True]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[string-sum-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[timestamp[ms]-mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[timestamp[ms]-median-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[timestamp[ns]-mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[timestamp[ns]-median-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[timestamp[us]-mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[timestamp[us]-median-False]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[uint16-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[uint32-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[uint64-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[uint8-skew-True]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[string-all-False]": "[XPASS(strict)] all is not implemented in pyarrow=23.0.1 for string", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[string-any-False]": "[XPASS(strict)] any is not implemented in pyarrow=23.0.1 for string", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[timestamp[ms]-any-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[timestamp[ns]-any-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[timestamp[s]-any-False]": "TODO: Add a reason for failure", @@ -937,6 +1382,7 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[double-kurt-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[double-kurt-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[float-kurt-False]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[float-kurt-True]": "Failed: DID NOT RAISE ", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[int16-kurt-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[int16-kurt-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[int32-kurt-False]": "TODO: Add a reason for failure", @@ -953,6 +1399,13 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[uint64-kurt-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[uint8-kurt-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_numeric[uint8-kurt-True]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-full_slice]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-index]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-list(range)]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-list[index]]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-mask]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-null_slice]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-range]": "AssertionError: Series are different", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_and": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_and_scalar[False-expected3]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_and_scalar[None-expected0]": "TODO: Add a reason for failure", @@ -961,9 +1414,20 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_or_scalar[None-expected0]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_or_scalar[True-expected2]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_or_scalar[other1-expected1]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_arrow_floordiv_floating_0_divisor[float[pyarrow]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_arrow_floordiv_integral_invalid[pa_type0]": "Failed: DID NOT RAISE ", + "tests/extension/test_arrow.py::test_arrow_floordiv_integral_invalid[pa_type1]": "Failed: DID NOT RAISE ", + "tests/extension/test_arrow.py::test_arrow_floordiv_integral_invalid[pa_type2]": "Failed: DID NOT RAISE ", + "tests/extension/test_arrow.py::test_arrow_floordiv_integral_invalid[pa_type3]": "Failed: DID NOT RAISE ", + "tests/extension/test_arrow.py::test_arrow_floordiv_large_integral_result[uint64[pyarrow]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_arrow_floordiv_larger_divisor[pa_type0]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_arrow_floordiv_larger_divisor[pa_type1]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_arrow_floordiv_larger_divisor[pa_type2]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::test_astype_errors_ignore": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_boolean_reduce_series_all_null[any-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_comparison_not_propagating_arrow_error": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_date_vs_timestamp_scalar_comparison": "assert not np.True_", + "tests/extension/test_arrow.py::test_decimal_parse_raises": "Failed: DID NOT RAISE ", "tests/extension/test_arrow.py::test_dt_day_month_name[day_name-Sunday]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_dt_day_month_name[month_name-January]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_dt_days_in_month[days_in_month]": "TODO: Add a reason for failure", @@ -986,8 +1450,19 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::test_dt_timedelta_total_seconds": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_dt_to_pydatetime": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_dt_to_pytimedelta": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_dt_tz_convert[ns]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_dt_tz_convert[us]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_dt_tz_convert_none": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_dt_tz_localize[ns]": "AttributeError: _fsproxy_slow", + "tests/extension/test_arrow.py::test_dt_tz_localize[us]": "AttributeError: _fsproxy_slow", "tests/extension/test_arrow.py::test_dt_tz_localize_nonexistent[shift_backward-exp_date1]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_duration_reduction_consistency[ms-max]": "AssertionError: assert 'us' == 'ms'", + "tests/extension/test_arrow.py::test_duration_reduction_consistency[ms-min]": "AssertionError: assert 'us' == 'ms'", + "tests/extension/test_arrow.py::test_duration_reduction_consistency[s-max]": "AssertionError: assert 'us' == 's'", + "tests/extension/test_arrow.py::test_duration_reduction_consistency[s-min]": "AssertionError: assert 'us' == 's'", "tests/extension/test_arrow.py::test_from_arrow_respecting_given_dtype": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_interpolate_linear[float64[pyarrow]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_interpolate_linear[int64[pyarrow]]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::test_interpolate_not_numeric[bool]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_interpolate_not_numeric[duration[ms]]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_interpolate_not_numeric[duration[ns]]": "TODO: Add a reason for failure", @@ -997,6 +1472,8 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::test_interpolate_not_numeric[timestamp[ns]]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_interpolate_not_numeric[timestamp[s]]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_interpolate_not_numeric[timestamp[us]]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_mul_numpy_nullable_with_pyarrow_float": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_ops_with_nan_is_na[False]": "assert not np.True_", "tests/extension/test_arrow.py::test_pickle_roundtrip[string]": "https://github.com/rapidsai/cudf/issues/18659#issuecomment-3710985854", "tests/extension/test_arrow.py::test_pow_missing_operand": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[bool-0.5-higher]": "TODO: Add a reason for failure", @@ -1013,23 +1490,62 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::test_quantile[timestamp[ns]-0.5-lower]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[timestamp[ns]-quantile1-higher]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[timestamp[ns]-quantile1-lower]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type10]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.000001') == Timestamp('1969-12-31 16:00:00.000001-0800', tz='US...", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type11]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.000001') == Timestamp('1969-12-31 19:00:00.000001-0500', tz='US...", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type14]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.000000001') == Timestamp('1969-12-31 16:00:00.000000001-0800', ...", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type15]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.000000001') == Timestamp('1969-12-31 19:00:00.000000001-0500', ...", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type2]": "AssertionError: assert Timestamp('1970-01-01 00:00:01') == Timestamp('1969-12-31 16:00:01-0800', tz='US/Pacific')", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type3]": "AssertionError: assert Timestamp('1970-01-01 00:00:01') == Timestamp('1969-12-31 19:00:01-0500', tz='US/Eastern')", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type6]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.001000') == Timestamp('1969-12-31 16:00:00.001000-0800', tz='US...", + "tests/extension/test_arrow.py::test_quantile_temporal[pa_type7]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.001000') == Timestamp('1969-12-31 19:00:00.001000-0500', tz='US...", "tests/extension/test_arrow.py::test_round": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_setitem_float_nan_is_na[False]": "Failed: DID NOT RAISE ", "tests/extension/test_arrow.py::test_str_extract_non_symbolic": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_str_partition": "AssertionError: DataFrame.columns are different", "tests/extension/test_arrow.py::test_str_repeat_unsupported": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_str_replace_unsupported[pat-b]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_timestamp_reduction_consistency[ms-max]": "AssertionError: assert 'us' == 'ms'", + "tests/extension/test_arrow.py::test_timestamp_reduction_consistency[ms-min]": "AssertionError: assert 'us' == 'ms'", + "tests/extension/test_arrow.py::test_timestamp_reduction_consistency[s-max]": "AssertionError: assert 'us' == 's'", + "tests/extension/test_arrow.py::test_timestamp_reduction_consistency[s-min]": "AssertionError: assert 'us' == 's'", + "tests/extension/test_arrow.py::test_timestamp_vs_dt64_comparison": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::test_ufunc_retains_missing": "AssertionError: Attributes of Series are different", "tests/extension/test_categorical.py::Test2DCompat::test_copy_order": "TODO: Add a reason for failure", "tests/extension/test_categorical.py::TestCategorical::test_astype_own_type[False]": "TODO: Add a reason for failure", + "tests/extension/test_categorical.py::TestCategorical::test_empty": "worker 'gw2' crashed while running 'tests/extension/test_categorical.py::TestCategorical::test_empty'", + "tests/extension/test_categorical.py::TestCategorical::test_grouping_grouper": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_categorical.py::TestCategorical::test_is_extension_array_dtype": "TODO: Add a reason for failure", + "tests/extension/test_categorical.py::TestCategorical::test_memory_usage": "AssertionError", "tests/extension/test_categorical.py::TestCategorical::test_searchsorted[True]": "TODO: Add a reason for failure", + "tests/extension/test_categorical.py::TestCategorical::test_series_constructor_no_data_with_index": "AssertionError: Attributes of Series are different", "tests/extension/test_categorical.py::TestCategorical::test_to_numpy": "TODO: Add a reason for failure", "tests/extension/test_common.py::test_ellipsis_index": "TODO: Add a reason for failure", "tests/extension/test_common.py::test_is_extension_array_dtype[dtype0]": "TODO: Add a reason for failure", "tests/extension/test_common.py::test_is_extension_array_dtype[dtype1]": "TODO: Add a reason for failure", + "tests/extension/test_datetime.py::TestDatetimeArray::test_EA_types[c]": "AttributeError: '_MethodProxy' object has no attribute '__func__'. Did you mean: '__doc__'?", + "tests/extension/test_datetime.py::TestDatetimeArray::test_EA_types[python]": "AttributeError: '_MethodProxy' object has no attribute '__func__'. Did you mean: '__doc__'?", + "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_own_type[False]": "AssertionError", + "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_str": "AssertionError: Series are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_string[string[pyarrow]]": "AssertionError: Series are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_string[string[python]]": "AssertionError: Series are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_grouping_grouper": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_datetime.py::TestDatetimeArray::test_is_extension_array_dtype": "AssertionError", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[mean-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[mean-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[median-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[median-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[mean-False]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[mean-True]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[median-False]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[median-True]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", + "tests/extension/test_datetime.py::TestDatetimeArray::test_series_constructor": "AssertionError", "tests/extension/test_interval.py::TestIntervalArray::test_EA_types[c]": "TODO: Add a reason for failure", "tests/extension/test_interval.py::TestIntervalArray::test_EA_types[python]": "TODO: Add a reason for failure", "tests/extension/test_interval.py::TestIntervalArray::test_astype_own_type[False]": "TODO: Add a reason for failure", + "tests/extension/test_interval.py::TestIntervalArray::test_astype_str": "AssertionError: Attributes of Series are different", "tests/extension/test_interval.py::TestIntervalArray::test_compare_array[eq]": "TODO: Add a reason for failure", "tests/extension/test_interval.py::TestIntervalArray::test_compare_array[ne]": "TODO: Add a reason for failure", + "tests/extension/test_interval.py::TestIntervalArray::test_grouping_grouper": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_interval.py::TestIntervalArray::test_in_numeric_groupby": "TODO: Add a reason for failure", "tests/extension/test_interval.py::TestIntervalArray::test_is_extension_array_dtype": "TODO: Add a reason for failure", "tests/extension/test_masked.py::TestMaskedArrays::test_EA_types[BooleanDtype-c]": "TODO: Add a reason for failure", @@ -1104,6 +1620,56 @@ def pytest_unconfigure(config): "tests/extension/test_masked.py::TestMaskedArrays::test_astype_str[Float32Dtype]": "TODO: Add a reason for failure", "tests/extension/test_masked.py::TestMaskedArrays::test_astype_string[Float32Dtype-string[pyarrow]]": "TODO: Add a reason for failure", "tests/extension/test_masked.py::TestMaskedArrays::test_astype_string[Float32Dtype-string[python]]": "TODO: Add a reason for failure", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[BooleanDtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[Float32Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[Float64Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[Int16Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[Int32Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[Int64Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[Int8Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[UInt16Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[UInt32Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[UInt64Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_grouping_grouper[UInt8Dtype]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[BooleanDtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[Float32Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[Float64Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[Int16Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[Int32Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[Int64Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[Int8Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[UInt16Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[UInt32Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[UInt64Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_memory_usage[UInt8Dtype]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[BooleanDtype-0-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[BooleanDtype-0-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[BooleanDtype-1-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[BooleanDtype-1-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int16Dtype-0-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int16Dtype-0-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int16Dtype-1-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int16Dtype-1-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int32Dtype-0-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int32Dtype-0-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int32Dtype-1-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int32Dtype-1-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int8Dtype-0-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int8Dtype-0-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int8Dtype-1-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[Int8Dtype-1-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt16Dtype-0-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt16Dtype-0-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt16Dtype-1-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt16Dtype-1-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt32Dtype-0-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt32Dtype-0-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt32Dtype-1-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt32Dtype-1-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt8Dtype-0-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt8Dtype-0-sum]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt8Dtype-1-prod]": "AssertionError", + "tests/extension/test_masked.py::TestMaskedArrays::test_reductions_2d_axis0[UInt8Dtype-1-sum]": "AssertionError", "tests/extension/test_numpy.py::Test2DCompat::test_copy_order[float]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_accumulate_series[float-cummax-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_accumulate_series[float-cummax-True]": "TODO: Add a reason for failure", @@ -1123,8 +1689,22 @@ def pytest_unconfigure(config): "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_argreduce_series[object-argmax-True-0]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_argreduce_series[object-argmin-False--1]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_argreduce_series[object-argmin-True-2]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_argreduce_series[object-idxmax-False--1]": "TypeError: '>' not supported between instances of 'float' and 'tuple'", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_argreduce_series[object-idxmax-True-0]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_argreduce_series[object-idxmin-False--1]": "TypeError: '<' not supported between instances of 'float' and 'tuple'", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_argreduce_series[object-idxmin-True-2]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__add__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__floordiv__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__mod__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__pow__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__radd__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__rfloordiv__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__rmod__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__rpow__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__rsub__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__rtruediv__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__sub__]": "ValueError: ((10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_arith_series_with_scalar[object-__truediv__]": "ValueError: ((10,), (1,))", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_array_interface[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_array_type[float]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_array_type[object]": "TODO: Add a reason for failure", @@ -1132,10 +1712,15 @@ def pytest_unconfigure(config): "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_astype_object_frame[object-data_missing]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_astype_own_type[float-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_astype_own_type[object-False]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_astype_str[object]": "AssertionError: Attributes of Series are different", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat[float-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat[float-True]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat[object-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat[object-True]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_container_shift[object--2-indices0-False]": "AssertionError: Series are different", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_container_shift[object-2-indices2-False]": "AssertionError: Series are different", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_contains[object-False]": "ValueError: ('Lengths must match to compare', (10,), (1,))", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_contains[object-True]": "ValueError: ('Lengths must match to compare', (10,), (1,))", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_dataframe_constructor_from_dict[float-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_dataframe_constructor_from_dict[float-True]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_dataframe_constructor_from_dict[object-False]": "TODO: Add a reason for failure", @@ -1146,6 +1731,10 @@ def pytest_unconfigure(config): "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_getitem_boolean_array_mask[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_getitem_mask[float]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_getitem_mask[object]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_agg[float-False]": "TypeError: Only np.ndarray, ExtensionArray, and Index objects are allowed to be passed to safe_sort as values", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_agg[float-True]": "TypeError: Only np.ndarray, ExtensionArray, and Index objects are allowed to be passed to safe_sort as values", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_agg[object-False]": "TypeError: Only np.ndarray, ExtensionArray, and Index objects are allowed to be passed to safe_sort as values", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_agg[object-True]": "TypeError: Only np.ndarray, ExtensionArray, and Index objects are allowed to be passed to safe_sort as values", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_transform[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_grouping_grouper[float]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_grouping_grouper[object]": "TODO: Add a reason for failure", @@ -1195,11 +1784,13 @@ def pytest_unconfigure(config): "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_reduce_series_numeric[object-sum-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_reduce_series_numeric[object-sum-True]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_reindex[object]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_series_constructor_no_data_with_index[object]": "AssertionError: Series are different", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_series_repr[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_set_frame_overwrite_object[float]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_set_frame_overwrite_object[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_setitem_2d_values[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_stack[object-False-columns1]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_stack[object-True-columns0]": "AssertionError", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_stack[object-True-columns1]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_take_series[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_to_numpy[object]": "TODO: Add a reason for failure", @@ -1224,6 +1815,8 @@ def pytest_unconfigure(config): "tests/extension/test_period.py::TestPeriodArray::test_EA_types[D-python]": "TODO: Add a reason for failure", "tests/extension/test_period.py::TestPeriodArray::test_astype_own_type[2D-False]": "TODO: Add a reason for failure", "tests/extension/test_period.py::TestPeriodArray::test_astype_own_type[D-False]": "TODO: Add a reason for failure", + "tests/extension/test_period.py::TestPeriodArray::test_astype_str[2D]": "AssertionError: Attributes of Series are different", + "tests/extension/test_period.py::TestPeriodArray::test_astype_str[D]": "AssertionError: Attributes of Series are different", "tests/extension/test_period.py::TestPeriodArray::test_is_extension_array_dtype[2D]": "TODO: Add a reason for failure", "tests/extension/test_period.py::TestPeriodArray::test_is_extension_array_dtype[D]": "TODO: Add a reason for failure", "tests/extension/test_sparse.py::TestSparseArray::test_EA_types[0-c]": "TODO: Add a reason for failure", @@ -1232,6 +1825,8 @@ def pytest_unconfigure(config): "tests/extension/test_sparse.py::TestSparseArray::test_EA_types[nan-python]": "TODO: Add a reason for failure", "tests/extension/test_sparse.py::TestSparseArray::test_astype_own_type[0-False]": "TODO: Add a reason for failure", "tests/extension/test_sparse.py::TestSparseArray::test_astype_own_type[nan-False]": "TODO: Add a reason for failure", + "tests/extension/test_sparse.py::TestSparseArray::test_astype_str[0]": "AssertionError: Attributes of Series are different", + "tests/extension/test_sparse.py::TestSparseArray::test_astype_str[nan]": "AssertionError: Attributes of Series are different", "tests/extension/test_sparse.py::TestSparseArray::test_fillna_copy_frame[0]": "TODO: Add a reason for failure", "tests/extension/test_sparse.py::TestSparseArray::test_fillna_copy_frame[nan]": "TODO: Add a reason for failure", "tests/extension/test_sparse.py::TestSparseArray::test_fillna_copy_series[0]": "TODO: Add a reason for failure", @@ -1262,10 +1857,14 @@ def pytest_unconfigure(config): "tests/extension/test_string.py::TestStringArray::test_EA_types[string=string[python]-False-python]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_EA_types[string=string[python]-True-c]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_EA_types[string=string[python]-True-python]": "TODO: Add a reason for failure", + "tests/extension/test_string.py::TestStringArray::test_arith_series_with_array[string=str[python]-False-__add__]": "AssertionError: Attributes of Series are different", + "tests/extension/test_string.py::TestStringArray::test_arith_series_with_array[string=str[python]-True-__add__]": "AssertionError: Attributes of Series are different", "tests/extension/test_string.py::TestStringArray::test_arith_series_with_array[string=string[pyarrow]-False-__radd__]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_arith_series_with_array[string=string[pyarrow]-True-__radd__]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_arith_series_with_array[string=string[python]-False-__radd__]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_arith_series_with_array[string=string[python]-True-__radd__]": "TODO: Add a reason for failure", + "tests/extension/test_string.py::TestStringArray::test_astype_object_frame[string=str[pyarrow]-data_missing-False]": "AssertionError", + "tests/extension/test_string.py::TestStringArray::test_astype_object_frame[string=str[pyarrow]-data_missing-True]": "AssertionError", "tests/extension/test_string.py::TestStringArray::test_astype_own_type[string=str[pyarrow]-False-False]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_astype_own_type[string=str[pyarrow]-True-False]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_astype_own_type[string=str[python]-False-False]": "TODO: Add a reason for failure", @@ -1278,6 +1877,14 @@ def pytest_unconfigure(config): "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=str[python]-True]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=string[pyarrow]-False]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=string[pyarrow]-True]": "TODO: Add a reason for failure", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=str[pyarrow]-False]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=str[pyarrow]-True]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=str[python]-False]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=str[python]-True]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=string[pyarrow]-False]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=string[pyarrow]-True]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=string[python]-False]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=string[python]-True]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_string.py::TestStringArray::test_is_extension_array_dtype[string=str[pyarrow]-False]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_is_extension_array_dtype[string=str[pyarrow]-True]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_is_extension_array_dtype[string=str[python]-False]": "TODO: Add a reason for failure", @@ -1286,6 +1893,18 @@ def pytest_unconfigure(config): "tests/extension/test_string.py::TestStringArray::test_is_extension_array_dtype[string=string[pyarrow]-True]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_is_extension_array_dtype[string=string[python]-False]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_is_extension_array_dtype[string=string[python]-True]": "TODO: Add a reason for failure", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=str[python]-False-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=str[python]-False-sum-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=str[python]-True-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=str[python]-True-sum-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[pyarrow]-False-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[pyarrow]-False-sum-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[pyarrow]-True-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[pyarrow]-True-sum-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[python]-False-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[python]-False-sum-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[python]-True-sum-False]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[python]-True-sum-True]": "AssertionError: Attributes of ExtensionArray are different", "tests/frame/indexing/test_getitem.py::TestGetitemCallable::test_loc_multiindex_columns_one_level": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_fancy_getitem_slice_mixed": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_boolean_misaligned": "TODO: Add a reason for failure", @@ -1294,6 +1913,8 @@ def pytest_unconfigure(config): "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_ix_bool_keyerror[True]": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_iloc_col_slice_view": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_iloc_row_slice_view": "TODO: Add a reason for failure", + "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_loc_bool_multiindex[True-bool-indexer1]": "AssertionError: Did not see expected warning of class 'PerformanceWarning'", + "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_loc_bool_multiindex[True-boolean-indexer1]": "AssertionError: Did not see expected warning of class 'PerformanceWarning'", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_loc_internals_not_updated_correctly": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_loc_setitem_reordering_with_all_true_indexer[col0-False]": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_loc_setitem_reordering_with_all_true_indexer[col0-True]": "TODO: Add a reason for failure", @@ -1355,18 +1976,34 @@ def pytest_unconfigure(config): "tests/frame/indexing/test_indexing.py::test_adding_new_conditional_column_with_string[object-False]": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::test_object_casting_indexing_wraps_datetimelike": "TODO: Add a reason for failure", "tests/frame/indexing/test_insert.py::TestDataFrameInsert::test_insert": "TODO: Add a reason for failure", + "tests/frame/indexing/test_insert.py::TestDataFrameInsert::test_insert_delete_mixed_multiindex_columns": "AssertionError: DataFrame.columns level [1] are different", + "tests/frame/indexing/test_mask.py::TestDataFrameMask::test_mask_inplace": "assert None is 0 1 2\n0 0.189053382 NaN NaN\n1 NaN 1....", + "tests/frame/indexing/test_setitem.py::TestDataFrameSetItem::test_setitem_dt64tz": "AssertionError: assert 123202424024944 == 123202424025136", "tests/frame/indexing/test_setitem.py::TestDataFrameSetItem::test_setitem_list_missing_columns[columns3-box3-expected3]": "TODO: Add a reason for failure", "tests/frame/indexing/test_setitem.py::TestDataFrameSetItemWithExpansion::test_setitem_listlike_views": "TODO: Add a reason for failure", + "tests/frame/indexing/test_setitem.py::TestDataFrameSetItemWithExpansion::test_setitem_newcol_tuple_key": "AssertionError: assert ('A', 'B') in Index(['A', 'B', 'C', 'D', '('A', 'B')'], dtype='str')", "tests/frame/indexing/test_setitem.py::TestDataFrameSetitemCopyViewSemantics::test_iloc_setitem_view_2dblock": "TODO: Add a reason for failure", "tests/frame/indexing/test_setitem.py::TestDataFrameSetitemCopyViewSemantics::test_setitem_listlike_key_scalar_value_not_inplace[value2]": "TODO: Add a reason for failure", "tests/frame/indexing/test_setitem.py::TestDataFrameSetitemCopyViewSemantics::test_setitem_partial_column_inplace[False]": "TODO: Add a reason for failure", "tests/frame/indexing/test_setitem.py::TestDataFrameSetitemCopyViewSemantics::test_setitem_same_dtype_not_inplace[value2]": "TODO: Add a reason for failure", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_align": "assert 0 1 2\n0 0.189053 -0.522748 -0.413064\n1 -2.441467 1.799707 1.144166\n2 -0.325423...", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_axis": "assert 0 1\n0 0.0 0.0\n1 1.0 1.0 is 0 1\n0 0.0 0.0\n1 1.0 1.0", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_axis_multiple_dtypes": "assert 0 1 2 3\n0 1.0 1.0 1 1\n1 1.0 1.0 1 1\n2 1.0 1.0 1 1\n3 1.0 1.0 1 1\n4 1.0 1.0 1 ...", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug": "assert None is a b\n0 NaN 4.0\n1 NaN 3.0\n2 3.0 NaN\n3 4.0 NaN", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_mixed[int16]": "assert None is a b\n0 -1 4.0\n1 -1 3.0\n2 3 -1.0\n3 4 -1.0", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_mixed[int32]": "assert None is a b\n0 -1 4.0\n1 -1 3.0\n2 3 -1.0\n3 4 -1.0", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_mixed[int64]": "assert None is a b\n0 -1 4.0\n1 -1 3.0\n2 3 -1.0\n3 4 -1.0", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_mixed[int8]": "assert None is a b\n0 -1 4.0\n1 -1 3.0\n2 3 -1.0\n3 4 -1.0", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_mixed[int]": "assert None is a b\n0 -1 4.0\n1 -1 3.0\n2 3 -1.0\n3 4 -1.0", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_transposition": "TODO: Add a reason for failure", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_dataframe_col_match": "TODO: Add a reason for failure", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_datetimelike_noop[timedelta64[ns]]": "TODO: Add a reason for failure", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_empty_df_and_empty_cond_having_non_bool_dtypes": "assert np.False_", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_ndframe_align": "TODO: Add a reason for failure", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_set[default]": "TODO: Add a reason for failure", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_set[mixed_float]": "assert A B C D\nfoo_0 0.837575 0.837575 0.837402 0.261612\nfoo_1 0.2616...", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_set[mixed_int]": "TODO: Add a reason for failure", + "tests/frame/indexing/test_where.py::test_where_inplace_no_other": "assert None is a b\n0 1.0 NaN\n1 NaN y", "tests/frame/indexing/test_where.py::test_where_int_downcasting_deprecated": "TODO: Add a reason for failure", "tests/frame/indexing/test_where.py::test_where_nullable_invalid_na[DataFrame-Float32]": "TODO: Add a reason for failure", "tests/frame/indexing/test_where.py::test_where_nullable_invalid_na[DataFrame-Float64]": "TODO: Add a reason for failure", @@ -1392,12 +2029,23 @@ def pytest_unconfigure(config): "tests/frame/indexing/test_xs.py::TestXSWithMultiIndex::test_xs_integer_key": "TODO: Add a reason for failure", "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_resample_set_correct_freq[DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_resample_set_correct_freq[Series]": "TODO: Add a reason for failure", + "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_with_date_object_index[DataFrame]": "AssertionError: DataFrame.index are different", + "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_with_date_object_index[Series]": "AssertionError: Series.index are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_arg_for_errors_dictlist": "TODO: Add a reason for failure", + "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64_to_string[Series-'Asia/Tokyo']": "AssertionError: Series are different", + "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64_to_string[Series-'US/Eastern']": "AssertionError: Series are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64tz_to_str": "TODO: Add a reason for failure", + "tests/frame/methods/test_astype.py::TestAstype::test_astype_extension_dtypes_duplicate_col[False-Int64]": "Failed: DID NOT RAISE ", "tests/frame/methods/test_astype.py::TestAstype::test_astype_str_float": "TODO: Add a reason for failure", "tests/frame/methods/test_astype.py::TestAstype::test_astype_with_exclude_string": "TODO: Add a reason for failure", + "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_against_list_like[0-res0-lower0-True]": "assert one two three\na 2.0 2.0 3.0\nb 4.0 5.0 6.0\nc 7.0 7.0 7.0 is one two three\na 2.0 ...", + "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_against_list_like[0-res0-lower1-True]": "assert one two three\na 2.0 2.0 3.0\nb 4.0 5.0 6.0\nc 7.0 7.0 7.0 is one two three\na 2.0 ...", + "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_against_list_like[1-res1-lower0-True]": "assert None is one two three\na 2.0 3.0 4.0\nb 4.0 5.0 6.0\nc 5.0 6.0 7.0", + "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_against_list_like[1-res1-lower1-True]": "assert None is one two three\na 2.0 3.0 4.0\nb 4.0 5.0 6.0\nc 5.0 6.0 7.0", + "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_against_series[True]": "assert 0 1\n0 0.189053 0.189053\n1 -0.413064 -0.522748\n2 0.586936 0.586936\n3 -1.441...", "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_int_data_with_float_bound": "TODO: Add a reason for failure", "tests/frame/methods/test_clip.py::TestDataFrameClip::test_dataframe_clip": "TODO: Add a reason for failure", + "tests/frame/methods/test_clip.py::TestDataFrameClip::test_inplace_clip": "assert None is A B C D\nfoo_0 0.070575 0.070575 0.070575 0.070575\nfoo_1 ...", "tests/frame/methods/test_combine_first.py::test_combine_first_timestamp_bug[NaTType-scalar12-scalar22]": "TODO: Add a reason for failure", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_convert_dtypes[pyarrow-False-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_convert_dtypes[python-False-expected0]": "TODO: Add a reason for failure", @@ -1411,18 +2059,28 @@ def pytest_unconfigure(config): "tests/frame/methods/test_diff.py::TestDataFrameDiff::test_diff_all_int_dtype[int16]": "TODO: Add a reason for failure", "tests/frame/methods/test_diff.py::TestDataFrameDiff::test_diff_all_int_dtype[int8]": "TODO: Add a reason for failure", "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop": "TODO: Add a reason for failure", + "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop_multiindex_not_lexsorted[False]": "AssertionError: assert not True", + "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop_multiindex_not_lexsorted[True]": "AssertionError: assert not True", + "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop_raise_with_both_axis_and_index": "Failed: DID NOT RAISE ", "tests/frame/methods/test_drop.py::test_drop_with_non_unique_datetime_index_and_invalid_keys": "TODO: Add a reason for failure", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_drop_and_dropna_caching": "TODO: Add a reason for failure", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_dropna": "TODO: Add a reason for failure", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_dropna_multiple_axes": "TODO: Add a reason for failure", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_no_nans_in_frame[axis='index']": "TODO: Add a reason for failure", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_no_nans_in_frame[axis=0]": "TODO: Add a reason for failure", + "tests/frame/methods/test_dtypes.py::TestDataFrameDataTypes::test_empty_frame_dtypes": "AssertionError: Series are different", + "tests/frame/methods/test_dtypes.py::TestDataFrameDataTypes::test_frame_apply_np_array_return_type": "AssertionError: Attributes of Series are different", "tests/frame/methods/test_explode.py::test_duplicate_index[input_dict0-input_index0-expected_dict0-expected_index0]": "TODO: Add a reason for failure", "tests/frame/methods/test_explode.py::test_duplicate_index[input_dict1-input_index1-expected_dict1-expected_index1]": "TODO: Add a reason for failure", "tests/frame/methods/test_explode.py::test_duplicate_index[input_dict2-input_index2-expected_dict2-expected_index2]": "TODO: Add a reason for failure", "tests/frame/methods/test_explode.py::test_duplicate_index[input_dict3-input_index3-expected_dict3-expected_index3]": "TODO: Add a reason for failure", "tests/frame/methods/test_explode.py::test_multi_columns_nan_empty": "TODO: Add a reason for failure", + "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_dict_series_axis_1": "assert a b c\n0 1.0 1.0 1.0\n1 1.0 2.0 1.0\n2 2.0 3.0 2.0\n3 3.0 3.0 3.0\n4 4.0 4.0 4.0 is ...", + "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_different_dtype": "assert 0 1 2 3\n0 a a foo a\n1 b b foo b\n2 c c foo c is 0 1 2 3\n0 a a foo a\n1 b ...", "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_dtype_conversion": "TODO: Add a reason for failure", + "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_inplace": "assert None is 0 1 2 3\n0 0.189053 0.000000 -0.413064 0.0\n1 1.799707 0.000000 -0.3...", + "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_inplace_with_columns_limit_and_value": "assert A B C D\n0 100.0 2.0 NaN 0.0\n1 3.0 4.0 100.0 1.0\n2 100.0 NaN NaN 5.0\n3 ...", + "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_mixed_type": "assert np.False_", "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_on_column_view": "TODO: Add a reason for failure", "tests/frame/methods/test_fillna.py::TestFillNA::test_fillna_with_multi_index_frame": "TODO: Add a reason for failure", "tests/frame/methods/test_fillna.py::test_fillna_nones_inplace": "TODO: Add a reason for failure", @@ -1433,12 +2091,16 @@ def pytest_unconfigure(config): "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interp_inplace_row": "TODO: Add a reason for failure", "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interp_nan_idx": "TODO: Add a reason for failure", "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interp_rowwise": "TODO: Add a reason for failure", + "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interp_time_inplace_axis": "assert 2014-01-01 2014-01-02 2014-01-03 2014-01-04 2014-01-05\n2014-01-01 NaN NaN ...", "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interpolate_datetimelike_values[DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interpolate_datetimelike_values[Series]": "TODO: Add a reason for failure", + "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interpolate_empty_df": "assert Empty DataFrame\nColumns: []\nIndex: [] is Empty DataFrame\nColumns: []\nIndex: []", "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interpolate_inplace[DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_interpolate.py::TestDataFrameInterpolate::test_interpolate_inplace[Series]": "TODO: Add a reason for failure", + "tests/frame/methods/test_join.py::TestDataFrameJoin::test_frame_join_categorical_index": "AssertionError: DataFrame.columns are different", "tests/frame/methods/test_join.py::TestDataFrameJoin::test_join": "TODO: Add a reason for failure", "tests/frame/methods/test_map.py::test_map": "TODO: Add a reason for failure", + "tests/frame/methods/test_map.py::test_map_datetimelike[datetime-val0]": "AssertionError: assert '2013-01-01 00:00:00.000000' == '2013-01-01 00:00:00'", "tests/frame/methods/test_map.py::test_map_empty[-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_map.py::test_map_empty[-expected2]": "TODO: Add a reason for failure", "tests/frame/methods/test_map.py::test_map_empty[round-expected0]": "TODO: Add a reason for failure", @@ -1450,6 +2112,10 @@ def pytest_unconfigure(config): "tests/frame/methods/test_pop.py::TestDataFramePop::test_pop": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_empty[linear-single]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_empty[nearest-table]": "TODO: Add a reason for failure", + "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_box[linear-single]": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", + "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_box_nat": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", + "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_date_range[linear-single]": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", + "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_date_range[nearest-table]": "AssertionError: Attributes of Series are different", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_datetime[ms]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_datetime[ns]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_datetime[s]": "TODO: Add a reason for failure", @@ -1474,13 +2140,26 @@ def pytest_unconfigure(config): "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_all_na[Int64-Series]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[Float64-DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[Int64-DataFrame]": "TODO: Add a reason for failure", + "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[timedelta64[us]-DataFrame]": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_with_na[Float64-DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_with_na[Float64-Series]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_with_na[Int64-DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_with_na[Int64-Series]": "TODO: Add a reason for failure", + "tests/frame/methods/test_quantile.py::test_multi_quantile_numeric_only_retains_columns": "AssertionError: DataFrame.columns are different", + "tests/frame/methods/test_rank.py::TestRank::test_rank": "AssertionError: numpy array are different", "tests/frame/methods/test_rank.py::TestRank::test_rank_string_dtype[string[pyarrow]-Int64]": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_axis_style_raises": "TODO: Add a reason for failure", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx0-CategoricalIndex]": "AssertionError: DataFrame.columns are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx0-Index]": "AssertionError: DataFrame.columns are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx1-CategoricalIndex]": "AssertionError: DataFrame.columns are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx1-Index]": "AssertionError: DataFrame.columns are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx3-CategoricalIndex]": "AssertionError: DataFrame.columns are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx3-Index]": "AssertionError: DataFrame.columns are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx4-CategoricalIndex]": "AssertionError: DataFrame are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx4-Index]": "AssertionError: DataFrame are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx5-CategoricalIndex]": "AssertionError: DataFrame are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx5-Index]": "AssertionError: DataFrame are different", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_fill_value": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_int": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_positional_raises": "TODO: Add a reason for failure", @@ -1499,6 +2178,8 @@ def pytest_unconfigure(config): "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_uint_dtypes_fill_value[uint64]": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_uint_dtypes_fill_value[uint8]": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_with_multi_index": "TODO: Add a reason for failure", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_without_upcasting": "AssertionError: assert np.False_", + "tests/frame/methods/test_reindex.py::TestReindexSetIndex::test_dti_set_index_reindex_freq_with_tz": "AssertionError: assert None == ", "tests/frame/methods/test_reindex.py::TestReindexSetIndex::test_setitem_reset_index_dtypes": "TODO: Add a reason for failure", "tests/frame/methods/test_rename.py::TestRename::test_rename": "TODO: Add a reason for failure", "tests/frame/methods/test_rename.py::TestRename::test_rename_axis_style_raises": "TODO: Add a reason for failure", @@ -1506,19 +2187,58 @@ def pytest_unconfigure(config): "tests/frame/methods/test_rename.py::TestRename::test_rename_mapper_and_positional_arguments_raises": "TODO: Add a reason for failure", "tests/frame/methods/test_rename.py::TestRename::test_rename_no_mappings_raises": "TODO: Add a reason for failure", "tests/frame/methods/test_rename.py::TestRename::test_rename_nocopy": "TODO: Add a reason for failure", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_categorical_replace_with_dict[replace_dict0-final_data0]": "assert a b\n0 2 2\n1 2 2 is a b\n0 2 2\n1 2 2", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_categorical_replace_with_dict[replace_dict1-final_data1]": "assert a b\n0 2 1\n1 2 2 is a b\n0 2 1\n1 2 2", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_mixed": "assert a b c\n0 0 a a\n1 1 b b\n2 2 NaN NaN\n3 3 NaN d is a b c\n0 0 a ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_nested": "assert a b c\n0 0 a a\n1 1 b b\n2 2 NaN NaN\n3 3 NaN d is a b c\n0 0 a ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_mixed_inplace": "assert a b\n0 0 crap\n1 1 b\n2 2 NaN\n3 3 NaN is a b\n0 0 crap\n1 1 b\n2 2 NaN\n...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj[False-True-to_replace0-values0-expected0]": "assert a b c\n0 a crap h\n1 b crap crap\n2 NaN crap l\n3 NaN h o is a ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj[False-True-to_replace1-values1-expected1]": "assert a b c\n0 a e_crap h\n1 b f_crap e_crap\n2 .. g_crap l\n3 .. h ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj[False-True-to_replace2-values2-expected2]": "assert a b c\n0 a crap h\n1 b f crap\n2 .. g l\n3 .. h o is a b ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj[True-True-to_replace0-values0-expected0]": "assert a b c\n0 a crap h\n1 b crap crap\n2 NaN crap l\n3 NaN h o is a ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj[True-True-to_replace1-values1-expected1]": "assert a b c\n0 a e_crap h\n1 b f_crap e_crap\n2 .. g_crap l\n3 .. h ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj[True-True-to_replace2-values2-expected2]": "assert a b c\n0 a crap h\n1 b f crap\n2 .. g l\n3 .. h o is a b ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_list_to_scalar": "assert a b c\n0 0 NaN NaN\n1 1 NaN NaN\n2 2 NaN NaN\n3 3 NaN d is a b c\n0 0 NaN N...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_regex_list_to_numeric": "assert a b c\n0 0 a a\n1 1 0 0\n2 2 0 NaN\n3 3 0 d is a b c\n0 0 a a\n1 1 0 ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_series_of_regexes": "assert a b c\n0 0 a a\n1 1 b b\n2 2 NaN NaN\n3 3 NaN d is a b c\n0 0 a ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_str_to_numeric": "assert a b c\n0 0 a a\n1 1 b b\n2 2 0 NaN\n3 3 0 d is a b c\n0 0 a a\n1 1 b ...", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_NAT_with_None": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_NA_with_None": "TODO: Add a reason for failure", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_inplace": "assert A B C D\n2000-01-03 0.0 -0.522748 -0.413064 -2.441467\n2000-01-04 0.0 ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_input_formats_listlike": "assert A B C\n0 -2.0 0 \n1 0.0 2 asdf\n2 -2.0 5 fd is A B C\n0 -2.0 0 \n1 0.0...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_input_formats_scalar": "assert A B C\n0 -1.0 0 \n1 0.0 2 asdf\n2 inf 5 fd is A B C\n0 -1.0 0 \n1 0.0...", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_list_with_mixed_type[DataFrame-array-data0-to_replace0-value0-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_list_with_mixed_type[DataFrame-tuple-data0-to_replace0-value0-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_list_with_mixed_type[Series-array-data0-to_replace0-value0-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_list_with_mixed_type[Series-tuple-data0-to_replace0-value0-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_mixed_int_block_splitting": "TODO: Add a reason for failure", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_mixed_int_block_upcasting": "assert None is A B\n0 1.0 0.5\n1 2.0 1.0", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_na_to_nan_nullable_floats[False-Float64]": "TypeError: boolean value of NA is ambiguous", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_na_to_nan_nullable_floats[False-float64[pyarrow]]": "TypeError: boolean value of NA is ambiguous", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_nan_nullable_ints[False-Int64]": "AssertionError: Series NA mask are different", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_nan_nullable_ints[False-int64[pyarrow]]": "AssertionError: Series NA mask are different", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_no_replacement_dtypes[nan-int64]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_no_replacement_dtypes[value1-int64]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_value_is_none": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_value_none_dtype_numeric[2.0]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_value_none_dtype_numeric[2]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_value_none_dtype_numeric[nan]": "TODO: Add a reason for failure", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-False-\\s*(\\.)\\s*-\\1\\1\\1-data0]": "assert a b\n0 a e\n1 b f\n2 ... g\n3 ... h is a b\n0 a e\n1 b f\n2 ... g\n3 ... h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-False-\\s*(\\.)\\s*-\\1\\1\\1-data1]": "assert a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3 is a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-False-\\s*\\.\\s*-nan-data0]": "assert a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h is a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-False-\\s*\\.\\s*-nan-data1]": "assert a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3 is a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-True-\\s*(\\.)\\s*-\\1\\1\\1-data0]": "assert a b\n0 a e\n1 b f\n2 ... g\n3 ... h is a b\n0 a e\n1 b f\n2 ... g\n3 ... h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-True-\\s*(\\.)\\s*-\\1\\1\\1-data1]": "assert a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3 is a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-True-\\s*\\.\\s*-nan-data0]": "assert a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h is a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-False-True-\\s*\\.\\s*-nan-data1]": "assert a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3 is a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-False-\\s*(\\.)\\s*-\\1\\1\\1-data0]": "assert a b\n0 a e\n1 b f\n2 ... g\n3 ... h is a b\n0 a e\n1 b f\n2 ... g\n3 ... h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-False-\\s*(\\.)\\s*-\\1\\1\\1-data1]": "assert a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3 is a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-False-\\s*\\.\\s*-nan-data0]": "assert a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h is a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-False-\\s*\\.\\s*-nan-data1]": "assert a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3 is a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-True-\\s*(\\.)\\s*-\\1\\1\\1-data0]": "assert a b\n0 a e\n1 b f\n2 ... g\n3 ... h is a b\n0 a e\n1 b f\n2 ... g\n3 ... h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-True-\\s*(\\.)\\s*-\\1\\1\\1-data1]": "assert a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3 is a b\n0 a 0\n1 b 1\n2 ... 2\n3 ... 3", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-True-\\s*\\.\\s*-nan-data0]": "assert a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h is a b\n0 a e\n1 b f\n2 NaN g\n3 NaN h", + "tests/frame/methods/test_replace.py::TestDataFrameReplaceRegex::test_regex_replace_scalar[True-True-True-\\s*\\.\\s*-nan-data1]": "assert a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3 is a b\n0 a 0\n1 b 1\n2 NaN 2\n3 NaN 3", "tests/frame/methods/test_reset_index.py::TestResetIndex::test_reset_index": "TODO: Add a reason for failure", "tests/frame/methods/test_reset_index.py::TestResetIndex::test_reset_index_duplicate_columns_allow[False-False]": "TODO: Add a reason for failure", "tests/frame/methods/test_reset_index.py::TestResetIndex::test_reset_index_duplicate_columns_allow[False-True]": "TODO: Add a reason for failure", @@ -1531,10 +2251,12 @@ def pytest_unconfigure(config): "tests/frame/methods/test_reset_index.py::TestResetIndex::test_reset_index_with_datetimeindex_cols[2012-12-31]": "TODO: Add a reason for failure", "tests/frame/methods/test_sample.py::TestSample::test_sample_random_state[DataFrame-np.array-arg0]": "TODO: Add a reason for failure", "tests/frame/methods/test_sample.py::TestSample::test_sample_random_state[Series-np.array-arg0]": "TODO: Add a reason for failure", + "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtype_object_and_str": "AssertionError: DataFrame are different", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_exclude_include_int[include0]": "TODO: Add a reason for failure", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_exclude_include_int[include2]": "TODO: Add a reason for failure", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_float_dtype[expected0-float]": "TODO: Add a reason for failure", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_float_dtype[expected1-float]": "TODO: Add a reason for failure", + "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_not_an_attr_but_still_valid_dtype": "AssertionError: DataFrame are different", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_str_raises[exclude-S1]": "TODO: Add a reason for failure", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_str_raises[exclude-U1]": "TODO: Add a reason for failure", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_str_raises[exclude-bytes_]": "TODO: Add a reason for failure", @@ -1549,25 +2271,40 @@ def pytest_unconfigure(config): "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtypes_str_raises[include-str_]": "TODO: Add a reason for failure", "tests/frame/methods/test_set_axis.py::TestDataFrameSetAxis::test_set_axis_copy": "TODO: Add a reason for failure", "tests/frame/methods/test_set_axis.py::TestSeriesSetAxis::test_set_axis_copy": "TODO: Add a reason for failure", + "tests/frame/methods/test_set_index.py::TestSetIndex::test_set_index_dst": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/frame/methods/test_set_index.py::TestSetIndex::test_set_index_pass_single_array[False-False-None-1]": "TODO: Add a reason for failure", "tests/frame/methods/test_set_index.py::TestSetIndex::test_set_index_pass_single_array[False-False-None-Index]": "TODO: Add a reason for failure", "tests/frame/methods/test_set_index.py::TestSetIndex::test_set_index_pass_single_array[True-False-None-1]": "TODO: Add a reason for failure", "tests/frame/methods/test_set_index.py::TestSetIndex::test_set_index_pass_single_array[True-False-None-Index]": "TODO: Add a reason for failure", "tests/frame/methods/test_set_index.py::TestSetIndexCustomLabelType::test_set_index_custom_label_hashable_iterable": "TODO: Add a reason for failure", "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_bool": "TODO: Add a reason for failure", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst[DataFrame]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst[Series]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame--10]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame--20]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame-10]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame-20]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dt64values_axis1_invalid_fill[datetime64[us]-False]": "AssertionError: assert 1 == 2", + "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dt64values_axis1_invalid_fill[timedelta64[us]-False]": "AssertionError: assert 1 == 2", "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dt64values_int_fill_deprecated": "TODO: Add a reason for failure", "tests/frame/methods/test_sort_index.py::TestDataFrameSortIndex::test_sort_index_intervalindex": "TODO: Add a reason for failure", "tests/frame/methods/test_sort_index.py::TestDataFrameSortIndex::test_sort_index_nan": "TODO: Add a reason for failure", "tests/frame/methods/test_sort_index.py::TestDataFrameSortIndex::test_sort_index_reorder_on_ops": "TODO: Add a reason for failure", + "tests/frame/methods/test_sort_values.py::TestDataFrameSortValues::test_sort_by_column_named_none": "AssertionError: DataFrame.index are different", "tests/frame/methods/test_sort_values.py::TestDataFrameSortValues::test_sort_values_by_empty_list": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_gz_lineend": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_multi_index_header": "TODO: Add a reason for failure", + "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_date_format": "AssertionError: DataFrame.index are different", + "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv1_datetime": "AssertionError: DataFrame.index are different", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv2": "TODO: Add a reason for failure", + "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv4": "AssertionError: DataFrame.index are different", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_headers": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_multiindex": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_na_quoting": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_quoting": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_single_level_multi_index": "TODO: Add a reason for failure", + "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle[2015-03-29-2015-03-30]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle[2015-10-25-2015-10-26]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/frame/methods/test_to_dict.py::TestDataFrameToDict::test_to_dict_index_false_error[series]": "TODO: Add a reason for failure", "tests/frame/methods/test_to_dict.py::TestDataFrameToDict::test_to_dict_orient_dtype[data1-Timestamp]": "TODO: Add a reason for failure", "tests/frame/methods/test_to_dict.py::TestDataFrameToDict::test_to_dict_scalar_constructor_orient_dtype[data4-Timestamp]": "TODO: Add a reason for failure", @@ -1575,16 +2312,32 @@ def pytest_unconfigure(config): "tests/frame/methods/test_to_numpy.py::TestToNumpy::test_to_numpy_copy": "TODO: Add a reason for failure", "tests/frame/methods/test_to_numpy.py::TestToNumpy::test_to_numpy_mixed_dtype_to_str": "TODO: Add a reason for failure", "tests/frame/methods/test_to_records.py::TestDataFrameToRecords::test_to_records_dt64tz_column": "TODO: Add a reason for failure", + "tests/frame/methods/test_to_timestamp.py::TestToTimestamp::test_to_timestamp_columns": "AssertionError: Index are different", + "tests/frame/methods/test_transpose.py::TestTranspose::test_transpose_get_view_dt64tzget_view": "assert 3 == 1", + "tests/frame/methods/test_transpose.py::TestTranspose::test_transpose_preserves_dtindex_equality_with_dst[America/New_York]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency 4h", "tests/frame/methods/test_truncate.py::TestDataFrameTruncate::test_truncate_multiindex[DataFrame]": "TODO: Add a reason for failure", + "tests/frame/methods/test_tz_convert.py::TestTZConvert::test_tz_convert_copy_inplace_mutate[DataFrame]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_tz_convert.py::TestTZConvert::test_tz_convert_copy_inplace_mutate[Series]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_false[NAType]": "AssertionError: Series.index level [0] are different", "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_false[NoneType]": "TODO: Add a reason for failure", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_false[float0]": "AssertionError: Series.index level [0] are different", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_false[float1]": "AssertionError: Series.index level [0] are different", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_true[NAType]": "AssertionError: Series.index level [0] are different", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_true[NoneType]": "AssertionError: Series.index level [0] are different", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_true[float0]": "AssertionError: Series.index level [0] are different", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_true[float1]": "AssertionError: Series.index level [0] are different", "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_empty": "TODO: Add a reason for failure", "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_empty_normalize": "TODO: Add a reason for failure", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_subset[NAType-columns1]": "AssertionError: Series.index are different", "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_subset[NoneType-columns1]": "TODO: Add a reason for failure", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_subset[float0-columns1]": "AssertionError: Series.index are different", + "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_subset[float1-columns1]": "AssertionError: Series.index are different", "tests/frame/methods/test_value_counts.py::test_value_counts_with_missing_category": "TODO: Add a reason for failure", "tests/frame/methods/test_values.py::TestDataFrameValues::test_values": "TODO: Add a reason for failure", "tests/frame/test_api.py::TestDataFrameMisc::test_display_max_dir_items": "TODO: Add a reason for failure", "tests/frame/test_api.py::TestDataFrameMisc::test_get_agg_axis": "TODO: Add a reason for failure", "tests/frame/test_api.py::TestDataFrameMisc::test_get_axis": "TODO: Add a reason for failure", + "tests/frame/test_api.py::TestDataFrameMisc::test_inplace_return_self": "assert None is a b c\n0 foo 0 1\n1 bar 0 2\n2 baz 1 3\n3 qux 1 4", "tests/frame/test_api.py::TestDataFrameMisc::test_set_flags[DataFrame-False]": "TODO: Add a reason for failure", "tests/frame/test_api.py::TestDataFrameMisc::test_set_flags[DataFrame-None]": "TODO: Add a reason for failure", "tests/frame/test_api.py::TestDataFrameMisc::test_set_flags[DataFrame-True]": "TODO: Add a reason for failure", @@ -1618,10 +2371,18 @@ def pytest_unconfigure(config): "tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_broadcast_multiindex[python-None]": "TODO: Add a reason for failure", "tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_flex_add_scalar_fill_value[numexpr]": "TODO: Add a reason for failure", "tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_flex_add_scalar_fill_value[python]": "TODO: Add a reason for failure", + "tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_frame_multiindex_operations_part_align_axis1[numexpr]": "AssertionError: DataFrame.columns are different", + "tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_frame_multiindex_operations_part_align_axis1[python]": "AssertionError: DataFrame.columns are different", "tests/frame/test_arithmetic.py::test_arithmetic_multiindex_align[numexpr]": "TODO: Add a reason for failure", "tests/frame/test_arithmetic.py::test_arithmetic_multiindex_align[python]": "TODO: Add a reason for failure", + "tests/frame/test_arithmetic.py::test_arithmetic_multiindex_column_align[numexpr]": "AssertionError: DataFrame.columns are different", + "tests/frame/test_arithmetic.py::test_arithmetic_multiindex_column_align[python]": "AssertionError: DataFrame.columns are different", + "tests/frame/test_arithmetic.py::test_arithmetic_multiindex_column_align_with_fillvalue[numexpr]": "AssertionError: DataFrame.columns are different", + "tests/frame/test_arithmetic.py::test_arithmetic_multiindex_column_align_with_fillvalue[python]": "AssertionError: DataFrame.columns are different", "tests/frame/test_arithmetic.py::test_bool_frame_mult_float[numexpr]": "TODO: Add a reason for failure", "tests/frame/test_arithmetic.py::test_bool_frame_mult_float[python]": "TODO: Add a reason for failure", + "tests/frame/test_arithmetic.py::test_frame_op_subclass_nonclass_constructor[numexpr]": "RecursionError: maximum recursion depth exceeded", + "tests/frame/test_arithmetic.py::test_frame_op_subclass_nonclass_constructor[python]": "RecursionError: maximum recursion depth exceeded", "tests/frame/test_arithmetic.py::test_frame_with_zero_len_series_corner_cases[numexpr]": "TODO: Add a reason for failure", "tests/frame/test_arithmetic.py::test_frame_with_zero_len_series_corner_cases[python]": "TODO: Add a reason for failure", "tests/frame/test_arithmetic.py::test_pow_with_realignment[numexpr]": "TODO: Add a reason for failure", @@ -1649,6 +2410,7 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructorWithDtypeCoercion::test_floating_values_integer_dtype": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_1d_object_array_does_not_copy": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_2d_object_array_does_not_copy": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_construct_from_dict_ea_series": "AttributeError: 'ndarray' object has no attribute '_data'. Did you mean: 'data'?", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_construct_with_two_categoricalindex_series": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_cast": "TODO: Add a reason for failure", @@ -1657,7 +2419,9 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key_and_columns": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_with_index": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_with_index_and_columns": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_with_none": "AssertionError: assert nan is None", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_error_msgs": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_2d_datetimearray": "assert 2 == 1", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_2d_raises": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_lists_to_object_dtype": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray": "TODO: Add a reason for failure", @@ -1671,6 +2435,7 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_datetimelike_values_with_object_dtype[DataFrame-m]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_datetimelike_values_with_object_dtype[Series-M]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_datetimelike_values_with_object_dtype[Series-m]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_keys_returns_rangeindex": "AssertionError: Index are different", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-M8[ns]-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-bool1-False]": "TODO: Add a reason for failure", @@ -1904,9 +2669,13 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestFromScalar::test_from_out_of_bounds_ns_datetime[DataFrame-None-datetime64]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestFromScalar::test_from_out_of_bounds_ns_datetime[DataFrame-dict-datetime64]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestFromScalar::test_from_out_of_bounds_ns_datetime[Series-None-datetime64]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestFromScalar::test_from_out_of_bounds_ns_datetime[Series-dict-datetime64]": "AssertionError: assert dtype('", + "tests/frame/test_unary.py::TestDataFrameUnaryOperators::test_pos_raises": "Failed: DID NOT RAISE ", "tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation_indiv": "TODO: Add a reason for failure", + "tests/generic/test_generic.py::TestGeneric::test_stdlib_copy_shallow_copies[DataFrame]": "assert False", + "tests/generic/test_generic.py::TestGeneric::test_stdlib_copy_shallow_copies[Series]": "assert False", "tests/generic/test_generic.py::TestNDFrame::test_flags_identity[DataFrame]": "TODO: Add a reason for failure", "tests/generic/test_generic.py::TestNDFrame::test_flags_identity[Series]": "TODO: Add a reason for failure", "tests/generic/test_generic.py::TestNDFrame::test_numpy_transpose[DataFrame]": "TODO: Add a reason for failure", @@ -2075,6 +2902,7 @@ def pytest_unconfigure(config): "tests/groupby/aggregate/test_aggregate.py::test_callable_result_dtype_frame[apply-int64-int64-keys1-agg_index1]": "TODO: Add a reason for failure", "tests/groupby/aggregate/test_aggregate.py::test_groupby_aggregate_directory[size]": "TODO: Add a reason for failure", "tests/groupby/aggregate/test_aggregate.py::test_groupby_aggregate_empty_key_empty_return": "TODO: Add a reason for failure", + "tests/groupby/aggregate/test_aggregate.py::test_groupby_aggregate_empty_with_multiindex_frame": "AssertionError: DataFrame.index level [0] are different", "tests/groupby/aggregate/test_aggregate.py::test_multiindex_custom_func[0]": "TODO: Add a reason for failure", "tests/groupby/aggregate/test_aggregate.py::test_order_aggregate_multiple_funcs": "TODO: Add a reason for failure", "tests/groupby/aggregate/test_cython.py::test_cython_agg_EA_known_dtypes[data1-prod-large_int-False]": "TODO: Add a reason for failure", @@ -2092,6 +2920,12 @@ def pytest_unconfigure(config): "tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[prod]": "TODO: Add a reason for failure", "tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[sum]": "TODO: Add a reason for failure", "tests/groupby/aggregate/test_other.py::test_agg_over_numpy_arrays": "TODO: Add a reason for failure", + "tests/groupby/aggregate/test_other.py::test_agg_timezone_round_trip": "AssertionError: assert Timestamp('2016-01-01 20:00:00') == Timestamp('2016-01-01 12:00:00-0800', tz='US/Pacific')", + "tests/groupby/methods/test_describe.py::test_describe_duplicate_columns": "AssertionError: DataFrame are different", + "tests/groupby/methods/test_describe.py::test_describe_with_duplicate_output_column_names[False-keys0]": "AssertionError: DataFrame are different", + "tests/groupby/methods/test_describe.py::test_describe_with_duplicate_output_column_names[False-keys1]": "AssertionError: DataFrame are different", + "tests/groupby/methods/test_describe.py::test_describe_with_duplicate_output_column_names[True-keys0]": "AssertionError: DataFrame are different", + "tests/groupby/methods/test_describe.py::test_describe_with_duplicate_output_column_names[True-keys1]": "AssertionError: DataFrame are different", "tests/groupby/methods/test_describe.py::test_frame_describe_tupleindex": "TODO: Add a reason for failure", "tests/groupby/methods/test_groupby_shift_diff.py::test_group_diff_bool": "TODO: Add a reason for failure", "tests/groupby/methods/test_groupby_shift_diff.py::test_group_diff_real_frame[int16]": "TODO: Add a reason for failure", @@ -2100,7 +2934,11 @@ def pytest_unconfigure(config): "tests/groupby/methods/test_groupby_shift_diff.py::test_group_diff_real_series[int8]": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_first_last_nth": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_first_last_nth_dtypes": "TODO: Add a reason for failure", + "tests/groupby/methods/test_nth.py::test_first_last_nth_nan_dtype": "AssertionError: Attributes of Series are different", + "tests/groupby/methods/test_nth.py::test_groupby_last_first_nth_with_none[NoneType-first]": "AssertionError: Attributes of Series are different", + "tests/groupby/methods/test_nth.py::test_groupby_last_first_nth_with_none[NoneType-last]": "AssertionError: Attributes of Series are different", "tests/groupby/methods/test_nth.py::test_groupby_last_first_nth_with_none[NoneType-nth]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_nth.py::test_head_tail_dropna_false": "AssertionError: DataFrame Expected type , found ins...", "tests/groupby/methods/test_nth.py::test_negative_step": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_np_ints": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_nth": "TODO: Add a reason for failure", @@ -2121,6 +2959,11 @@ def pytest_unconfigure(config): "tests/groupby/methods/test_nth.py::test_nth_indexed": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_nth_multi_grouper": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_nth_multi_index_as_expected": "TODO: Add a reason for failure", + "tests/groupby/methods/test_nth.py::test_nth_nan_in_grouper[all]": "NotImplementedError: dropna is not currently supported.", + "tests/groupby/methods/test_nth.py::test_nth_nan_in_grouper[any]": "NotImplementedError: dropna is not currently supported.", + "tests/groupby/methods/test_nth.py::test_nth_nan_in_grouper_series[None]": "KeyError: 'Label scalar is out of bounds'", + "tests/groupby/methods/test_nth.py::test_nth_nan_in_grouper_series[all]": "NotImplementedError: dropna is not currently supported.", + "tests/groupby/methods/test_nth.py::test_nth_nan_in_grouper_series[any]": "NotImplementedError: dropna is not currently supported.", "tests/groupby/methods/test_nth.py::test_nth_with_na_object[NoneType--1]": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_nth_with_na_object[float0--1]": "TODO: Add a reason for failure", "tests/groupby/methods/test_nth.py::test_nth_with_na_object[float1--1]": "TODO: Add a reason for failure", @@ -2220,15 +3063,38 @@ def pytest_unconfigure(config): "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[False-False-True-False-True-proportion-array]": "TODO: Add a reason for failure", "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[False-False-True-True-False-count-array]": "TODO: Add a reason for failure", "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[False-False-True-True-True-proportion-array]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[True-False-False-None-False-count-array]": "KeyError: 'Column not found: both'", + "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[True-False-False-None-True-proportion-array]": "KeyError: 'Column not found: both'", + "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[True-False-True-False-False-count-array]": "KeyError: 'Column not found: both'", + "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[True-False-True-False-True-proportion-array]": "KeyError: 'Column not found: both'", + "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[True-False-True-True-False-count-array]": "KeyError: 'Column not found: both'", + "tests/groupby/methods/test_value_counts.py::test_against_frame_and_seriesgroupby[True-False-True-True-True-proportion-array]": "KeyError: 'Column not found: both'", "tests/groupby/methods/test_value_counts.py::test_ambiguous_grouping": "TODO: Add a reason for failure", "tests/groupby/methods/test_value_counts.py::test_column_label_duplicates[False-level-columns1-expected_names1]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NAType-False-count-False-expected_data1-expected_index1]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NAType-False-count-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NAType-True-proportion-False-expected_data1-expected_index1]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NAType-True-proportion-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NoneType-False-count-False-expected_data1-expected_index1]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NoneType-False-count-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NoneType-True-proportion-False-expected_data1-expected_index1]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[NoneType-True-proportion-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float0-False-count-False-expected_data1-expected_index1]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float0-False-count-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float0-True-proportion-False-expected_data1-expected_index1]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float0-True-proportion-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float1-False-count-False-expected_data1-expected_index1]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float1-False-count-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float1-True-proportion-False-expected_data1-expected_index1]": "AssertionError: Series.index level [1] are different", + "tests/groupby/methods/test_value_counts.py::test_data_frame_value_counts_dropna[float1-True-proportion-True-expected_data0-expected_index0]": "AssertionError: Series.index level [1] are different", "tests/groupby/methods/test_value_counts.py::test_dropna_combinations[True-False-expected_rows2-expected_values2]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_value_counts.py::test_value_counts_all_na[False-False-False]": "AssertionError: Series.index level [0] are different", "tests/groupby/methods/test_value_counts.py::test_value_counts_sort[False-False-False]": "TODO: Add a reason for failure", "tests/groupby/methods/test_value_counts.py::test_value_counts_sort[False-True-False]": "TODO: Add a reason for failure", "tests/groupby/methods/test_value_counts.py::test_value_counts_sort[False-True-True]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_value_counts.py::test_value_counts_sort[True-False-False]": "AssertionError: Series.index level [1] are different", "tests/groupby/methods/test_value_counts.py::test_value_counts_sort[True-False-True]": "TODO: Add a reason for failure", + "tests/groupby/methods/test_value_counts.py::test_value_counts_sort[True-True-False]": "AssertionError: Series.index level [1] are different", "tests/groupby/methods/test_value_counts.py::test_value_counts_sort[True-True-True]": "TODO: Add a reason for failure", "tests/groupby/methods/test_value_counts.py::test_value_counts_sort_categorical[False-False-False]": "TODO: Add a reason for failure", "tests/groupby/methods/test_value_counts.py::test_value_counts_sort_categorical[False-False-True]": "TODO: Add a reason for failure", @@ -2249,11 +3115,47 @@ def pytest_unconfigure(config): "tests/groupby/test_all_methods.py::test_duplicate_columns[nunique-False]": "TODO: Add a reason for failure", "tests/groupby/test_all_methods.py::test_duplicate_columns[nunique-True]": "TODO: Add a reason for failure", "tests/groupby/test_all_methods.py::test_duplicate_columns[rank-False]": "TODO: Add a reason for failure", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[all]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[any]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[bfill]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[count]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[cumcount]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[cummax]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[cummin]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[cumprod]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[cumsum]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[diff]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[ffill]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[first]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[idxmax]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[idxmin]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[kurt]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[last]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[max]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[mean]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[median]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[min]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[ngroup]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[nunique]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[pct_change]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[prod]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[quantile]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[rank]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[sem]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[shift]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[size]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[skew]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[std]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[sum]": "assert not True", + "tests/groupby/test_all_methods.py::test_not_c_contiguous_mask[var]": "assert not True", "tests/groupby/test_api.py::test_all_methods_categorized": "TODO: Add a reason for failure", "tests/groupby/test_api.py::test_tab_completion": "TODO: Add a reason for failure", + "tests/groupby/test_apply.py::test_apply_as_index_constant_lambda[False-expected0]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_apply.py::test_apply_chunk_view[False]": "AssertionError: DataFrame are different", "tests/groupby/test_apply.py::test_apply_concat_preserve_names": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_apply_datetime_issue[group_column_dtlike0]": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_apply_datetime_issue[group_column_dtlike1]": "TODO: Add a reason for failure", + "tests/groupby/test_apply.py::test_apply_dropna_with_indexed_same[False]": "AssertionError: DataFrame are different", "tests/groupby/test_apply.py::test_apply_frame_concat_series": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_apply_func_that_appends_group_to_list_without_copy": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_apply_index_has_complex_internals[index3]": "TODO: Add a reason for failure", @@ -2261,8 +3163,13 @@ def pytest_unconfigure(config): "tests/groupby/test_apply.py::test_apply_index_key_error_bug[index_values1]": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_apply_multiindex_fail": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_apply_nonmonotonic_float_index[arg0-idx0]": "TODO: Add a reason for failure", + "tests/groupby/test_apply.py::test_apply_nonmonotonic_float_index[arg1-idx1]": "AssertionError: DataFrame are different", "tests/groupby/test_apply.py::test_apply_nonmonotonic_float_index[arg2-idx2]": "TODO: Add a reason for failure", + "tests/groupby/test_apply.py::test_apply_typecast_fail": "AssertionError: DataFrame are different", "tests/groupby/test_apply.py::test_apply_with_date_in_multiindex_does_not_convert_to_timestamp": "TODO: Add a reason for failure", + "tests/groupby/test_apply.py::test_apply_with_duplicated_non_sorted_axis[False]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_builtins_apply[min-1]": "AssertionError: Series are different", + "tests/groupby/test_apply.py::test_empty_df[agg-kurt]": "AssertionError: Series.index are different", "tests/groupby/test_apply.py::test_empty_df[agg-prod]": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_empty_df[agg-skew]": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_empty_df[agg-sum]": "TODO: Add a reason for failure", @@ -2276,6 +3183,16 @@ def pytest_unconfigure(config): "tests/groupby/test_apply.py::test_group_apply_once_per_group[GH2936]": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_group_apply_once_per_group[GH7739 & GH10519]": "TODO: Add a reason for failure", "tests/groupby/test_apply.py::test_groupby_apply_all_none": "TODO: Add a reason for failure", + "tests/groupby/test_apply.py::test_groupby_apply_identity_maybecopy_index_identical[0]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_groupby_apply_identity_maybecopy_index_identical[1]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_groupby_apply_identity_maybecopy_index_identical[2]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_groupby_apply_identity_maybecopy_index_identical[3]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_groupby_apply_none_first[in_data0-out_idx0-out_data0]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_groupby_apply_store_copy": "KeyError: 0", + "tests/groupby/test_apply.py::test_groupby_as_index_apply[False]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_groupby_as_index_apply[True]": "AssertionError: DataFrame are different", + "tests/groupby/test_apply.py::test_include_groups": "Failed: DID NOT RAISE ", + "tests/groupby/test_apply.py::test_positional_slice_groups_datetimelike": "AssertionError: DataFrame are different", "tests/groupby/test_apply.py::test_time_field_bug": "TODO: Add a reason for failure", "tests/groupby/test_categorical.py::test_agg_list[False-True-count-keys0-True]": "TODO: Add a reason for failure", "tests/groupby/test_categorical.py::test_agg_list[False-True-first-keys0-True]": "TODO: Add a reason for failure", @@ -2301,19 +3218,26 @@ def pytest_unconfigure(config): "tests/groupby/test_categorical.py::test_groupby_categorical_observed_nunique": "TODO: Add a reason for failure", "tests/groupby/test_categorical.py::test_observed[False]": "TODO: Add a reason for failure", "tests/groupby/test_categorical.py::test_observed_codes_remap[False]": "TODO: Add a reason for failure", + "tests/groupby/test_categorical.py::test_observed_two_columns[False]": "AssertionError: DataFrame.index level [0] are different", "tests/groupby/test_categorical.py::test_unstack_categorical": "TODO: Add a reason for failure", "tests/groupby/test_counting.py::TestCounting::test_ngroup_distinct": "TODO: Add a reason for failure", + "tests/groupby/test_counting.py::test_count": "AssertionError: DataFrame are different", "tests/groupby/test_counting.py::test_count_arrow_string_array[string=string[pyarrow]]": "TODO: Add a reason for failure", "tests/groupby/test_counting.py::test_count_arrow_string_array[string=string[python]]": "TODO: Add a reason for failure", + "tests/groupby/test_cumulative.py::test_cummax_datetime": "AssertionError: Attributes of Series are different", + "tests/groupby/test_cumulative.py::test_cummin_datetime": "AssertionError: Attributes of Series are different", + "tests/groupby/test_cumulative.py::test_cython_api2[False]": "AssertionError: DataFrame are different", "tests/groupby/test_cumulative.py::test_groupby_cumprod_nan_influences_other_columns": "TODO: Add a reason for failure", "tests/groupby/test_cumulative.py::test_numpy_compat[cumprod]": "TODO: Add a reason for failure", "tests/groupby/test_cumulative.py::test_numpy_compat[cumsum]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_as_index_select_column": "TODO: Add a reason for failure", + "tests/groupby/test_groupby.py::test_dont_clobber_name_column": "AssertionError: DataFrame are different", "tests/groupby/test_groupby.py::test_group_name_available_in_inference_pass": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_group_on_two_row_multiindex_returns_one_tuple_key": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_all_nan_groups_drop": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_column_index_name_lost[shift]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_column_index_name_lost[sum]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby.py::test_groupby_crash_on_nunique": "AssertionError: DataFrame.columns are different", "tests/groupby/test_groupby.py::test_groupby_cumsum_mask[Float32-False-val1]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_cumsum_mask[Float64-False-val1]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_cumsum_mask[Int16-False-val1]": "TODO: Add a reason for failure", @@ -2337,6 +3261,9 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby.py::test_groupby_groups_in_BaseGrouper": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_level_mapper": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_level_nonmulti": "TODO: Add a reason for failure", + "tests/groupby/test_groupby.py::test_groupby_multiindex_not_lexsorted[False]": "AssertionError: assert not True", + "tests/groupby/test_groupby.py::test_groupby_multiindex_not_lexsorted[True]": "AssertionError: assert not True", + "tests/groupby/test_groupby.py::test_groupby_nat_exclude": "AssertionError: numpy array are different", "tests/groupby/test_groupby.py::test_groupby_nonobject_dtype": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_nonstring_columns": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_numerical_stability_cumsum": "TODO: Add a reason for failure", @@ -2367,11 +3294,15 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby.py::test_groups_repr_truncates[1-{0: [0], ...}]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groups_repr_truncates[4-{0: [0], 1: [1], 2: [2], 3: [3], ...}]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groups_repr_truncates[5-{0: [0], 1: [1], 2: [2], 3: [3], 4: [4]}]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby.py::test_groups_sort_dropna[False-False]": "AssertionError: numpy array are different", + "tests/groupby/test_groupby.py::test_groups_sort_dropna[False-True]": "AssertionError: numpy array are different", "tests/groupby/test_groupby.py::test_handle_dict_return_value": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_indices_concatenation_order": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_ops_not_as_index[idxmin]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_ops_not_as_index[size]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_single_element_list_grouping[a]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby.py::test_single_element_listlike_level_grouping[level_arg0-False]": "AssertionError: assert ['x', 'y'] == [('x',), ('y',)]", + "tests/groupby/test_groupby.py::test_single_element_listlike_level_grouping[level_arg2-True]": "assert [1, 2] == [(1,), (2,)]", "tests/groupby/test_groupby.py::test_wrap_aggregated_output_multindex": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_categorical_reducers[idxmax-True-False-False-multi]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_categorical_reducers[idxmax-True-False-False-single]": "TODO: Add a reason for failure", @@ -2423,12 +3354,19 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby_dropna.py::test_categorical_transformers[shift-True-False-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_categorical_transformers[shift-True-True-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_categorical_transformers[shift-True-True-True]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_groupby_apply_with_dropna_for_multi_index[dropna_false_has_nan]": "AssertionError: DataFrame.index are different", "tests/groupby/test_groupby_dropna.py::test_groupby_apply_with_dropna_for_multi_index[dropna_false_no_nan]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_groupby_apply_with_dropna_for_multi_index[dropna_true_has_nan]": "AssertionError: DataFrame.index are different", "tests/groupby/test_groupby_dropna.py::test_groupby_apply_with_dropna_for_multi_index[dropna_true_no_nan]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_groupby_nan_included": "AssertionError: numpy array are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-None-False]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-None-True]": "AssertionError: Series.index are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-object-False]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-object-True]": "AssertionError: Series.index are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-None-True]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-object-False]": "AssertionError: DataFrame.index are different", + "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-object-True]": "AssertionError: Series.index are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-float0-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-float0-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-float1-None-False]": "TODO: Add a reason for failure", @@ -2436,12 +3374,15 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float0-NoneType-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float0-NoneType-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float1-NoneType-None-False]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float1-NoneType-None-True]": "AssertionError: Series are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-object-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-object-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-NoneType-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-NoneType-None-True]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-NoneType-object-False]": "AssertionError: DataFrame.index are different", + "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-NoneType-object-True]": "AssertionError: Series.index are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-float0-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-float0-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-float1-None-False]": "TODO: Add a reason for failure", @@ -2467,6 +3408,7 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[first-obj0]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[idxmax-obj0]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[idxmin-obj0]": "TODO: Add a reason for failure", + "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[kurt-obj0]": "AttributeError: 'SubclassedDataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[last-obj0]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[max-obj0]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[mean-obj0]": "TODO: Add a reason for failure", @@ -2491,15 +3433,32 @@ def pytest_unconfigure(config): "tests/groupby/test_grouping.py::TestGetGroup::test_groupby_with_single_column": "TODO: Add a reason for failure", "tests/groupby/test_grouping.py::TestGrouping::test_evaluate_with_empty_groups[agg-expected1]": "TODO: Add a reason for failure", "tests/groupby/test_grouping.py::TestGrouping::test_evaluate_with_empty_groups[apply-expected2]": "TODO: Add a reason for failure", + "tests/groupby/test_grouping.py::TestGrouping::test_groupby_apply_empty_with_group_keys_false": "AssertionError: DataFrame are different", "tests/groupby/test_grouping.py::TestGrouping::test_groupby_level[False]": "TODO: Add a reason for failure", "tests/groupby/test_grouping.py::TestGrouping::test_groupby_level[True]": "TODO: Add a reason for failure", "tests/groupby/test_grouping.py::TestGrouping::test_groupby_level_index_value_all_na": "TODO: Add a reason for failure", "tests/groupby/test_grouping.py::TestGrouping::test_groupby_multiindex_partial_indexing_equivalence": "TODO: Add a reason for failure", + "tests/groupby/test_grouping.py::TestGrouping::test_groupby_tuple_keys_handle_multiindex": "TypeError: unhashable type: 'list'", + "tests/groupby/test_grouping.py::TestGrouping::test_grouper_creation_bug": "AssertionError: DataFrame are different", "tests/groupby/test_grouping.py::TestGrouping::test_multiindex_columns_empty_level": "TODO: Add a reason for failure", "tests/groupby/test_grouping.py::TestGrouping::test_multiindex_negative_level": "TODO: Add a reason for failure", "tests/groupby/test_grouping.py::TestSelection::test_indices_grouped_by_tuple_with_lambda": "TODO: Add a reason for failure", "tests/groupby/test_indexing.py::test_multiindex": "TODO: Add a reason for failure", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[False-False-bfill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[False-False-ffill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[False-True-bfill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[False-True-ffill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[True-False-bfill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[True-False-ffill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[True-True-bfill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_ffill_handles_nan_groups[True-True-ffill]": "AssertionError: DataFrame.columns are different", + "tests/groupby/test_missing.py::test_groupby_column_index_name_lost_fill_funcs[bfill]": "AssertionError: Index are different", + "tests/groupby/test_missing.py::test_groupby_column_index_name_lost_fill_funcs[ffill]": "AssertionError: Index are different", "tests/groupby/test_missing.py::test_indices_with_missing": "TODO: Add a reason for failure", + "tests/groupby/test_numeric_only.py::TestNumericOnly::test_extrema[max]": "Failed: DID NOT RAISE ", + "tests/groupby/test_numeric_only.py::TestNumericOnly::test_extrema[min]": "Failed: DID NOT RAISE ", + "tests/groupby/test_reductions.py::test_basic_aggregations[float32]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_basic_aggregations[int32]": "AssertionError: Attributes of Series are different", "tests/groupby/test_reductions.py::test_empty_categorical[True]": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_first_last_skipna[Float32-False-False-first]": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_first_last_skipna[Float32-False-False-last]": "TODO: Add a reason for failure", @@ -2601,6 +3560,20 @@ def pytest_unconfigure(config): "tests/groupby/test_reductions.py::test_idxmin_idxmax_extremes_skipna[False-float32-idxmin]": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_idxmin_idxmax_extremes_skipna[False-float64-idxmax]": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_idxmin_idxmax_extremes_skipna[False-float64-idxmin]": "TODO: Add a reason for failure", + "tests/groupby/test_reductions.py::test_masked_kleene_logic[any-False-data2]": "AssertionError: Series NA mask are different", + "tests/groupby/test_reductions.py::test_masked_kleene_logic[any-False-data3]": "AssertionError: Series NA mask are different", + "tests/groupby/test_reductions.py::test_mean_numeric_only_validates_bool": "Failed: DID NOT RAISE ", + "tests/groupby/test_reductions.py::test_mean_skipna[False-values0-float64-float64]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_mean_skipna[False-values3-timedelta64[ns]-timedelta64[ns]]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-max-values32-float64-float64]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-max-values35-timedelta64[ns]-timedelta64[ns]]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-max-values36-datetime64[ns]-datetime64[ns]]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-median-values40-float64-float64]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-min-values24-float64-float64]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-min-values27-timedelta64[ns]-timedelta64[ns]]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-min-values28-datetime64[ns]-datetime64[ns]]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[False-prod-values0-float64-float64]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_multifunc_skipna[True-prod-values3-float64-float64]": "AssertionError: Series are different", "tests/groupby/test_reductions.py::test_nunique": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_nunique_with_NaT[key0-data0-True-expected0]": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_nunique_with_NaT[key1-data1-True-expected1]": "TODO: Add a reason for failure", @@ -2609,6 +3582,205 @@ def pytest_unconfigure(config): "tests/groupby/test_reductions.py::test_nunique_with_empty_series": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_nunique_with_object": "TODO: Add a reason for failure", "tests/groupby/test_reductions.py::test_nunique_with_timegrouper": "TODO: Add a reason for failure", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-all-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-all-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-all-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-all-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-any-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-any-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-any-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-any-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-count-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-count-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-count-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-count-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-first-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-first-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-first-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-first-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-last-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-last-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-last-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-last-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-max-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-max-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-max-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-max-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-min-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-min-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-min-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-min-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-False-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-nunique-True-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-sum-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-sum-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-sum-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[pyarrow]-sum-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-all-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-all-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-all-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-all-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-any-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-any-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-any-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-any-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-count-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-count-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-count-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-count-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-first-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-first-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-first-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-first-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-first-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-first-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-last-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-last-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-last-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-last-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-last-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-last-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-max-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-max-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-max-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-max-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-max-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-max-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-min-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-min-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-min-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-min-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-min-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-min-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-False-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-nunique-True-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-sum-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-sum-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-sum-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=str[python]-sum-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-all-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-all-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-all-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-all-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-any-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-any-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-any-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-any-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-False-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-count-True-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-first-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-first-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-first-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-first-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-first-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-first-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-last-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-last-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-last-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-last-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-last-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-last-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-max-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-max-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-max-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-max-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-max-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-max-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-min-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-min-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-min-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-min-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-min-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-min-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-False-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-nunique-True-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-size-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-size-False-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-size-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-size-True-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-sum-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-sum-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-sum-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[pyarrow]-sum-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-all-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-all-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-all-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-all-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-any-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-any-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-any-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-any-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-False-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-count-True-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-first-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-first-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-first-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-first-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-first-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-first-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-last-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-last-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-last-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-last-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-last-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-last-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-max-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-max-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-max-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-max-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-max-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-max-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-min-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-min-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-min-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-min-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-min-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-min-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-False-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-False-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-True-True-0]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-nunique-True-True-1]": "AssertionError: Attributes of Series are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-sum-False-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-sum-False-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-sum-True-False-0]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_string_dtype_all_na[string=string[python]-sum-True-False-1]": "AssertionError: DataFrame are different", + "tests/groupby/test_reductions.py::test_sum_skipna[False-values0-float64]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_sum_skipna[False-values3-timedelta64[ns]]": "AssertionError: Series are different", + "tests/groupby/test_reductions.py::test_sum_skipna_object[False]": "AssertionError: Series are different", "tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_datetime64_32_bit": "TODO: Add a reason for failure", "tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper": "TODO: Add a reason for failure", "tests/groupby/test_timegrouper.py::TestGroupBy::test_scalar_call_versus_list_call": "TODO: Add a reason for failure", @@ -2629,6 +3801,21 @@ def pytest_unconfigure(config): "tests/groupby/transform/test_transform.py::test_as_index_no_change[size-keys1]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_cython_transform_series[cumprod-args0-]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_cython_transform_series[cumsum-args1-]": "TODO: Add a reason for failure", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-True-False]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-True-False]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-True-False]": "AssertionError: Series NA mask are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-True-True]": "AssertionError: Series NA mask are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-True-False]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-True-False]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-True-False]": "AssertionError: Series NA mask are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-True-True]": "AssertionError: Series NA mask are different", + "tests/groupby/transform/test_transform.py::test_groupby_transform_with_datetimes[idxmax-values1]": "AssertionError: Attributes of Series are different", + "tests/groupby/transform/test_transform.py::test_groupby_transform_with_datetimes[idxmin-values0]": "AssertionError: Attributes of Series are different", + "tests/groupby/transform/test_transform.py::test_nan_in_cumsum_group_label": "AssertionError: Attributes of Series are different", "tests/groupby/transform/test_transform.py::test_null_group_str_reducer[False-idxmax]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_null_group_str_reducer[False-idxmin]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_null_group_str_reducer[False-nunique]": "TODO: Add a reason for failure", @@ -2638,6 +3825,8 @@ def pytest_unconfigure(config): "tests/groupby/transform/test_transform.py::test_null_group_str_reducer[True-size]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_null_group_str_transformer[False-cumcount]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_null_group_str_transformer[True-cumcount]": "TODO: Add a reason for failure", + "tests/groupby/transform/test_transform.py::test_pct_change[Series--1-None]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_pct_change[Series-1-None]": "AssertionError: Series are different", "tests/groupby/transform/test_transform.py::test_transform_cumcount": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_transform_fast": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_transform_mixed_type": "TODO: Add a reason for failure", @@ -2659,6 +3848,7 @@ def pytest_unconfigure(config): "tests/indexes/categorical/test_category.py::TestCategoricalIndex::test_is_monotonic[data1-non_lexsorted_data1]": "TODO: Add a reason for failure", "tests/indexes/categorical/test_constructors.py::TestCategoricalIndexConstructors::test_construction": "TODO: Add a reason for failure", "tests/indexes/categorical/test_constructors.py::TestCategoricalIndexConstructors::test_construction_disallows_scalar": "TODO: Add a reason for failure", + "tests/indexes/categorical/test_equals.py::TestEquals::test_equals_non_category": "AssertionError: assert not True", "tests/indexes/categorical/test_fillna.py::TestFillNA::test_fillna_copies_with_no_nas": "TODO: Add a reason for failure", "tests/indexes/categorical/test_indexing.py::TestContains::test_contains_na_dtype[False]": "TODO: Add a reason for failure", "tests/indexes/categorical/test_indexing.py::TestContains::test_contains_nan": "TODO: Add a reason for failure", @@ -2666,33 +3856,99 @@ def pytest_unconfigure(config): "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values[DatetimeIndex]": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values[TimedeltaIndex]": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_with_freq_periodindex2[idx1]": "TODO: Add a reason for failure", + "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_datetimeindex['Asia/Tokyo'-index_dates0-expected_dates0]": "AssertionError: numpy array are different", + "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_datetimeindex['Asia/Tokyo'-index_dates1-expected_dates1]": "AssertionError: numpy array are different", + "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_datetimeindex['US/Eastern'-index_dates0-expected_dates0]": "AssertionError: numpy array are different", + "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_datetimeindex['US/Eastern'-index_dates1-expected_dates1]": "AssertionError: numpy array are different", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_datetimeindex[None-index_dates0-expected_dates0]": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_datetimeindex[None-index_dates1-expected_dates1]": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_periodindex[idx4-expected4]": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_without_freq_timedeltaindex": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::test_order_stability_compat": "TODO: Add a reason for failure", + "tests/indexes/datetimes/methods/test_astype.py::TestAstype::test_astype_category[US/Central]": "AssertionError: Categorical.categories are different", "tests/indexes/datetimes/methods/test_astype.py::TestDatetimeIndex::test_astype": "TODO: Add a reason for failure", "tests/indexes/datetimes/methods/test_astype.py::TestDatetimeIndex::test_astype_datetime64": "TODO: Add a reason for failure", "tests/indexes/datetimes/methods/test_astype.py::TestDatetimeIndex::test_astype_raises[float]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/methods/test_astype.py::TestDatetimeIndex::test_astype_str_freq_and_tz": "AssertionError: Index are different", + "tests/indexes/datetimes/methods/test_astype.py::TestDatetimeIndex::test_astype_str_tz_and_name": "AssertionError: Index are different", + "tests/indexes/datetimes/methods/test_astype.py::TestDatetimeIndex::test_astype_tzaware_to_tzaware": "AssertionError: assert None == ", "tests/indexes/datetimes/methods/test_astype.py::TestDatetimeIndex::test_astype_uint": "TODO: Add a reason for failure", + "tests/indexes/datetimes/methods/test_factorize.py::TestDatetimeIndexFactorize::test_factorize_dst[index]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/indexes/datetimes/methods/test_factorize.py::TestDatetimeIndexFactorize::test_factorize_dst[series]": "AssertionError: numpy array are different", + "tests/indexes/datetimes/methods/test_factorize.py::TestDatetimeIndexFactorize::test_factorize_tz['US/Eastern'-index]": "AssertionError: numpy array are different", + "tests/indexes/datetimes/methods/test_factorize.py::TestDatetimeIndexFactorize::test_factorize_tz['US/Eastern'-series]": "AssertionError: numpy array are different", "tests/indexes/datetimes/methods/test_isocalendar.py::test_dti_timestamp_isocalendar_fields": "TODO: Add a reason for failure", "tests/indexes/datetimes/methods/test_round.py::TestDatetimeIndexRound::test_round_daily": "TODO: Add a reason for failure", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_across_dst[ms]": "AssertionError: Series.index are different", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_across_dst[ns]": "AssertionError: Series.index are different", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_across_dst[s]": "AssertionError: Series.index are different", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_across_dst[us]": "AssertionError: Series.index are different", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_int[ms]": "TypeError: unsupported operand type(s) for *: 'int' and 'DateOffset'", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_int[ns]": "TypeError: unsupported operand type(s) for *: 'int' and 'DateOffset'", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_int[s]": "TypeError: unsupported operand type(s) for *: 'int' and 'DateOffset'", + "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_int[us]": "TypeError: unsupported operand type(s) for *: 'int' and 'DateOffset'", + "tests/indexes/datetimes/methods/test_tz_convert.py::TestTZConvert::test_dti_tz_convert_dst": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/indexes/datetimes/methods/test_tz_convert.py::TestTZConvert::test_tz_convert_nat": "TypeError: Cannot convert tz-naive timestamps, use tz_localize to localize", + "tests/indexes/datetimes/methods/test_tz_localize.py::TestTZLocalize::test_dti_tz_localize[]": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/methods/test_tz_localize.py::TestTZLocalize::test_dti_tz_localize_nonexistent_raise_coerce": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/methods/test_tz_localize.py::TestTZLocalize::test_dti_tz_localize_utc_conversion[tz2]": "Failed: DID NOT RAISE ", "tests/indexes/datetimes/methods/test_unique.py::test_index_unique2": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_add_dti_day": "TypeError: unsupported operand type(s) for +: 'DatetimeArray' and 'DateOffset'", "tests/indexes/datetimes/test_constructors.py::TestDatetimeIndex::test_constructor_coverage": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_constructors.py::TestDatetimeIndex::test_constructor_datetime64_tzformat[W-SUN]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_constructors.py::TestDatetimeIndex::test_constructor_dtype": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestDatetimeIndex::test_constructor_dtype_tz_mismatch_raises": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_constructors.py::TestDatetimeIndex::test_dti_from_tzaware_datetime[tz1]": "AssertionError: assert False", + "tests/indexes/datetimes/test_constructors.py::TestDatetimeIndex::test_integer_values_and_tz_interpreted_as_utc": "AssertionError: Index are different", "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_constructor_int64_nocopy": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[int16]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[int32]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[int64]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[int8]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[int]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[uint16]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[uint32]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[uint64]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_constructors.py::TestTimeSeries::test_dti_constructor_small_int[uint8]": "AssertionError: Index are different", "tests/indexes/datetimes/test_date_range.py::TestDateRangeNonTickFreq::test_date_range_freqstr_matches_offset[W-SUN-offset2]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_ambiguous_endpoint[Europe/London]": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_ambiguous_endpoint[dateutil/Europe/London]": "Failed: DID NOT RAISE ", "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_with_fixed_tz": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_with_fixedoffset_noname": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_over_dst[ms]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_over_dst[ns]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_over_dst[s]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_over_dst[us]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_with_different_start_end_string_format[ms]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_with_different_start_end_string_format[ns]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_with_different_start_end_string_format[s]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_with_different_start_end_string_format[us]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_convenience_periods[ms]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_convenience_periods[ns]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_convenience_periods[s]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_convenience_periods[us]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_depr_lowercase_frequency[2W-2w]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_depr_lowercase_frequency[2W-WED-2w-wed]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_nat": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_freq_dateoffset_with_relateivedelta_nanos": "AssertionError: Index are different", "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_tz_dateutil": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_tz_pytz": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_precision_finer_than_offset": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_misc_coverage": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[ms]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[ns]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[s]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[us]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", + "tests/indexes/datetimes/test_indexing.py::TestGetItem::test_getitem[Asia/Tokyo]": "AssertionError: assert None == ", "tests/indexes/datetimes/test_indexing.py::TestGetItem::test_getitem[None]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[Asia/Tokyo]": "AssertionError: assert is None", "tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[None]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[US/Eastern]": "AssertionError: assert is None", + "tests/indexes/datetimes/test_indexing.py::TestTake::test_take[Asia/Tokyo]": "AssertionError: assert == ", "tests/indexes/datetimes/test_indexing.py::TestTake::test_take[None]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_indexing.py::TestWhere::test_where_invalid_dtypes": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_join.py::TestJoin::test_join_preserves_freq[None]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_join.py::TestJoin::test_join_preserves_freq[US/Pacific]": "AssertionError: assert None == ", "tests/indexes/datetimes/test_join.py::TestJoin::test_join_self[inner]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_join.py::TestJoin::test_join_self[left]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_join.py::TestJoin::test_join_self[outer]": "TODO: Add a reason for failure", @@ -2710,6 +3966,7 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_minutely": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_dataframe": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_return_type_doesnt_depend_on_monotonicity": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_week": "assert [52, 52, 1] == [52, 1, 1]", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq[False]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq[None]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[False-Asia/Tokyo]": "TODO: Add a reason for failure", @@ -2720,8 +3977,22 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None-None]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None-US/Eastern]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None-dateutil/US/Pacific]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection_empty['Asia/Tokyo'-min]": "AssertionError: assert None == ", + "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection_empty['US/Eastern'-min]": "AssertionError: assert None == ", + "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_setops_preserve_freq[Asia/Tokyo]": "AssertionError: assert None == ", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_setops_preserve_freq[None]": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_setops_preserve_freq[US/Eastern]": "AssertionError: assert None == ", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_freq_infer": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize2[ms]": "assert nan == 3", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize2[ns]": "assert nan == 3", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize2[s]": "assert nan == 3", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize2[us]": "assert nan == 3", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize[ms]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize[ns]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize[s]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize[us]": "AssertionError: Index are different", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_tz_aware_datetime_datetime[tz0]": "AssertionError: assert zoneinfo.ZoneInfo(key='US/Eastern') is datetime.timezone.utc", + "tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_tz_aware_datetime_datetime[tz1]": "AssertionError: assert False", "tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index0]": "TODO: Add a reason for failure", "tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index1]": "TODO: Add a reason for failure", "tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index3]": "TODO: Add a reason for failure", @@ -2765,6 +4036,7 @@ def pytest_unconfigure(config): "tests/indexes/interval/test_constructors.py::test_ea_dtype[float64[pyarrow]]": "https://github.com/pandas-dev/pandas/issues/64297", "tests/indexes/interval/test_indexing.py::TestGetIndexer::test_get_indexer_categorical_with_nans": "TODO: Add a reason for failure", "tests/indexes/interval/test_indexing.py::TestGetIndexer::test_get_indexer_datetime": "TODO: Add a reason for failure", + "tests/indexes/interval/test_indexing.py::TestPutmask::test_putmask_dt64[US/Pacific]": "TypeError: Cannot interpret 'datetime64[us, US/Pacific]' as a data type", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_comparison": "TODO: Add a reason for failure", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[both]": "TODO: Add a reason for failure", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[left]": "TODO: Add a reason for failure", @@ -2786,12 +4058,16 @@ def pytest_unconfigure(config): "tests/indexes/multi/test_constructors.py::test_create_index_existing_name": "TODO: Add a reason for failure", "tests/indexes/multi/test_constructors.py::test_from_arrays_respects_none_names": "TODO: Add a reason for failure", "tests/indexes/multi/test_constructors.py::test_from_frame_dtype_fidelity": "TODO: Add a reason for failure", + "tests/indexes/multi/test_constructors.py::test_from_frame_missing_values_multiIndex": "AttributeError: 'Float64Dtype' object has no attribute '__from_arrow__'", "tests/indexes/multi/test_constructors.py::test_multiindex_inference_consistency": "TODO: Add a reason for failure", + "tests/indexes/multi/test_conversion.py::test_to_frame_column_rangeindex": "AssertionError: Index are different", "tests/indexes/multi/test_conversion.py::test_to_frame_dtype_fidelity": "TODO: Add a reason for failure", "tests/indexes/multi/test_copy.py::test_copy": "TODO: Add a reason for failure", "tests/indexes/multi/test_copy.py::test_copy_deep_false_retains_id": "TODO: Add a reason for failure", "tests/indexes/multi/test_copy.py::test_shallow_copy": "TODO: Add a reason for failure", "tests/indexes/multi/test_copy.py::test_view": "TODO: Add a reason for failure", + "tests/indexes/multi/test_drop.py::test_drop_not_lexsorted[False]": "AssertionError: assert not True", + "tests/indexes/multi/test_drop.py::test_drop_not_lexsorted[True]": "AssertionError: assert not True", "tests/indexes/multi/test_drop.py::test_droplevel_list": "TODO: Add a reason for failure", "tests/indexes/multi/test_drop.py::test_droplevel_multiindex_one_level": "TODO: Add a reason for failure", "tests/indexes/multi/test_duplicates.py::test_duplicate_multiindex_codes": "TODO: Add a reason for failure", @@ -2814,6 +4090,8 @@ def pytest_unconfigure(config): "tests/indexes/multi/test_indexing.py::TestGetIndexer::test_get_indexer_three_or_more_levels": "TODO: Add a reason for failure", "tests/indexes/multi/test_indexing.py::TestGetLoc::test_get_loc": "TODO: Add a reason for failure", "tests/indexes/multi/test_indexing.py::TestGetLoc::test_get_loc_duplicates2": "TODO: Add a reason for failure", + "tests/indexes/multi/test_indexing.py::TestGetLoc::test_get_loc_past_lexsort_depth[False]": "assert 0 == slice(0, 1, None)", + "tests/indexes/multi/test_indexing.py::TestGetLoc::test_get_loc_past_lexsort_depth[True]": "assert 0 == slice(0, 1, None)", "tests/indexes/multi/test_indexing.py::test_get_indexer_for_multiindex_with_nans[Decimal]": "TODO: Add a reason for failure", "tests/indexes/multi/test_indexing.py::test_get_indexer_for_multiindex_with_nans[NAType]": "TODO: Add a reason for failure", "tests/indexes/multi/test_indexing.py::test_get_indexer_for_multiindex_with_nans[NaTType]": "TODO: Add a reason for failure", @@ -2821,7 +4099,16 @@ def pytest_unconfigure(config): "tests/indexes/multi/test_indexing.py::test_get_indexer_for_multiindex_with_nans[float0]": "TODO: Add a reason for failure", "tests/indexes/multi/test_indexing.py::test_get_indexer_for_multiindex_with_nans[float1]": "TODO: Add a reason for failure", "tests/indexes/multi/test_indexing.py::test_getitem": "TODO: Add a reason for failure", + "tests/indexes/multi/test_indexing.py::test_getitem_bool_index_all[Index]": "AssertionError: MultiIndex level [0] are different", + "tests/indexes/multi/test_indexing.py::test_getitem_bool_index_all[list]": "AssertionError: MultiIndex level [0] are different", + "tests/indexes/multi/test_indexing.py::test_getitem_bool_index_single[Index]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_indexing.py::test_getitem_bool_index_single[list]": "AssertionError: MultiIndex are different", "tests/indexes/multi/test_indexing.py::test_getitem_group_select": "TODO: Add a reason for failure", + "tests/indexes/multi/test_indexing.py::test_pyint_engine[1-uint8]": "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", + "tests/indexes/multi/test_indexing.py::test_pyint_engine[10-object]": "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", + "tests/indexes/multi/test_indexing.py::test_pyint_engine[2-uint16]": "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", + "tests/indexes/multi/test_indexing.py::test_pyint_engine[4-uint32]": "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", + "tests/indexes/multi/test_indexing.py::test_pyint_engine[8-uint64]": "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", "tests/indexes/multi/test_integrity.py::test_labels_dtypes": "TODO: Add a reason for failure", "tests/indexes/multi/test_integrity.py::test_metadata_immutable": "TODO: Add a reason for failure", "tests/indexes/multi/test_isin.py::test_isin_level_kwarg": "TODO: Add a reason for failure", @@ -2845,6 +4132,16 @@ def pytest_unconfigure(config): "tests/indexes/multi/test_join.py::test_join_dtypes[UInt64-5]": "TODO: Add a reason for failure", "tests/indexes/multi/test_join.py::test_join_dtypes[UInt8-0]": "TODO: Add a reason for failure", "tests/indexes/multi/test_join.py::test_join_dtypes[UInt8-5]": "TODO: Add a reason for failure", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[Float32]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[Float64]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[Int16]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[Int32]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[Int64]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[Int8]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[UInt16]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[UInt32]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[UInt64]": "AssertionError: MultiIndex are different", + "tests/indexes/multi/test_join.py::test_join_dtypes_all_nan[UInt8]": "AssertionError: MultiIndex are different", "tests/indexes/multi/test_join.py::test_join_index_levels": "TODO: Add a reason for failure", "tests/indexes/multi/test_join.py::test_join_midx_ea": "TODO: Add a reason for failure", "tests/indexes/multi/test_join.py::test_join_midx_string": "TODO: Add a reason for failure", @@ -2870,21 +4167,24 @@ def pytest_unconfigure(config): "tests/indexes/multi/test_sorting.py::test_reconstruct_sort": "TODO: Add a reason for failure", "tests/indexes/multi/test_sorting.py::test_remove_unused_levels_large[datetime64[D]-str]": "TODO: Add a reason for failure", "tests/indexes/multi/test_sorting.py::test_remove_unused_levels_large[int64-int64]": "TODO: Add a reason for failure", + "tests/indexes/multi/test_sorting.py::test_unsortedindex_doc_examples[False]": "Failed: DID NOT RAISE ", + "tests/indexes/multi/test_sorting.py::test_unsortedindex_doc_examples[True]": "Failed: DID NOT RAISE ", "tests/indexes/numeric/test_astype.py::TestAstype::test_astype_float64_to_uint64": "TODO: Add a reason for failure", "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_invalid": "TODO: Add a reason for failure", "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nan": "TODO: Add a reason for failure", - "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_decreasing[backfill-expected1]": "TODO: Add a reason for failure", - "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_decreasing[nearest-expected2]": "TODO: Add a reason for failure", - "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_decreasing[pad-expected0]": "TODO: Add a reason for failure", - "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_error": "TODO: Add a reason for failure", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_decreasing[backfill-expected1]": "AssertionError: numpy array are different", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_decreasing[nearest-expected2]": "AssertionError: numpy array are different", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_decreasing[pad-expected0]": "AssertionError: numpy array are different", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_nearest_error": "Failed: DID NOT RAISE ", "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_numeric_index_boolean_target[get_indexer-float64]": "TODO: Add a reason for failure", "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_numeric_index_boolean_target[get_indexer-int64]": "TODO: Add a reason for failure", "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_numeric_index_boolean_target[get_indexer-range]": "TODO: Add a reason for failure", "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_numeric_index_boolean_target[get_indexer-uint64]": "TODO: Add a reason for failure", "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_numeric_vs_bool": "TODO: Add a reason for failure", - "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_with_method_numeric_vs_bool[backfill]": "TODO: Add a reason for failure", - "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_with_method_numeric_vs_bool[nearest]": "TODO: Add a reason for failure", - "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_with_method_numeric_vs_bool[pad]": "TODO: Add a reason for failure", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_with_method_numeric_vs_bool[backfill]": "Failed: DID NOT RAISE ", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_with_method_numeric_vs_bool[nearest]": "Failed: DID NOT RAISE ", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_indexer_with_method_numeric_vs_bool[pad]": "Failed: DID NOT RAISE ", + "tests/indexes/numeric/test_indexing.py::TestGetIndexer::test_get_loc_masked_na_and_nan[False]": "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", "tests/indexes/numeric/test_numeric.py::TestFloatNumericIndex::test_equals_numeric": "TODO: Add a reason for failure", "tests/indexes/numeric/test_numeric.py::TestFloatNumericIndex::test_type_coercion_fail[int16]": "TODO: Add a reason for failure", "tests/indexes/numeric/test_numeric.py::TestFloatNumericIndex::test_type_coercion_fail[int32]": "TODO: Add a reason for failure", @@ -2903,13 +4203,28 @@ def pytest_unconfigure(config): "tests/indexes/period/test_join.py::TestJoin::test_join_self[left]": "TODO: Add a reason for failure", "tests/indexes/period/test_join.py::TestJoin::test_join_self[outer]": "TODO: Add a reason for failure", "tests/indexes/period/test_join.py::TestJoin::test_join_self[right]": "TODO: Add a reason for failure", + "tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_outofbounds[date_range]": "AssertionError: (, None)", "tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[W-W]": "TODO: Add a reason for failure", - "tests/indexes/ranges/test_indexing.py::TestGetIndexer::test_get_indexer_limit": "TODO: Add a reason for failure", + "tests/indexes/ranges/test_indexing.py::TestGetIndexer::test_get_indexer_limit": "AssertionError: numpy array are different", + "tests/indexes/ranges/test_indexing.py::TestGetIndexer::test_get_indexer_missing_value_casting_string_dtype": "AssertionError: numpy array are different", "tests/indexes/ranges/test_join.py::TestJoin::test_join_self[inner]": "TODO: Add a reason for failure", "tests/indexes/ranges/test_join.py::TestJoin::test_join_self[left]": "TODO: Add a reason for failure", "tests/indexes/ranges/test_join.py::TestJoin::test_join_self[outer]": "TODO: Add a reason for failure", "tests/indexes/ranges/test_join.py::TestJoin::test_join_self[right]": "TODO: Add a reason for failure", + "tests/indexes/ranges/test_range.py::TestRangeIndex::test_append[indices6-expected6]": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::TestRangeIndex::test_append[indices7-expected7]": "AssertionError: Index are different", "tests/indexes/ranges/test_range.py::TestRangeIndex::test_cache": "TODO: Add a reason for failure", + "tests/indexes/ranges/test_range.py::test_append_one_nonempty_preserve_step": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_getitem_boolmask_all_false": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_getitem_boolmask_all_true": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_getitem_boolmask_returns_rangeindex": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_getitem_empty_return_rangeindex": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_getitem_integers_return_rangeindex": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_take_1_value_returns_rangeindex[rng0-exp_rng0]": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_take_1_value_returns_rangeindex[rng1-exp_rng1]": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_take_1_value_returns_rangeindex[rng2-exp_rng2]": "AssertionError: Index are different", + "tests/indexes/ranges/test_range.py::test_take_return_rangeindex": "AssertionError: Index are different", + "tests/indexes/ranges/test_setops.py::TestRangeIndexSetOps::test_intersection[None]": "AssertionError: Index are different", "tests/indexes/ranges/test_setops.py::TestRangeIndexSetOps::test_union_sorted[RangeIndex(start=0, stop=-10, step=-1)-RangeIndex(start=-10, stop=-20, step=-1)-RangeIndex(start=-19, stop=1, step=1)-RangeIndex(start=0, stop=-20, step=-1)]": "TODO: Add a reason for failure", "tests/indexes/ranges/test_setops.py::TestRangeIndexSetOps::test_union_sorted[RangeIndex(start=0, stop=-100, step=-1)-RangeIndex(start=0, stop=-50, step=-3)-RangeIndex(start=-99, stop=1, step=1)-RangeIndex(start=0, stop=-100, step=-1)]": "TODO: Add a reason for failure", "tests/indexes/ranges/test_setops.py::TestRangeIndexSetOps::test_union_sorted[RangeIndex(start=0, stop=-100, step=-2)-RangeIndex(start=-100, stop=50, step=102)-RangeIndex(start=-100, stop=4, step=2)-expected_notsorted15]": "TODO: Add a reason for failure", @@ -2953,14 +4268,29 @@ def pytest_unconfigure(config): "tests/indexes/test_any_index.py::TestConversion::test_to_series_with_arguments[uint8]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_cached_properties_not_settable": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-Index-values]": "TODO: Add a reason for failure", + "tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool-float32]": "Failed: DID NOT RAISE ", + "tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool-float64]": "Failed: DID NOT RAISE ", + "tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool-int32]": "Failed: DID NOT RAISE ", + "tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool-int64]": "Failed: DID NOT RAISE ", + "tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool-uint32]": "Failed: DID NOT RAISE ", + "tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool-uint64]": "Failed: DID NOT RAISE ", "tests/indexes/test_base.py::TestIndex::test_equals_op_mismatched_multiindex_raises[index0]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_is_": "TODO: Add a reason for failure", + "tests/indexes/test_base.py::TestIndex::test_is_object[string-True]": "AssertionError: assert True is False", "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[NAType-float32]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[NAType-float64]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[NAType-float]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[NoneType-float32]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[NoneType-float64]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[NoneType-float]": "TODO: Add a reason for failure", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[NAType-float0]": "AssertionError: numpy array are different", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[NAType-float1]": "AssertionError: numpy array are different", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[NoneType-float0]": "AssertionError: numpy array are different", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[NoneType-float1]": "AssertionError: numpy array are different", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[float0-float0]": "AssertionError: numpy array are different", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[float0-float1]": "AssertionError: numpy array are different", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[float1-float0]": "AssertionError: numpy array are different", + "tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[float1-float1]": "AssertionError: numpy array are different", "tests/indexes/test_base.py::TestIndex::test_map_defaultdict": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index2]": "TODO: Add a reason for failure", "tests/indexes/test_base.py::TestIndex::test_str_bool_return": "TODO: Add a reason for failure", @@ -3030,8 +4360,12 @@ def pytest_unconfigure(config): "tests/indexes/test_common.py::TestCommon::test_to_frame[uint8-new_name]": "TODO: Add a reason for failure", "tests/indexes/test_common.py::test_ndarray_compat_properties[multi]": "TODO: Add a reason for failure", "tests/indexes/test_common.py::test_ndarray_compat_properties[tuples]": "TODO: Add a reason for failure", + "tests/indexes/test_common.py::test_to_frame_column_rangeindex": "AssertionError: Index are different", + "tests/indexes/test_common.py::test_to_frame_name_tuple_multiindex": "AssertionError: DataFrame.columns are different", "tests/indexes/test_datetimelike.py::TestDatetimeLike::test_argsort_matches_array[simple_index1]": "TODO: Add a reason for failure", "tests/indexes/test_datetimelike.py::TestDatetimeLike::test_argsort_matches_array[simple_index2]": "TODO: Add a reason for failure", + "tests/indexes/test_index_new.py::TestIndexConstructorInference::test_constructor_datetimes_mixed_tzs": "AssertionError: Index are different", + "tests/indexes/test_index_new.py::TestIndexConstructorInference::test_infer_nat[nan1]": "AssertionError: assert (dtype(' 0", "tests/indexes/test_old_base.py::TestBase::test_nulls[multi]": "TODO: Add a reason for failure", "tests/indexes/test_old_base.py::TestBase::test_nulls[tuples]": "TODO: Add a reason for failure", "tests/indexes/test_old_base.py::TestBase::test_numpy_argsort[categorical]": "TODO: Add a reason for failure", "tests/indexes/test_old_base.py::TestBase::test_numpy_argsort[interval]": "TODO: Add a reason for failure", "tests/indexes/test_old_base.py::TestBase::test_numpy_argsort[multi]": "TODO: Add a reason for failure", "tests/indexes/test_old_base.py::TestBase::test_numpy_argsort[tuples]": "TODO: Add a reason for failure", + "tests/indexes/test_setops.py::TestSetOps::test_symmetric_difference[object]": "[XPASS(strict)] TODO: infer_string", + "tests/indexes/test_setops.py::TestSetOps::test_symmetric_difference[tuples]": "[XPASS(strict)] TODO: infer_string", "tests/indexes/test_setops.py::TestSetOpsUnsorted::test_difference_should_not_compare": "TODO: Add a reason for failure", + "tests/indexes/test_setops.py::test_intersection_mutation_safety": "AssertionError: assert 'changed' == 'original'", + "tests/indexes/test_setops.py::test_multiindex_intersection_mutation_safety": "AssertionError: assert FrozenList(['..., 'changed2']) == ['x', 'y']", + "tests/indexes/test_setops.py::test_multiindex_union_mutation_safety": "AssertionError: assert FrozenList(['..., 'changed2']) == ['x', 'y']", "tests/indexes/test_setops.py::test_setop_with_categorical[bool-dtype-False-union]": "TODO: Add a reason for failure", "tests/indexes/test_setops.py::test_setop_with_categorical[bool-dtype-None-union]": "TODO: Add a reason for failure", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-False-difference]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-False-intersection]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-False-symmetric_difference]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-False-union]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-None-difference]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-None-intersection]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-None-symmetric_difference]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[datetime-tz-None-union]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[empty-False-union]": "AssertionError: Index are different", + "tests/indexes/test_setops.py::test_setop_with_categorical[empty-None-union]": "AssertionError: Index are different", "tests/indexes/test_setops.py::test_setop_with_categorical[nullable_bool-False-union]": "TODO: Add a reason for failure", "tests/indexes/test_setops.py::test_setop_with_categorical[nullable_bool-None-union]": "TODO: Add a reason for failure", + "tests/indexes/test_setops.py::test_union_dtypes[names0-datetime64[ns]-float64-object]": "AssertionError: assert dtype('", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_uint64_disallow_negative": "TODO: Add a reason for failure", - "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_mask_with_datetimeindex_tz[None]": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_mask_with_datetimeindex_tz[None]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_mask_with_datetimeindex_tz[UTC]": "ValueError: setting an array element with a sequence.", "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_ndframe_values_alignment": "TODO: Add a reason for failure", - "tests/indexing/test_loc.py::TestLocListlike::test_loc_named_index": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::TestLocListlike::test_loc_named_index": "AssertionError: DataFrame.index are different", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[np.datetime64]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[to_datetime64]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[to_pydatetime]": "TODO: Add a reason for failure", @@ -3318,6 +4761,8 @@ def pytest_unconfigure(config): "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[object-True]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-False]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-True]": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-python-False]": "AssertionError: DataFrame.index are different", + "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-python-True]": "AssertionError: DataFrame.index are different", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_drops_level": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_getitem_multilevel_index_order[index-keys2-expected2]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_getitem_multilevel_index_order[index-keys3-expected3]": "TODO: Add a reason for failure", @@ -3326,8 +4771,8 @@ def pytest_unconfigure(config): "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_getitem_multilevel_index_order[index-keys6-expected6]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_multiindex_null_slice_na_level": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_set_nan_in_categorical_series[Float64]": "TODO: Add a reason for failure", - "tests/indexing/test_loc.py::test_loc_datetimelike_mismatched_dtypes": "TODO: Add a reason for failure", - "tests/indexing/test_loc.py::test_loc_getitem_multiindex_tuple_level": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::test_loc_datetimelike_mismatched_dtypes": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/indexing/test_loc.py::test_loc_getitem_multiindex_tuple_level": "AssertionError: DataFrame Expected type , found instead", "tests/indexing/test_na_indexing.py::test_series_mask_boolean[True-list-mask0-values0-object]": "TODO: Add a reason for failure", "tests/indexing/test_na_indexing.py::test_series_mask_boolean[True-list-mask1-values0-object]": "TODO: Add a reason for failure", "tests/indexing/test_na_indexing.py::test_series_mask_boolean[True-list-mask2-values0-object]": "TODO: Add a reason for failure", @@ -3336,7 +4781,9 @@ def pytest_unconfigure(config): "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame2": "TODO: Add a reason for failure", "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame3": "TODO: Add a reason for failure", "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame5": "TODO: Add a reason for failure", - "tests/indexing/test_partial.py::TestPartialSetting::test_loc_with_list_of_strings_representing_datetimes[DataFrame-idx1-labels1-expected_idx1]": "TODO: Add a reason for failure", + "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame_row": "AssertionError: Attributes of Series are different", + "tests/indexing/test_partial.py::TestPartialSetting::test_loc_with_list_of_strings_representing_datetimes[DataFrame-idx1-labels1-expected_idx1]": "ValueError: Inferred frequency 4D from passed values does not conform to passed frequency D", + "tests/indexing/test_partial.py::TestPartialSetting::test_partial_setting2": "TypeError: unsupported operand type(s) for +: 'Timestamp' and 'DateOffset'", "tests/indexing/test_scalar.py::TestMultiIndexScalar::test_multiindex_at_get_one_level": "TODO: Add a reason for failure", "tests/interchange/test_impl.py::test_multi_chunk_column": "TODO: Add a reason for failure", "tests/internals/test_api.py::test_create_block_manager_from_blocks_deprecated": "TODO: Add a reason for failure", @@ -3413,6 +4860,9 @@ def pytest_unconfigure(config): "tests/io/excel/test_readers.py::TestReaders::test_engine_used[(None, '.xls')]": "TODO: Add a reason for failure", "tests/io/excel/test_readers.py::TestReaders::test_engine_used[(None, '.xlsm')]": "TODO: Add a reason for failure", "tests/io/excel/test_readers.py::TestReaders::test_engine_used[(None, '.xlsx')]": "TODO: Add a reason for failure", + "tests/io/excel/test_style.py::test_format_hierarchical_rows_periodindex[False]": "AttributeError: _compute. Did you mean: 'compare'?", + "tests/io/excel/test_style.py::test_format_hierarchical_rows_periodindex[True]": "AttributeError: _compute. Did you mean: 'compare'?", + "tests/io/excel/test_style.py::test_format_hierarchical_rows_periodindex[columns]": "AttributeError: _compute. Did you mean: 'compare'?", "tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[odf-.ods]": "TODO: Add a reason for failure", "tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsm]": "TODO: Add a reason for failure", "tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsx]": "TODO: Add a reason for failure", @@ -3420,6 +4870,8 @@ def pytest_unconfigure(config): "tests/io/excel/test_writers.py::TestExcelWriterEngineTests::test_register_writer": "TODO: Add a reason for failure", "tests/io/excel/test_writers.py::TestFSPath::test_excelfile_fspath": "TODO: Add a reason for failure", "tests/io/formats/style/test_format.py::test_format_clear[format_index-_display_funcs_columns-kwargs2]": "TODO: Add a reason for failure", + "tests/io/formats/style/test_format.py::test_format_index_names_clear[_display_funcs_column_names-kwargs1]": "AttributeError: 'Styler' object has no attribute '_display_funcs_column_names'", + "tests/io/formats/style/test_format.py::test_format_index_names_clear[_display_funcs_index_names-kwargs0]": "AttributeError: 'Styler' object has no attribute '_display_funcs_index_names'", "tests/io/formats/style/test_html.py::test_from_custom_template_style": "TODO: Add a reason for failure", "tests/io/formats/style/test_html.py::test_from_custom_template_table": "TODO: Add a reason for failure", "tests/io/formats/style/test_html.py::test_replaced_css_class_names": "TODO: Add a reason for failure", @@ -3436,9 +4888,11 @@ def pytest_unconfigure(config): "tests/io/formats/style/test_style.py::test_copy[True-False-True]": "TODO: Add a reason for failure", "tests/io/formats/style/test_style.py::test_copy[True-True-False]": "TODO: Add a reason for failure", "tests/io/formats/style/test_style.py::test_copy[True-True-True]": "TODO: Add a reason for failure", + "tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimelike_frame": "AssertionError: assert ' ... x 2 columns]' == ' ... x 2 columns]'", "tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr": "TODO: Add a reason for failure", "tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr_max_cols": "TODO: Add a reason for failure", "tests/io/formats/test_format.py::TestSeriesFormatting::test_east_asian_unicode_series": "TODO: Add a reason for failure", + "tests/io/formats/test_format.py::TestSeriesFormatting::test_freq_name_separation": "AssertionError: assert 'Freq: D, Name: 0' in '2000-01-01 0.189053\n2000-01-02 -0.522748\n2000-01-03 -0.413064\\...", "tests/io/formats/test_ipython_compat.py::TestTableSchemaRepr::test_publishes": "TODO: Add a reason for failure", "tests/io/formats/test_ipython_compat.py::TestTableSchemaRepr::test_publishes_not_implemented": "TODO: Add a reason for failure", "tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression_dict[tar]": "TODO: Add a reason for failure", @@ -3447,7 +4901,22 @@ def pytest_unconfigure(config): "tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_multi_index": "TODO: Add a reason for failure", "tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_na_rep": "TODO: Add a reason for failure", "tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_with_single_column": "TODO: Add a reason for failure", + "tests/io/formats/test_to_string.py::TestDataFrameToString::test_to_string": "AssertionError: assert ' ...878547 199?!' == ' ... x 2 columns]'", + "tests/io/formats/test_to_string.py::TestDataFrameToString::test_to_string_index_with_nan": "[XPASS(strict)] fix when arrow is default", "tests/io/formats/test_to_string.py::TestDataFrameToString::test_to_string_truncate": "TODO: Add a reason for failure", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_float_to_string[Float32]": "AssertionError: assert '0 0.0\n1...type: Float32' == '0 0.0\n1....0\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_float_to_string[Float64]": "AssertionError: assert '0 0.0\n1...type: Float64' == '0 0.0\n1....0\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[Int16]": "AssertionError: assert '0 0\n1...ndtype: Int16' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[Int32]": "AssertionError: assert '0 0\n1...ndtype: Int32' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[Int64]": "AssertionError: assert '0 0\n1...ndtype: Int64' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[Int8]": "AssertionError: assert '0 0\n1...\ndtype: Int8' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[UInt16]": "AssertionError: assert '0 0\n1...dtype: UInt16' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[UInt32]": "AssertionError: assert '0 0\n1...dtype: UInt32' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[UInt64]": "AssertionError: assert '0 0\n1...dtype: UInt64' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_int_to_string[UInt8]": "AssertionError: assert '0 0\n1...ndtype: UInt8' == '0 0\n1... 1\n2 '", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_to_string_float_na_spacing": "AssertionError: assert '0 NaN\\...type: float64' == '0 NaN\\...\n4 NaN'", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_to_string_mixed": "AssertionError: assert '0 foo\n1 ...z\ndtype: str' == '0 foo\n1 ...bar\n3 baz'", + "tests/io/formats/test_to_string.py::TestSeriesToString::test_to_string_timedelta64": "AssertionError: assert '0 1 days\n...medelta64[us]' == '0 1 days\n...s\n2 3 days'", "tests/io/json/test_compression.py::test_chunksize_with_compression[bz2]": "TODO: Add a reason for failure", "tests/io/json/test_compression.py::test_chunksize_with_compression[gzip]": "TODO: Add a reason for failure", "tests/io/json/test_compression.py::test_chunksize_with_compression[tar]": "TODO: Add a reason for failure", @@ -3468,6 +4937,7 @@ def pytest_unconfigure(config): "tests/io/json/test_compression.py::test_lines_with_compression[zstd]": "TODO: Add a reason for failure", "tests/io/json/test_compression.py::test_write_unsupported_compression_type": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrient::test_build_series": "TODO: Add a reason for failure", + "tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json": "AssertionError: assert OrderedDict({...:00.000Z'})]}) == OrderedDict({...:00.000Z'})]})", "tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_categorical_index": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_float_index": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-None]": "TODO: Add a reason for failure", @@ -3486,6 +4956,7 @@ def pytest_unconfigure(config): "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx1]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_date_index_and_values[date-False-epoch]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_date_index_and_values[date-False-iso]": "TODO: Add a reason for failure", + "tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty": "assert not True", "tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_dtypes": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-None]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-index1]": "TODO: Add a reason for failure", @@ -3513,7 +4984,6 @@ def pytest_unconfigure(config): "tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data3]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data4]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data5]": "TODO: Add a reason for failure", - 'tests/io/json/test_pandas.py::TestPandasContainer::test_json_indent_all_orients[table-{\\n "schema":{\\n "fields":[\\n {\\n "name":"index",\\n "type":"integer"\\n },\\n {\\n "name":"a",\\n "type":"string"\\n },\\n {\\n "name":"b",\\n "type":"string"\\n }\\n ],\\n "primaryKey":[\\n "index"\\n ],\\n "pandas_version":"1.4.0"\\n },\\n "data":[\\n {\\n "index":0,\\n "a":"foo",\\n "b":"bar"\\n },\\n {\\n "index":1,\\n "a":"baz",\\n "b":"qux"\\n }\\n ]\\n}]': "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_tz_range_is_utc[tz_range0]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_tz_range_is_utc[tz_range2]": "TODO: Add a reason for failure", "tests/io/json/test_readlines.py::test_chunksize_is_incremental": "TODO: Add a reason for failure", @@ -3521,12 +4991,16 @@ def pytest_unconfigure(config): "tests/io/json/test_readlines.py::test_readjson_chunks_closes[None]": "TODO: Add a reason for failure", "tests/io/json/test_readlines.py::test_to_json_append_output_different_columns": "TODO: Add a reason for failure", "tests/io/json/test_readlines.py::test_to_json_append_output_different_columns_reordered": "TODO: Add a reason for failure", + "tests/io/parser/common/test_chunksize.py::test_warn_if_chunks_have_mismatched_type[c_low]": "assert == object", "tests/io/parser/common/test_file_buffer_url.py::test_context_manager[c_high]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manager[c_low]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manager[python]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manageri_user_provided[c_high]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manageri_user_provided[c_low]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manageri_user_provided[python]": "TODO: Add a reason for failure", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_high-True-a,b\nc,d-columns1-header1]": "pandas.errors.ParserError: Passed header=[0,1], len of 2, but only 1 lines in file", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_low-True-a,b\nc,d-columns1-header1]": "pandas.errors.ParserError: Passed header=[0,1], len of 2, but only 1 lines in file", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[python-True-a,b\nc,d-columns1-header1]": "ValueError: Passed header=[0,1], len of 2, but only 1 lines in file", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict[c_high-float64]": "TODO: Add a reason for failure", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict[c_high-float]": "TODO: Add a reason for failure", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict[c_low-float64]": "TODO: Add a reason for failure", @@ -3549,6 +5023,8 @@ def pytest_unconfigure(config): "tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands_alt": "TODO: Add a reason for failure", "tests/io/pytables/test_timezones.py::test_append_with_timezones[0]": "TODO: Add a reason for failure", "tests/io/pytables/test_timezones.py::test_append_with_timezones[1]": "TODO: Add a reason for failure", + "tests/io/pytables/test_timezones.py::test_roundtrip_tz_aware_index[ms]": "assert 946706400000000 == (946706400000000000 // 1000000)", + "tests/io/pytables/test_timezones.py::test_roundtrip_tz_aware_index[s]": "assert 946706400000000 == (946706400000000000 // 1000000000)", "tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_read_too_much": "TODO: Add a reason for failure", "tests/io/sas/test_sas7bdat.py::test_encoding_infer": "TODO: Add a reason for failure", "tests/io/sas/test_sas7bdat.py::test_encoding_options": "TODO: Add a reason for failure", @@ -3581,6 +5057,11 @@ def pytest_unconfigure(config): "tests/io/test_compression.py::test_gzip_compression_level[to_json-obj1]": "TODO: Add a reason for failure", "tests/io/test_compression.py::test_xz_compression_level_read[to_json-obj0]": "TODO: Add a reason for failure", "tests/io/test_compression.py::test_xz_compression_level_read[to_json-obj1]": "TODO: Add a reason for failure", + "tests/io/test_fsspec.py::test_json_options[bz2]": "OSError: Invalid data stream", + "tests/io/test_fsspec.py::test_json_options[tar]": "tarfile.ReadError: file could not be opened successfully:", + "tests/io/test_fsspec.py::test_json_options[xz]": "_lzma.LZMAError: Input format not supported by decoder", + "tests/io/test_fsspec.py::test_json_options[zip]": "zipfile.BadZipFile: File is not a zip file", + "tests/io/test_fsspec.py::test_json_options[zstd]": "zstandard.backend_c.ZstdError: zstd decompress error: Unknown frame descriptor", "tests/io/test_fsspec.py::test_non_fsspec_options": "TODO: Add a reason for failure", "tests/io/test_orc.py::test_orc_reader_basic": "TODO: Add a reason for failure", "tests/io/test_orc.py::test_orc_reader_date_high": "TODO: Add a reason for failure", @@ -3696,6 +5177,12 @@ def pytest_unconfigure(config): "tests/io/test_sql.py::test_xsqlite_write_row_by_row": "TODO: Add a reason for failure", "tests/io/test_stata.py::TestStata::test_encoding_latin1_118": "TODO: Add a reason for failure", "tests/io/test_stata.py::TestStata::test_missing_value_generator": "TODO: Add a reason for failure", + "tests/io/test_stata.py::TestStata::test_utf8_writer[big-118]": "NotImplementedError: Data type str not supported.", + "tests/io/test_stata.py::TestStata::test_utf8_writer[big-119]": "NotImplementedError: Data type str not supported.", + "tests/io/test_stata.py::TestStata::test_utf8_writer[big-None]": "NotImplementedError: Data type str not supported.", + "tests/io/test_stata.py::TestStata::test_utf8_writer[little-118]": "NotImplementedError: Data type str not supported.", + "tests/io/test_stata.py::TestStata::test_utf8_writer[little-119]": "NotImplementedError: Data type str not supported.", + "tests/io/test_stata.py::TestStata::test_utf8_writer[little-None]": "NotImplementedError: Data type str not supported.", "tests/io/test_stata.py::test_chunked_categorical[114]": "TODO: Add a reason for failure", "tests/io/test_stata.py::test_chunked_categorical[117]": "TODO: Add a reason for failure", "tests/io/test_stata.py::test_chunked_categorical[118]": "TODO: Add a reason for failure", @@ -3712,6 +5199,12 @@ def pytest_unconfigure(config): "tests/plotting/test_converter.py::TestDateTimeConverter::test_dateindex_conversion[ms]": "TODO: Add a reason for failure", "tests/plotting/test_converter.py::TestDateTimeConverter::test_dateindex_conversion[s]": "TODO: Add a reason for failure", "tests/plotting/test_converter.py::TestRegistration::test_matplotlib_formatters": "TODO: Add a reason for failure", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed[area-line]": "AssertionError: assert == ", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed[line-area]": "AssertionError: assert == ", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed_high_to_low[area-line]": "ValueError: You must pass a freq argument as current index has none.", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed_high_to_low[line-area]": "ValueError: You must pass a freq argument as current index has none.", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_weekly_resampling": "ValueError: You must pass a freq argument as current index has none.", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_hf": "ValueError: Inferred frequency None from passed values does not conform to passed frequency s", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame[D]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame[W]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame[h]": "TODO: Add a reason for failure", @@ -3725,6 +5218,13 @@ def pytest_unconfigure(config): "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq[s]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame[W]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_irregular_first_df": "TODO: Add a reason for failure", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[DataFrame-idx0]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[DataFrame-idx1]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[DataFrame-idx3]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[Series-idx0]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[Series-idx1]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[Series-idx3]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_to_weekly_resampling": "AssertionError: assert == ", "tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser0]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser1]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser2]": "TODO: Add a reason for failure", @@ -3741,15 +5241,54 @@ def pytest_unconfigure(config): "tests/reductions/test_reductions.py::TestSeriesMode::test_mode_category[False-expected11-expected21-expected31]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesMode::test_mode_datetime[False-expected11-expected21]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesMode::test_mode_timedelta[False-expected11-expected21]": "TODO: Add a reason for failure", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data2-expected_data2-Float64]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data2-expected_data2-Int64]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data2-expected_data2-UInt64]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data2-expected_data2-boolean]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data3-expected_data3-Float64]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data3-expected_data3-Int64]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data3-expected_data3-UInt64]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_nullable_kleene_logic[any-False-data3-expected_data3-boolean]": "TypeError: boolean value of NA is ambiguous", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_object_dtype_missing[any-data0]": "assert np.True_ == False", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_object_dtype_missing[any-data1]": "assert np.True_ == False", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_string_dtype[string=str[pyarrow]]": "assert not np.True_", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_string_dtype[string=str[python]]": "assert not np.True_", "tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_timeseries_reductions_return_nat[False-M8[ns]]": "TODO: Add a reason for failure", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_timeseries_reductions_return_nat[False-m8[ns]]": "AssertionError: assert np.timedelta64('NaT','ns') is NaT", "tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_timeseries_reductions_return_nat[True-M8[ns]]": "TODO: Add a reason for failure", + "tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_timeseries_reductions_return_nat[True-m8[ns]]": "AssertionError: assert np.timedelta64('NaT','ns') is NaT", "tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty_nullable[Int64-mean]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty_nullable[Int64-var]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty_nullable[boolean-mean]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty_nullable[boolean-var]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-False]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-True]": "TODO: Add a reason for failure", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-array]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-index]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-series]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-array]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-index]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-series]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[None-array]": "TODO: Add a reason for failure", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[None-index]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[None-series]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[array-B]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[array-D]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[array-W]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[array-h]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[array-s]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[index-B]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[index-D]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[index-W]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[index-h]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[index-s]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[series-B]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[series-D]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[series-W]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[series-h]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[series-s]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_td64_mean[index]": "AssertionError: assert Timedelta('0 days 13:05:27.272727272') is NaT", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_td64_mean[series]": "AssertionError: assert Timedelta('0 days 13:05:27.272727272') is NaT", "tests/resample/test_base.py::test_first_last_skipna[Float32-False-first]": "TODO: Add a reason for failure", "tests/resample/test_base.py::test_first_last_skipna[Float32-False-last]": "TODO: Add a reason for failure", "tests/resample/test_base.py::test_first_last_skipna[Float32-True-first]": "TODO: Add a reason for failure", @@ -3842,11 +5381,71 @@ def pytest_unconfigure(config): "tests/resample/test_base.py::test_first_last_skipna[uint8[pyarrow]-False-last]": "TODO: Add a reason for failure", "tests/resample/test_base.py::test_first_last_skipna[uint8[pyarrow]-True-first]": "TODO: Add a reason for failure", "tests/resample/test_base.py::test_first_last_skipna[uint8[pyarrow]-True-last]": "TODO: Add a reason for failure", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[asfreq-D-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[asfreq-h-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[bfill-D-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[bfill-h-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[ffill-D-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[ffill-h-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[interpolate-D-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[interpolate-h-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[mean-D-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[mean-h-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[nearest-D-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_apply_empty_dataframe[nearest-h-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_count_empty_dataframe[D-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_count_empty_dataframe[h-index0]": "AssertionError: DataFrame.index are different", + "tests/resample/test_base.py::test_resample_count_empty_series[count-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_count_empty_series[count-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_count_empty_series[size-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_count_empty_series[size-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[count-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[count-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[first-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[first-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[last-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[last-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[max-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[max-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[mean-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[mean-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[median-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[median-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[min-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[min-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[nunique-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[nunique-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[prod-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[prod-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[quantile-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[quantile-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[size-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[size-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[std-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[std-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[sum-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[sum-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[var-D-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_series[var-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_size_empty_dataframe[D-index0]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_size_empty_dataframe[h-index0]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[ms]": "AssertionError: (, )", + "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[ns]": "AssertionError: (, )", + "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[s]": "AssertionError: (, )", + "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[us]": "AssertionError: (, )", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[ms]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[ns]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[s]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[us]": "TODO: Add a reason for failure", + "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[ms]": "AssertionError: (, )", + "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[ns]": "AssertionError: (, )", + "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[s]": "AssertionError: (, )", + "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[us]": "AssertionError: (, )", "tests/resample/test_datetime_index.py::test_resample_empty_series_with_tz": "TODO: Add a reason for failure", + "tests/resample/test_datetime_index.py::test_resample_group_info[ms]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_group_info[ns]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_group_info[s]": "AssertionError: Attributes of Series are different", + "tests/resample/test_datetime_index.py::test_resample_group_info[us]": "AssertionError: Series.index are different", "tests/resample/test_datetime_index.py::test_resample_nunique[ms]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_nunique[ns]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_nunique[s]": "TODO: Add a reason for failure", @@ -3865,11 +5464,13 @@ def pytest_unconfigure(config): "tests/resample/test_datetime_index.py::test_resample_upsampling_picked_but_not_correct[ms]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_upsampling_picked_but_not_correct[ns]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_upsampling_picked_but_not_correct[us]": "TODO: Add a reason for failure", + "tests/resample/test_period_index.py::TestPeriodIndex::test_evenly_divisible_with_no_extra_bins": "AssertionError: DataFrame.index are different", "tests/resample/test_period_index.py::TestPeriodIndex::test_evenly_divisible_with_no_extra_bins2": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[ms]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[ns]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[s]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[us]": "TODO: Add a reason for failure", + "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_weekly_all_na": "AssertionError: (, )", "tests/resample/test_period_index.py::TestPeriodIndex::test_with_local_timezone[tz0]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_with_local_timezone[tz1]": "TODO: Add a reason for failure", "tests/resample/test_resample_api.py::test_agg_both_mean_std_named_result[df_col_resample-agg0]": "TODO: Add a reason for failure", @@ -3912,6 +5513,7 @@ def pytest_unconfigure(config): "tests/resample/test_resample_api.py::test_transform_frame[None]": "TODO: Add a reason for failure", "tests/resample/test_resample_api.py::test_transform_frame[date]": "TODO: Add a reason for failure", "tests/resample/test_resampler_grouper.py::test_deferred_with_groupby": "TODO: Add a reason for failure", + "tests/resample/test_resampler_grouper.py::test_getitem": "AssertionError: Series.index are different", "tests/resample/test_time_grouper.py::test_aggregate_normal[count]": "TODO: Add a reason for failure", "tests/resample/test_time_grouper.py::test_aggregate_normal[first]": "TODO: Add a reason for failure", "tests/resample/test_time_grouper.py::test_aggregate_normal[last]": "TODO: Add a reason for failure", @@ -3929,10 +5531,19 @@ def pytest_unconfigure(config): "tests/resample/test_time_grouper.py::test_aggregate_normal[sum]": "TODO: Add a reason for failure", "tests/resample/test_time_grouper.py::test_aggregate_normal[var]": "TODO: Add a reason for failure", "tests/resample/test_time_grouper.py::test_apply_iteration": "TODO: Add a reason for failure", + "tests/resample/test_time_grouper.py::test_groupby_resample_interpolate_with_apply_syntax": "AssertionError: DataFrame.index level [1] are different", + "tests/resample/test_time_grouper.py::test_groupby_resample_interpolate_with_apply_syntax_off_grid": "AssertionError: DataFrame.index level [1] are different", "tests/resample/test_time_grouper.py::test_repr": "TODO: Add a reason for failure", + "tests/resample/test_time_grouper.py::test_resample_entirely_nat_window[prod-method_args3-1]": "AssertionError: Series.index are different", + "tests/resample/test_time_grouper.py::test_resample_entirely_nat_window[prod-method_args4-1]": "AssertionError: Series.index are different", + "tests/resample/test_time_grouper.py::test_resample_entirely_nat_window[sum-method_args0-0]": "AssertionError: Series.index are different", + "tests/resample/test_time_grouper.py::test_resample_entirely_nat_window[sum-method_args1-0]": "AssertionError: Series.index are different", "tests/reshape/concat/test_append.py::TestAppend::test_append_different_columns_types[CategoricalIndex-MultiIndex0]": "TODO: Add a reason for failure", "tests/reshape/concat/test_append.py::TestAppend::test_append_different_columns_types[CategoricalIndex-MultiIndex1]": "TODO: Add a reason for failure", "tests/reshape/concat/test_append.py::TestAppend::test_append_different_columns_types[Index-MultiIndex2]": "TODO: Add a reason for failure", + "tests/reshape/concat/test_append.py::TestAppend::test_append_missing_column_proper_upcast[False]": "AssertionError: assert dtype('int64') == 'f8'", + "tests/reshape/concat/test_append.py::TestAppend::test_append_missing_column_proper_upcast[True]": "AssertionError: assert dtype('int64') == 'f8'", + "tests/reshape/concat/test_append.py::TestAppend::test_append_overlap_raises": "Failed: DID NOT RAISE ", "tests/reshape/concat/test_append_common.py::TestConcatAppendCommon::test_categorical_concat_append": "TODO: Add a reason for failure", "tests/reshape/concat/test_append_common.py::TestConcatAppendCommon::test_concat_categorical_empty": "TODO: Add a reason for failure", "tests/reshape/concat/test_categorical.py::TestCategoricalConcat::test_categorical_index_preserver": "TODO: Add a reason for failure", @@ -3945,6 +5556,8 @@ def pytest_unconfigure(config): "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[None-int64]": "TODO: Add a reason for failure", "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[float64-int64]": "TODO: Add a reason for failure", "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[object-int64]": "TODO: Add a reason for failure", + "tests/reshape/concat/test_concat.py::test_concat_with_series_and_frame_returns_rangeindex_columns": "AssertionError: DataFrame.columns are different", + "tests/reshape/concat/test_datetimes.py::TestTimezoneConcat::test_concat_multiindex_with_tz": "AssertionError: DataFrame.index level [0] are different", "tests/reshape/concat/test_datetimes.py::test_concat_float_datetime64": "TODO: Add a reason for failure", "tests/reshape/concat/test_empty.py::TestEmptyConcat::test_concat_empty_dataframe_dtypes": "TODO: Add a reason for failure", "tests/reshape/concat/test_empty.py::TestEmptyConcat::test_concat_empty_df_object_dtype": "TODO: Add a reason for failure", @@ -4003,12 +5616,15 @@ def pytest_unconfigure(config): "tests/reshape/concat/test_index.py::TestMultiIndexConcat::test_concat_index_keep_dtype_ea_numeric[UInt32]": "TODO: Add a reason for failure", "tests/reshape/concat/test_index.py::TestMultiIndexConcat::test_concat_index_keep_dtype_ea_numeric[UInt64]": "TODO: Add a reason for failure", "tests/reshape/concat/test_index.py::TestMultiIndexConcat::test_concat_index_keep_dtype_ea_numeric[UInt8]": "TODO: Add a reason for failure", + "tests/reshape/concat/test_series.py::TestSeriesConcat::test_concat_bool_and_numeric[float64-bool]": "assert np.float64(1.0) is True", + "tests/reshape/concat/test_series.py::TestSeriesConcat::test_concat_bool_and_numeric[int64-bool]": "assert np.int64(1) is True", "tests/reshape/concat/test_series.py::TestSeriesConcat::test_concat_series_axis1": "TODO: Add a reason for failure", "tests/reshape/concat/test_sort.py::TestConcatSort::test_concat_sort_none_raises": "TODO: Add a reason for failure", "tests/reshape/merge/test_join.py::TestJoin::test_join_multiindex": "TODO: Add a reason for failure", "tests/reshape/merge/test_join.py::test_join_empty[False-cross-empty]": "TODO: Add a reason for failure", "tests/reshape/merge/test_join.py::test_join_empty[True-cross-empty]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_index_and_on_parameters_confusion": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_datetime64tz_with_dst_transition": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg2]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg1]": "TODO: Add a reason for failure", @@ -4020,6 +5636,7 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg2]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg3]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_notempty": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_nan_right": "AssertionError: DataFrame.columns are different", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_nocopy": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_string_columns": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index0-expected_index0-outer]": "TODO: Add a reason for failure", @@ -4063,6 +5680,8 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[outer-1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[right-1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merge_categorical": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_are_ok[df1_vals0-df2_vals0]": "assert False", + "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_are_ok[df1_vals1-df2_vals1]": "assert False", "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_are_ok[df1_vals3-df2_vals3]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals2-df2_vals2]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals3-df2_vals3]": "TODO: Add a reason for failure", @@ -4072,6 +5691,8 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats_warning": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::test_merge_different_index_names": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::test_merge_ea_int_and_float_numpy": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::test_merge_for_suffix_collisions[suffixes0]": "Failed: DID NOT RAISE ", + "tests/reshape/merge/test_merge.py::test_merge_for_suffix_collisions[suffixes1]": "Failed: DID NOT RAISE ", "tests/reshape/merge/test_merge.py::test_merge_result_empty_index_and_on": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::test_merge_right_left_index": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::test_merge_series[on4-None-None-False-False-None]": "TODO: Add a reason for failure", @@ -4135,6 +5756,7 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_multi[right]": "TODO: Add a reason for failure", "tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_wrong_order": "TODO: Add a reason for failure", "tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_single_common_level": "TODO: Add a reason for failure", + "tests/reshape/merge/test_multi.py::TestMergeMulti::test_join_multi_levels2": "AssertionError: DataFrame.index level [2] are different", "tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False-True]": "TODO: Add a reason for failure", "tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True-True]": "TODO: Add a reason for failure", "tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_duplicate_names": "TODO: Add a reason for failure", @@ -4159,13 +5781,21 @@ def pytest_unconfigure(config): "tests/reshape/test_cut.py::test_cut_pass_series_name_to_factor": "TODO: Add a reason for failure", "tests/reshape/test_cut.py::test_cut_unordered_labels[data0-bins0-labels0-expected_codes0-expected_labels0]": "TODO: Add a reason for failure", "tests/reshape/test_cut.py::test_cut_unordered_labels[data1-bins1-labels1-expected_codes1-expected_labels1]": "TODO: Add a reason for failure", + "tests/reshape/test_cut.py::test_datetime_bin[1]": "AssertionError: Series category.categories are different", "tests/reshape/test_cut.py::test_datetime_nan_error": "TODO: Add a reason for failure", "tests/reshape/test_cut.py::test_label_precision": "TODO: Add a reason for failure", "tests/reshape/test_cut.py::test_no_right": "TODO: Add a reason for failure", "tests/reshape/test_cut.py::test_right": "TODO: Add a reason for failure", + "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_drop_first_with_na[dense]": "AssertionError: DataFrame.columns are different", "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_prefix_str[dense]": "TODO: Add a reason for failure", + "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_string_dtype[string=object]": "AssertionError: DataFrame are different", "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_string_dtype[string=string[pyarrow]]": "TODO: Add a reason for failure", "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_string_dtype[string=string[python]]": "TODO: Add a reason for failure", + "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_with_na[dense-None]": "AssertionError: DataFrame.columns are different", + "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_with_na[dense-bool]": "AssertionError: DataFrame.columns are different", + "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_with_na[dense-float64]": "AssertionError: DataFrame.columns are different", + "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_with_na[dense-i8]": "AssertionError: DataFrame.columns are different", + "tests/reshape/test_get_dummies.py::TestGetDummies::test_dataframe_dummies_with_na[dense-uint8]": "AssertionError: DataFrame.columns are different", "tests/reshape/test_get_dummies.py::TestGetDummies::test_get_dummies_arrow_dtype": "TODO: Add a reason for failure", "tests/reshape/test_get_dummies.py::TestGetDummies::test_get_dummies_basic_drop_first_NA[dense]": "TODO: Add a reason for failure", "tests/reshape/test_get_dummies.py::TestGetDummies::test_get_dummies_basic_drop_first_one_level[dense]": "TODO: Add a reason for failure", @@ -4180,10 +5810,20 @@ def pytest_unconfigure(config): "tests/reshape/test_melt.py::TestWideToLong::test_invalid_separator": "TODO: Add a reason for failure", "tests/reshape/test_melt.py::TestWideToLong::test_invalid_suffixtype": "TODO: Add a reason for failure", "tests/reshape/test_melt.py::TestWideToLong::test_raise_of_column_name_value": "TODO: Add a reason for failure", + "tests/reshape/test_pivot.py::TestPivot::test_pivot_empty": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivot::test_pivot_empty_dataframe_period_dtype[D]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivot::test_pivot_empty_dataframe_period_dtype[M]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivot::test_pivot_empty_dataframe_period_dtype[Q]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivot::test_pivot_empty_dataframe_period_dtype[Y]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivot::test_pivot_index_is_none": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivot::test_pivot_table_empty_dataframe_correct_index": "AssertionError: Index are different", "tests/reshape/test_pivot.py::TestPivotTable::test_categorical_pivot_index_ordering[False]": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_daily": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_monthly": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_complex_aggfunc": "TODO: Add a reason for failure", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_datetime_tz": "ValueError: Length of names must match number of levels in MultiIndex.", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_index_with_nan[False]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_index_with_nan[True]": "AssertionError: DataFrame.index are different", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_functions": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_no_level_overlap": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_as_func": "TODO: Add a reason for failure", @@ -4202,13 +5842,26 @@ def pytest_unconfigure(config): "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_categorical[False-True]": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[False-values0]": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[True-values0]": "TODO: Add a reason for failure", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[ms-False]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[ms-True]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[ns-False]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[ns-True]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[s-False]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[s-True]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[us-False]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[us-True]": "AssertionError: DataFrame.index are different", + "tests/reshape/test_pivot_multilevel.py::test_pivot_df_multiindex_index_none": "AssertionError: DataFrame.columns are different", "tests/reshape/test_pivot_multilevel.py::test_pivot_list_like_columns[input_index1-input_columns1-values-expected_values1-expected_columns1-expected_index1]": "TODO: Add a reason for failure", "tests/reshape/test_pivot_multilevel.py::test_pivot_list_like_columns[input_index3-input_columns3-values-expected_values3-expected_columns3-expected_index3]": "TODO: Add a reason for failure", "tests/reshape/test_pivot_multilevel.py::test_pivot_list_like_columns[lev4-input_columns0-values-expected_values0-expected_columns0-expected_index0]": "TODO: Add a reason for failure", + "tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical[CategoricalIndex-a5-b5-combined5]": "AssertionError: Categorical.categories are different", + "tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical[Series-a5-b5-combined5]": "AssertionError: Categorical.categories are different", "tests/scalar/period/test_period.py::TestPeriodConstruction::test_construct_from_nat_string_and_freq[D]": "TODO: Add a reason for failure", "tests/scalar/period/test_period.py::TestPeriodConstruction::test_construct_from_nat_string_and_freq[M]": "TODO: Add a reason for failure", "tests/scalar/period/test_period.py::TestPeriodConstruction::test_construct_from_nat_string_and_freq[Y]": "TODO: Add a reason for failure", "tests/scalar/period/test_period.py::TestPeriodConstruction::test_construct_from_nat_string_and_freq[h]": "TODO: Add a reason for failure", + "tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction_from_min_timestamp[ms]": "ValueError: year must be in 1..9999, not -292275055", + "tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction_from_min_timestamp[us]": "ValueError: year must be in 1..9999, not -290308", "tests/scalar/period/test_period.py::TestPeriodConstruction::test_constructor_corner": "TODO: Add a reason for failure", "tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_nat": "TODO: Add a reason for failure", "tests/scalar/period/test_period.py::TestPeriodMethods::test_repr_nat": "TODO: Add a reason for failure", @@ -4221,6 +5874,8 @@ def pytest_unconfigure(config): "tests/scalar/test_nat.py::test_identity[nan1-Period]": "TODO: Add a reason for failure", "tests/scalar/test_nat.py::test_identity[nat-Period]": "TODO: Add a reason for failure", "tests/scalar/test_nat.py::test_identity[value4-Period]": "TODO: Add a reason for failure", + "tests/scalar/test_nat.py::test_nat_arithmetic_index[value1-left_plus_right]": "AssertionError: Index are different", + "tests/scalar/test_nat.py::test_nat_arithmetic_index[value1-right_plus_left]": "AssertionError: Index are different", "tests/scalar/timedelta/methods/test_as_unit.py::TestAsUnit::test_as_unit": "TODO: Add a reason for failure", "tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaComparison::test_compare_pytimedelta_bounds": "TODO: Add a reason for failure", "tests/scalar/timedelta/test_constructors.py::test_construction_out_of_bounds_td64s[106752000000000-D]": "TODO: Add a reason for failure", @@ -4249,14 +5904,18 @@ def pytest_unconfigure(config): "tests/scalar/timestamp/test_timestamp.py::test_negative_dates": "TODO: Add a reason for failure", "tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_categorical_delegations": "TODO: Add a reason for failure", "tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx0]": "TODO: Add a reason for failure", + "tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx1]": "AssertionError: Series are different", "tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx3]": "TODO: Add a reason for failure", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_date_tz": "TODO: Add a reason for failure", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_accessor_limited_display_api": "TODO: Add a reason for failure", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_accessor_no_new_attributes": "TODO: Add a reason for failure", + "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_accessor_updates_on_inplace": "assert 0 2018-01-01\n1 2018-01-02\n2 2018-01-01\n3 2018-01-04\n4 2018-01-05\n5 2018-01-06\n6 2018-01-07...", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_namespace_accessor_datetime64[D]": "TODO: Add a reason for failure", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_namespace_accessor_datetime64[ms]": "TODO: Add a reason for failure", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_namespace_accessor_datetime64[s]": "TODO: Add a reason for failure", + "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_namespace_accessor_datetime64tz": "AssertionError: Attributes of Series are different", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_namespace_accessor_timedelta": "TODO: Add a reason for failure", + "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_round_tz": "AssertionError: Series are different", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_isocalendar[input_series0-expected_output0]": "TODO: Add a reason for failure", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_isocalendar[input_series1-expected_output1]": "TODO: Add a reason for failure", "tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_isocalendar[input_series2-expected_output2]": "TODO: Add a reason for failure", @@ -4265,6 +5924,7 @@ def pytest_unconfigure(config): "tests/series/accessors/test_list_accessor.py::test_list_getitem_invalid_index[list_dtype0]": "TODO: Add a reason for failure", "tests/series/indexing/test_datetime.py::test_indexing_over_size_cutoff_period_index": "TODO: Add a reason for failure", "tests/series/indexing/test_datetime.py::test_indexing_unordered": "TODO: Add a reason for failure", + "tests/series/indexing/test_getitem.py::TestGetitemBooleanMask::test_getitem_boolean_dt64_copies": "AssertionError: assert array([1451635200000000, 1451721600000000]) is None", "tests/series/indexing/test_getitem.py::TestGetitemDeprecatedIndexers::test_getitem_dict_and_set_deprecated[key0]": "TODO: Add a reason for failure", "tests/series/indexing/test_getitem.py::TestGetitemDeprecatedIndexers::test_getitem_dict_and_set_deprecated[key1]": "TODO: Add a reason for failure", "tests/series/indexing/test_getitem.py::TestGetitemDeprecatedIndexers::test_setitem_dict_and_set_disallowed[key0]": "TODO: Add a reason for failure", @@ -4279,10 +5939,67 @@ def pytest_unconfigure(config): "tests/series/indexing/test_indexing.py::TestDeprecatedIndexers::test_setitem_dict_and_set_disallowed[key0]": "TODO: Add a reason for failure", "tests/series/indexing/test_indexing.py::TestDeprecatedIndexers::test_setitem_dict_and_set_disallowed[key1]": "TODO: Add a reason for failure", "tests/series/indexing/test_indexing.py::test_slice_with_negative_step[index1]": "TODO: Add a reason for failure", + "tests/series/indexing/test_setitem.py::TestCoercionBool::test_int_key[iloc-True-bool-False]": "assert array([ True, True, True, False]) is array([ True, False, True, False])", + "tests/series/indexing/test_setitem.py::TestCoercionBool::test_int_key[loc-True-bool-False]": "assert array([ True, True, True, False]) is array([ True, False, True, False])", + "tests/series/indexing/test_setitem.py::TestCoercionBool::test_int_key[setitem-True-bool-False]": "assert array([ True, True, True, False]) is array([ True, False, True, False])", + "tests/series/indexing/test_setitem.py::TestCoercionBool::test_series_where[True-bool-False]": "assert array([ True, False, True, False]) is array([ True, False, True, False])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[iloc-(1+1j)-complex128-False]": "assert array([1.+1.j, 1.+1.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 1.+1.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[iloc-1-complex128-False]": "assert array([1.+1.j, 1.+0.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 1.+0.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[iloc-1.1-complex128-False]": "assert array([1. +1.j, 1.1+0.j, 3. +3.j, 4. +4.j]) is array([1. +1.j, 1.1+0.j, 3. +3.j, 4. +4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[loc-(1+1j)-complex128-False]": "assert array([1.+1.j, 1.+1.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 1.+1.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[loc-1-complex128-False]": "assert array([1.+1.j, 1.+0.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 1.+0.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[loc-1.1-complex128-False]": "assert array([1. +1.j, 1.1+0.j, 3. +3.j, 4. +4.j]) is array([1. +1.j, 1.1+0.j, 3. +3.j, 4. +4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[setitem-(1+1j)-complex128-False]": "assert array([1.+1.j, 1.+1.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 1.+1.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[setitem-1-complex128-False]": "assert array([1.+1.j, 1.+0.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 1.+0.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_int_key[setitem-1.1-complex128-False]": "assert array([1. +1.j, 1.1+0.j, 3. +3.j, 4. +4.j]) is array([1. +1.j, 1.1+0.j, 3. +3.j, 4. +4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_series_where[(1+1j)-complex128-False]": "assert array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_series_where[1-complex128-False]": "assert array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_series_where[1.1-complex128-False]": "assert array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[iloc-val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[loc-val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[setitem-val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_series_where[val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-1-float32-False]": "assert array([1.1, 1. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-1.1-float32-False]": "assert array([1.1, 1.1, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-val4-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-val5-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-val7-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-val8-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[loc-1-float32-False]": "assert array([1.1, 1. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[loc-1.1-float32-False]": "assert array([1.1, 1.1, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[loc-val4-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[loc-val5-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[loc-val7-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[loc-val8-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[setitem-1-float32-False]": "assert array([1.1, 1. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[setitem-1.1-float32-False]": "assert array([1.1, 1.1, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[setitem-val4-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[setitem-val5-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[setitem-val7-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[setitem-val8-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_series_where[1-float32-False]": "assert array([1.1, 2.2, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_series_where[1.1-float32-False]": "assert array([1.1, 2.2, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_series_where[val4-float32-False]": "assert array([1.1, 2.2, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_series_where[val5-float32-False]": "assert array([1.1, 2.2, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_series_where[val7-float32-False]": "assert array([1.1, 2.2, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_series_where[val8-float32-False]": "assert array([1.1, 2.2, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_int_key[iloc-1-float64-False]": "assert array([1.1, 1. , 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_int_key[iloc-1.1-float64-False]": "assert array([1.1, 1.1, 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_int_key[loc-1-float64-False]": "assert array([1.1, 1. , 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_int_key[loc-1.1-float64-False]": "assert array([1.1, 1.1, 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_int_key[setitem-1-float64-False]": "assert array([1.1, 1. , 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_int_key[setitem-1.1-float64-False]": "assert array([1.1, 1.1, 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_series_where[1-float64-False]": "assert array([1.1, 2.2, 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_series_where[1.1-float64-False]": "assert array([1.1, 2.2, 3.3, 4.4]) is array([1.1, 2.2, 3.3, 4.4])", + "tests/series/indexing/test_setitem.py::TestCoercionInt64::test_int_key[iloc-1-int64-False]": "assert array([1, 1, 3, 4]) is array([1, 2, 3, 4])", + "tests/series/indexing/test_setitem.py::TestCoercionInt64::test_int_key[loc-1-int64-False]": "assert array([1, 1, 3, 4]) is array([1, 2, 3, 4])", + "tests/series/indexing/test_setitem.py::TestCoercionInt64::test_int_key[setitem-1-int64-False]": "assert array([1, 1, 3, 4]) is array([1, 2, 3, 4])", + "tests/series/indexing/test_setitem.py::TestCoercionInt64::test_series_where[1-int64-False]": "assert array([1, 2, 3, 4]) is array([1, 2, 3, 4])", "tests/series/indexing/test_setitem.py::TestCoercionInt8::test_int_key[iloc-val0-int8-None]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestCoercionInt8::test_int_key[loc-val0-int8-None]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestCoercionInt8::test_int_key[setitem-val0-int8-None]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestCoercionInt8::test_series_where[val0-int8-None]": "TODO: Add a reason for failure", + "tests/series/indexing/test_setitem.py::TestCoercionInt8::test_series_where[val1-int16-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionObject::test_int_key[iloc-object-(1+1j)]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestCoercionObject::test_int_key[iloc-object-1.1]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestCoercionObject::test_int_key[iloc-object-1]": "TODO: Add a reason for failure", @@ -4299,6 +6016,28 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestCoercionObject::test_series_where[object-1.1]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestCoercionObject::test_series_where[object-1]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestCoercionObject::test_series_where[object-True]": "TODO: Add a reason for failure", + "tests/series/indexing/test_setitem.py::TestCoercionString::test_int_key[iloc-e-exp_dtype1-False]": "AssertionError: assert \n['a', 'e', 'c', 'd']\nLength: 4, dtype: str is \n['a', '...", + "tests/series/indexing/test_setitem.py::TestCoercionString::test_int_key[loc-e-exp_dtype1-False]": "AssertionError: assert \n['a', 'e', 'c', 'd']\nLength: 4, dtype: str is \n['a', '...", + "tests/series/indexing/test_setitem.py::TestCoercionString::test_int_key[setitem-e-exp_dtype1-False]": "AssertionError: assert \n['a', 'e', 'c', 'd']\nLength: 4, dtype: str is \n['a', '...", + "tests/series/indexing/test_setitem.py::TestCoercionString::test_series_where[e-exp_dtype1-False]": "AssertionError: assert \n['a', 'b', 'c', 'd']\nLength: 4, dtype: str is \n['a', '...", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_index_where[1-object-True]": "AssertionError: Index are different", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[iloc-val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[loc-val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[setitem-val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_series_where[1-object-True]": "AssertionError: Attributes of Series are different", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_series_where[val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[iloc-obj1-expected1]": "assert array([nan, 2., 3.]) is array([1., 2., 3.])", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[iloc-obj2-expected2]": "AssertionError: assert array(['2000-01-01T00:00:00.000000', '2000-01-02T00:00:00.000000',\n '2000-01-03T00:00:0...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[iloc-obj3-expected3]": "AssertionError: assert \n[nan, 'bar', 'baz']\nLength: 3, dtype: str is \n['foo', ...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[loc-obj1-expected1]": "assert array([nan, 2., 3.]) is array([1., 2., 3.])", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[loc-obj2-expected2]": "AssertionError: assert array(['2000-01-01T00:00:00.000000', '2000-01-02T00:00:00.000000',\n '2000-01-03T00:00:0...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[loc-obj3-expected3]": "AssertionError: assert \n[nan, 'bar', 'baz']\nLength: 3, dtype: str is \n['foo', ...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[setitem-obj1-expected1]": "assert array([nan, 2., 3.]) is array([1., 2., 3.])", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[setitem-obj2-expected2]": "AssertionError: assert array(['2000-01-01T00:00:00.000000', '2000-01-02T00:00:00.000000',\n '2000-01-03T00:00:0...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[setitem-obj3-expected3]": "AssertionError: assert \n[nan, 'bar', 'baz']\nLength: 3, dtype: str is \n['foo', ...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_series_where[obj1-expected1]": "assert array([1., 2., 3.]) is array([1., 2., 3.])", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_series_where[obj2-expected2]": "AssertionError: assert array(['2000-01-01T00:00:00.000000', '2000-01-02T00:00:00.000000',\n '2000-01-03T00:00:0...", + "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_series_where[obj3-expected3]": "AssertionError: assert \n['foo', 'bar', 'baz']\nLength: 3, dtype: str is \n['foo'...", "tests/series/indexing/test_setitem.py::TestSetitemBooleanMask::test_setitem_mask_smallint_upcast": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemCasting::test_setitem_boolean_array_into_npbool": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemDT64IntoInt::test_index_where[M8[ns]-None]": "TODO: Add a reason for failure", @@ -4341,6 +6080,12 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestSetitemDT64IntoInt::test_slice_key[m8[ns]-list-iloc]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemDT64IntoInt::test_slice_key[m8[ns]-list-loc]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemDT64IntoInt::test_slice_key[m8[ns]-list-setitem]": "TODO: Add a reason for failure", + "tests/series/indexing/test_setitem.py::TestSetitemDT64Values::test_setitem_with_tz_dst[iloc]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemDT64Values::test_setitem_with_tz_dst[loc]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemDT64Values::test_setitem_with_tz_dst[setitem]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemFloatNDarrayIntoIntegerSeries::test_slice_key[iloc-val0-False]": "assert array([2, 3, 2, 3, 4]) is array([0, 1, 2, 3, 4])", + "tests/series/indexing/test_setitem.py::TestSetitemFloatNDarrayIntoIntegerSeries::test_slice_key[loc-val0-False]": "assert array([2, 3, 2, 3, 4]) is array([0, 1, 2, 3, 4])", + "tests/series/indexing/test_setitem.py::TestSetitemFloatNDarrayIntoIntegerSeries::test_slice_key[setitem-val0-False]": "assert array([2, 3, 2, 3, 4]) is array([0, 1, 2, 3, 4])", "tests/series/indexing/test_setitem.py::TestSetitemIntoIntegerSeriesNeedsUpcast::test_series_where[512]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemIntoIntegerSeriesNeedsUpcast::test_series_where[val1]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_int_key[iloc]": "TODO: Add a reason for failure", @@ -4384,11 +6129,15 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestSetitemTimedelta64IntoNumeric::test_series_where[int]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemViewCopySemantics::test_dt64tz_setitem_does_not_mutate_dti": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemViewCopySemantics::test_setitem_invalidates_datetime_index_freq": "TODO: Add a reason for failure", + "tests/series/indexing/test_setitem.py::TestSetitemWithExpansion::test_setitem_enlarge_with_na[na5-target_na5-int64-object-2-False]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::test_setitem_scalar_into_readonly_backing_data": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::test_setitem_slice_into_readonly_backing_data": "TODO: Add a reason for failure", + "tests/series/indexing/test_where.py::test_where_inplace": "assert None is 0 0.189053382\n1 NaN\n2 NaN\n3 NaN\n4 1.799707383\ndtype: float64", "tests/series/indexing/test_xs.py::TestXSWithMultiIndex::test_xs_level_series": "TODO: Add a reason for failure", "tests/series/methods/test_argsort.py::TestSeriesArgsort::test_argsort_axis": "TODO: Add a reason for failure", "tests/series/methods/test_argsort.py::TestSeriesArgsort::test_argsort_stable": "TODO: Add a reason for failure", + "tests/series/methods/test_astype.py::TestAstype::test_astype_dt64_to_str": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_astype.py::TestAstype::test_astype_dt64tz_to_str": "AssertionError: Attributes of Series are different", "tests/series/methods/test_astype.py::TestAstype::test_astype_float_to_uint_negatives_raise[float-uint16]": "TODO: Add a reason for failure", "tests/series/methods/test_astype.py::TestAstype::test_astype_float_to_uint_negatives_raise[float-uint32]": "TODO: Add a reason for failure", "tests/series/methods/test_astype.py::TestAstype::test_astype_float_to_uint_negatives_raise[float-uint64]": "TODO: Add a reason for failure", @@ -4401,13 +6150,181 @@ def pytest_unconfigure(config): "tests/series/methods/test_astype.py::TestAstype::test_astype_float_to_uint_negatives_raise[float64-uint32]": "TODO: Add a reason for failure", "tests/series/methods/test_astype.py::TestAstype::test_astype_float_to_uint_negatives_raise[float64-uint64]": "TODO: Add a reason for failure", "tests/series/methods/test_astype.py::TestAstype::test_astype_float_to_uint_negatives_raise[float64-uint8]": "TODO: Add a reason for failure", + "tests/series/methods/test_astype.py::TestAstype::test_astype_from_float_to_str[Float32]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_astype.py::TestAstype::test_astype_from_float_to_str[Float64]": "AssertionError: Attributes of Series are different", "tests/series/methods/test_astype.py::TestAstype::test_astype_from_float_to_str[float32]": "TODO: Add a reason for failure", + "tests/series/methods/test_astype.py::TestAstype::test_astype_from_float_to_str[float64]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_astype.py::TestAstype::test_astype_from_float_to_str[float]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_astype.py::TestAstype::test_astype_str_cast_dt64": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_astype.py::TestAstype::test_astype_str_cast_td64": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_astype.py::TestAstype::test_astype_str_map[data0-str]": "AssertionError: Attributes of Series are different", "tests/series/methods/test_astype.py::TestAstype::test_astype_to_str_preserves_na[None-None]": "TODO: Add a reason for failure", + "tests/series/methods/test_astype.py::TestAstypeAPI::test_astype_dict_like[dict]": "AssertionError: Attributes of Series are different", "tests/series/methods/test_astype.py::TestAstypeCategorical::test_astype_categorical_to_other": "TODO: Add a reason for failure", + "tests/series/methods/test_clip.py::TestSeriesClip::test_clip_against_list_like[upper0-True]": "assert 0 1\n1 2\n2 3\ndtype: int64 is 0 1\n1 2\n2 3\ndtype: int64", + "tests/series/methods/test_clip.py::TestSeriesClip::test_clip_against_list_like[upper1-True]": "assert 0 1\n1 2\n2 3\ndtype: int64 is 0 1\n1 2\n2 3\ndtype: int64", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params1-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params1-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params1-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params1-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params1-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params11-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params11-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params11-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params11-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params11-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params12-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params12-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params12-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params12-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params13-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params14-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params14-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params14-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params14-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params15-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params17-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params17-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params17-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params17-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params17-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params19-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params19-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params19-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params19-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params19-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params20-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params20-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params20-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params20-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params21-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params22-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params22-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params22-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params22-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params23-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params25-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params25-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params25-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params25-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params27-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params27-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params27-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params27-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params28-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params28-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params28-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params3-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params3-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params3-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params3-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params3-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params30-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params30-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params30-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params4-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params4-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params4-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params4-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params5-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params6-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params6-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params6-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params6-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params7-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params9-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params9-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params9-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params9-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[False-params9-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params1-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params1-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params1-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params1-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params1-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params1-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params11-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params11-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params11-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params11-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params11-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params11-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params12-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params12-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params12-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params12-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params13-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params14-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params14-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params14-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params14-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params15-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params17-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params17-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params17-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params17-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params17-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params17-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params19-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params19-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params19-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params19-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params19-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params19-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params20-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params20-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params20-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params20-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params21-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params22-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params22-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params22-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params22-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params23-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params25-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params25-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params25-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params25-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params25-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params27-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params27-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params27-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params27-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params27-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params28-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params28-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params28-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params3-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params3-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params3-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params3-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params3-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params3-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params30-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params30-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params30-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params4-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params4-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params4-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params4-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params5-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params6-data12-maindtype12-Float32-expected_other12]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params6-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params6-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params6-data7-maindtype7-Float64-expected_other7]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params7-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params9-data0-maindtype0-Int32-expected_other0]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params9-data1-maindtype1-Int64-expected_other1]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params9-data10-maindtype10-UInt32-expected_other10]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params9-data11-maindtype11-Int8-expected_other11]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params9-data2-maindtype2-expected_default2-expected_other2]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes[True-params9-data6-maindtype6-Int64-expected_other6]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes_pyarrow_null": "AssertionError: Attributes of Series are different", "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes_pyarrow_to_np_nullable": "TODO: Add a reason for failure", + "tests/series/methods/test_diff.py::TestSeriesDiff::test_diff_bool": "AssertionError: Attributes of Series are different", "tests/series/methods/test_drop.py::test_drop_unique_and_non_unique_index[data1-index1-drop_labels1-rows-expected_data1-expected_index1]": "TODO: Add a reason for failure", - "tests/series/methods/test_equals.py::test_equals[arr1-idx1]": "TODO: Add a reason for failure", - "tests/series/methods/test_equals.py::test_equals[arr2-idx2]": "TODO: Add a reason for failure", + "tests/series/methods/test_equals.py::test_equals[arr1-idx1]": "assert False", + "tests/series/methods/test_equals.py::test_equals[arr2-idx2]": "assert False", "tests/series/methods/test_equals.py::test_equals_list_array[val5]": "TODO: Add a reason for failure", "tests/series/methods/test_equals.py::test_equals_list_array[val6]": "TODO: Add a reason for failure", "tests/series/methods/test_equals.py::test_equals_list_array[val7]": "TODO: Add a reason for failure", @@ -4419,14 +6336,18 @@ def pytest_unconfigure(config): "tests/series/methods/test_equals.py::test_equals_mismatched_nas[float1-Decimal]": "TODO: Add a reason for failure", "tests/series/methods/test_explode.py::test_duplicate_index": "TODO: Add a reason for failure", "tests/series/methods/test_explode.py::test_ignore_index": "TODO: Add a reason for failure", - "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_datetime64_fillna_mismatched_reso_no_rounding[None-False]": "TODO: Add a reason for failure", - "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_fillna_dont_cast_strings": "TODO: Add a reason for failure", + "tests/series/methods/test_fillna.py::TestFillnaPad::test_fillna_int": "assert None is 0 67\n1 -48\n2 -79\n3 -41\n4 -18\n5 62\n6 -10\n7 -82\n8 -34\n9 20\n10...", + "tests/series/methods/test_fillna.py::TestFillnaPad::test_pad_nan": "assert None is z NaN\na 1.0\nb 1.0\nc 3.0\nd 3.0\ndtype: float64", + "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_datetime64_fillna_mismatched_reso_no_rounding[None-False]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_fillna_dont_cast_strings": "AssertionError: Attributes of Series are different", "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_fillna_nat": "TODO: Add a reason for failure", - "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_timedelta64_fillna_mismatched_reso_no_rounding[False]": "TODO: Add a reason for failure", + "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_fillna_numeric_inplace": "assert None is z 0.0\na 1.0\nb 0.0\nc 3.0\nd 0.0\ndtype: float64", + "tests/series/methods/test_fillna.py::TestSeriesFillNA::test_timedelta64_fillna_mismatched_reso_no_rounding[False]": "AssertionError: Attributes of Series are different", "tests/series/methods/test_infer_objects.py::TestInferObjects::test_copy[index]": "TODO: Add a reason for failure", "tests/series/methods/test_infer_objects.py::TestInferObjects::test_copy[series]": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_memory": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_memory_usage_deep_not_pypy": "TODO: Add a reason for failure", + "tests/series/methods/test_info.py::test_info_memory_usage_deep_pypy": "[XPASS(strict)] on PyPy deep=True does not change result", "tests/series/methods/test_info.py::test_info_series[False]": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_series[True]": "TODO: Add a reason for failure", "tests/series/methods/test_interpolate.py::TestSeriesInterpolateData::test_interpolate_akima": "TODO: Add a reason for failure", @@ -4445,6 +6366,9 @@ def pytest_unconfigure(config): "tests/series/methods/test_isin.py::TestSeriesIsIn::test_isin_masked_types[data5-values5-expected5-Float64]": "TODO: Add a reason for failure", "tests/series/methods/test_isin.py::TestSeriesIsIn::test_isin_masked_types[data5-values5-expected5-Int64]": "TODO: Add a reason for failure", "tests/series/methods/test_isin.py::TestSeriesIsIn::test_isin_masked_types[data5-values5-expected5-boolean]": "TODO: Add a reason for failure", + "tests/series/methods/test_isin.py::test_isin_large_series_and_pdNA[boolean-data3-values3-expected3]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_map.py::test_map_callable[MockEngineDecorator]": "AssertionError: assert Index([], dtype='object', name='bar') is Index([], dtype='object', name='bar')", + "tests/series/methods/test_map.py::test_map_callable[None]": "AssertionError: assert Index([], dtype='object', name='bar') is Index([], dtype='object', name='bar')", "tests/series/methods/test_map.py::test_map_categorical_na_action[None-expected0]": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_counter": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_defaultdict": "TODO: Add a reason for failure", @@ -4468,6 +6392,8 @@ def pytest_unconfigure(config): "tests/series/methods/test_map.py::test_map_empty[object]": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_empty[range]": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_empty[repeats]": "TODO: Add a reason for failure", + "tests/series/methods/test_map.py::test_map_empty[string-pyarrow]": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_map.py::test_map_empty[string-python]": "AssertionError: Attributes of Series are different", "tests/series/methods/test_map.py::test_map_empty[string]": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_empty[uint16]": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_empty[uint32]": "TODO: Add a reason for failure", @@ -4475,6 +6401,7 @@ def pytest_unconfigure(config): "tests/series/methods/test_map.py::test_map_empty[uint8]": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_int": "TODO: Add a reason for failure", "tests/series/methods/test_map.py::test_map_simple_str_callables_same_as_astype[]": "TODO: Add a reason for failure", + "tests/series/methods/test_map.py::test_map_simple_str_callables_same_as_astype[str]": "AssertionError: Attributes of Series are different", "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_boundary_datetimelike[nsmallest-datetime64[ns]]": "TODO: Add a reason for failure", "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_boundary_datetimelike[nsmallest-timedelta64[ns]]": "TODO: Add a reason for failure", "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_misc": "TODO: Add a reason for failure", @@ -4486,6 +6413,8 @@ def pytest_unconfigure(config): "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_all_na[UInt32]": "TODO: Add a reason for failure", "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_all_na[UInt64]": "TODO: Add a reason for failure", "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_all_na[UInt8]": "TODO: Add a reason for failure", + "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_box[case1]": "AssertionError: assert Timestamp('2011-01-02 05:00:00') == Timestamp('2011-01-02 00:00:00-0500', tz='US/Eastern')", + "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_box[case4]": "AssertionError: assert Timestamp('2011-01-02 05:00:00') == Timestamp('2011-01-02 00:00:00-0500', tz='US/Eastern')", "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_dtype_size[Int16]": "TODO: Add a reason for failure", "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_dtype_size[Int32]": "TODO: Add a reason for failure", "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_dtype_size[Int64]": "TODO: Add a reason for failure", @@ -4497,13 +6426,32 @@ def pytest_unconfigure(config): "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_dtypes[Int64]": "TODO: Add a reason for failure", "tests/series/methods/test_rank.py::TestSeriesRank::test_rank_categorical": "TODO: Add a reason for failure", "tests/series/methods/test_reindex.py::test_reindex": "TODO: Add a reason for failure", + "tests/series/methods/test_reindex.py::test_reindex_downcasting": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_reindex.py::test_reindex_fill_value": "AssertionError: Series are different", "tests/series/methods/test_reindex.py::test_reindex_fill_value_datetimelike_upcast[0-datetime64[ns]]": "TODO: Add a reason for failure", "tests/series/methods/test_reindex.py::test_reindex_fill_value_datetimelike_upcast[0-timedelta64[ns]]": "TODO: Add a reason for failure", + "tests/series/methods/test_reindex.py::test_reindex_inference": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_reindex.py::test_reindex_multiindex_automatic_level[a-True]": "AssertionError: Series are different", "tests/series/methods/test_reindex.py::test_reindex_pad2": "TODO: Add a reason for failure", "tests/series/methods/test_reindex.py::test_reindexing_with_float64_NA_log": "TODO: Add a reason for failure", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace": "assert None is 0 -1.000000\n1 -1.000000\n2 -1.000000\n3 -1.000000\n4 1.799707\n5 1.144166\n6 ...", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace2": "assert 2020-01-01 -1\n2020-01-02 -1\n2020-01-03 -1\n2020-01-04 -1\n2020-01-05 ...", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[Int16]": "assert None is 0 \n1 \ndtype: Int16", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[Int32]": "assert None is 0 \n1 \ndtype: Int32", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[Int64]": "assert None is 0 \n1 \ndtype: Int64", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[Int8]": "assert None is 0 \n1 \ndtype: Int8", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[UInt16]": "assert None is 0 \n1 \ndtype: UInt16", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[UInt32]": "assert None is 0 \n1 \ndtype: UInt32", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[UInt64]": "assert None is 0 \n1 \ndtype: UInt64", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[UInt8]": "assert None is 0 \n1 \ndtype: UInt8", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_categorical_inplace": "AssertionError: assert 0 b\n1 b\n2 c\ndtype: category\nCategories (3, str): ['a', 'b', 'c'] is 0 b\n1 ...", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_dtype[string-input_data5-to_replace5-expected_data5]": "TODO: Add a reason for failure", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_empty_copy[False]": "assert None is Series([], dtype: float64)", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_empty_copy[True]": "assert None is Empty DataFrame\nColumns: [0]\nIndex: []", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_explicit_none": "TODO: Add a reason for failure", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_mixed_types": "TODO: Add a reason for failure", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_na_in_obj_column[Int64]": "assert None is 0 0\n1 2\n2 \ndtype: Int64", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_na_in_obj_column[object]": "assert 0 0\n1 2\n2 \ndtype: object is 0 0\n1 2\n2 \ndtype: object", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_no_cast[ser0-exp0]": "TODO: Add a reason for failure", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_nullable_numeric": "TODO: Add a reason for failure", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_numeric_column_with_na[0.5]": "TODO: Add a reason for failure", @@ -4515,17 +6463,21 @@ def pytest_unconfigure(config): "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_value_none_dtype_numeric[nan]": "TODO: Add a reason for failure", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_with_dictlike_and_string_dtype[string[pyarrow]]": "TODO: Add a reason for failure", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_with_dictlike_and_string_dtype[string[python]]": "TODO: Add a reason for failure", + "tests/series/methods/test_replace.py::test_replace_from_index": "AssertionError: Series are different", "tests/series/methods/test_reset_index.py::TestResetIndex::test_reset_index_drop_errors": "TODO: Add a reason for failure", "tests/series/methods/test_reset_index.py::TestResetIndex::test_reset_index_level": "TODO: Add a reason for failure", - "tests/series/methods/test_reset_index.py::test_column_name_duplicates[False-names0-expected_names0]": "TODO: Add a reason for failure", - "tests/series/methods/test_reset_index.py::test_column_name_duplicates[False-names1-expected_names1]": "TODO: Add a reason for failure", + "tests/series/methods/test_reset_index.py::test_column_name_duplicates[False-names0-expected_names0]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_reset_index.py::test_column_name_duplicates[False-names1-expected_names1]": "Failed: DID NOT RAISE ", "tests/series/methods/test_round.py::TestSeriesRound::test_round_builtin[Float32]": "TODO: Add a reason for failure", "tests/series/methods/test_round.py::TestSeriesRound::test_round_builtin[Float64]": "TODO: Add a reason for failure", "tests/series/methods/test_round.py::TestSeriesRound::test_round_numpy_with_nan[Float32]": "TODO: Add a reason for failure", "tests/series/methods/test_round.py::TestSeriesRound::test_round_numpy_with_nan[Float64]": "TODO: Add a reason for failure", - "tests/series/methods/test_sort_index.py::TestSeriesSortIndex::test_sort_index_na_position": "TODO: Add a reason for failure", - "tests/series/methods/test_sort_index.py::TestSeriesSortIndexKey::test_sort_index_na_position_key[None]": "TODO: Add a reason for failure", + "tests/series/methods/test_sort_index.py::TestSeriesSortIndex::test_sort_index_na_position": "AssertionError: Series.index are different", + "tests/series/methods/test_sort_index.py::TestSeriesSortIndexKey::test_sort_index_na_position_key[None]": "AssertionError: Series.index are different", "tests/series/methods/test_sort_values.py::TestSeriesSortValues::test_sort_values_categorical": "TODO: Add a reason for failure", + "tests/series/methods/test_truncate.py::TestTruncate::test_truncate_datetimeindex_tz": "AssertionError: Series.index are different", + "tests/series/methods/test_tz_localize.py::TestTZLocalize::test_series_tz_localize_ambiguous_bool": "Failed: DID NOT RAISE ", + "tests/series/methods/test_unique.py::TestUnique::test_tz_unique": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", "tests/series/methods/test_value_counts.py::TestSeriesValueCounts::test_value_counts_categorical_with_nan": "TODO: Add a reason for failure", "tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index0]": "TODO: Add a reason for failure", "tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index10]": "TODO: Add a reason for failure", @@ -4545,6 +6497,8 @@ def pytest_unconfigure(config): "tests/series/test_arithmetic.py::TestSeriesArithmetic::test_alignment_categorical[python]": "TODO: Add a reason for failure", "tests/series/test_arithmetic.py::TestSeriesArithmetic::test_alignment_doesnt_change_tz[numexpr]": "TODO: Add a reason for failure", "tests/series/test_arithmetic.py::TestSeriesArithmetic::test_alignment_doesnt_change_tz[python]": "TODO: Add a reason for failure", + "tests/series/test_arithmetic.py::TestSeriesArithmetic::test_mul_empty_int_corner_case[numexpr]": "AssertionError: Series.index are different", + "tests/series/test_arithmetic.py::TestSeriesArithmetic::test_mul_empty_int_corner_case[python]": "AssertionError: Series.index are different", "tests/series/test_arithmetic.py::TestSeriesComparison::test_comparison_tuples[numexpr]": "TODO: Add a reason for failure", "tests/series/test_arithmetic.py::TestSeriesComparison::test_comparison_tuples[python]": "TODO: Add a reason for failure", "tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_add_scalar_fill_value[numexpr]": "TODO: Add a reason for failure", @@ -4605,6 +6559,8 @@ def pytest_unconfigure(config): "tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_operators_combine[python-sub-sub-0]": "TODO: Add a reason for failure", "tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_operators_combine[python-truediv-truediv-0]": "TODO: Add a reason for failure", "tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_operators_combine[python-truediv-truediv-1]": "TODO: Add a reason for failure", + "tests/series/test_arithmetic.py::TestTimeSeriesArithmetic::test_series_add_tz_mismatch_converts_to_utc[numexpr]": "AssertionError: assert zoneinfo.ZoneInfo(key='US/Eastern') is datetime.timezone.utc", + "tests/series/test_arithmetic.py::TestTimeSeriesArithmetic::test_series_add_tz_mismatch_converts_to_utc[python]": "AssertionError: assert zoneinfo.ZoneInfo(key='US/Eastern') is datetime.timezone.utc", "tests/series/test_constructors.py::TestSeriesConstructors::test_categorical_sideeffects_free": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_bool_dtype_missing_values": "TODO: Add a reason for failure", @@ -4635,15 +6591,32 @@ def pytest_unconfigure(config): "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[tzutc()-True]": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_datetime64_11": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_timedelta64": "TODO: Add a reason for failure", + "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[OrderedDict]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[dict]": "AssertionError: Attributes of Series are different", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_floating_data_int_dtype[DataFrame]": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_floating_data_int_dtype[Series]": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_of_tuples": "TODO: Add a reason for failure", + "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals3]": "AssertionError: Series are different", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_maskedarray": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_no_data_string_type": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_no_partial_datetime_casting": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_range_overflows": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_tuple_of_tuples": "TODO: Add a reason for failure", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-0]": "AssertionError: assert dtype('float64') == object", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-10]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-1]": "AssertionError: assert dtype('float64') == object", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-2]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-3]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-4]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-5]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-6]": "AssertionError: assert dtype('float64') == object", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-7]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-8]": "AssertionError: Attributes of Series are different", + "tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[empty_index1-9]": "AssertionError: Attributes of Series are different", "tests/series/test_constructors.py::TestSeriesConstructors::test_invalid_dtype": "TODO: Add a reason for failure", + "tests/series/test_constructors.py::test_dict_keys_rangeindex": "AssertionError: Series.index are different", + "tests/series/test_formats.py::TestCategoricalRepr::test_categorical_series_repr_datetime": "AssertionError: assert '0 2011-01-...-01 18:00:00]' == '0 2011-01-...:00:00-05:00]'", + "tests/series/test_formats.py::TestCategoricalRepr::test_categorical_series_repr_datetime_ordered": "AssertionError: assert '0 2011-01-...-01 18:00:00]' == '0 2011-01-...:00:00-05:00]'", "tests/series/test_formats.py::TestSeriesRepr::test_newline[string=object]": "TODO: Add a reason for failure", "tests/series/test_formats.py::TestSeriesRepr::test_newline[string=str[pyarrow]]": "TODO: Add a reason for failure", "tests/series/test_formats.py::TestSeriesRepr::test_newline[string=str[python]]": "TODO: Add a reason for failure", @@ -4656,6 +6629,7 @@ def pytest_unconfigure(config): "tests/series/test_logical_ops.py::TestSeriesLogicalOps::test_logical_ops_label_based": "TODO: Add a reason for failure", "tests/series/test_missing.py::TestSeriesMissingData::test_timedelta64_nan": "TODO: Add a reason for failure", "tests/series/test_missing.py::test_hasnans_uncached_for_series": "TODO: Add a reason for failure", + "tests/series/test_npfuncs.py::test_log_arrow_backed_missing_value[False]": "Failed: DID NOT RAISE ", "tests/series/test_reductions.py::test_td64_summation_overflow": "TODO: Add a reason for failure", "tests/series/test_subclass.py::TestSeriesSubclassing::test_asof": "TODO: Add a reason for failure", "tests/series/test_subclass.py::TestSeriesSubclassing::test_equals": "TODO: Add a reason for failure", @@ -4683,10 +6657,21 @@ def pytest_unconfigure(config): "tests/series/test_ufunc.py::test_multiple_output_binary_ufuncs[sparse-False-divmod]": "TODO: Add a reason for failure", "tests/series/test_ufunc.py::test_multiple_output_binary_ufuncs[sparse-True-divmod]": "TODO: Add a reason for failure", "tests/series/test_ufunc.py::test_multiple_output_ufunc[sparse]": "TODO: Add a reason for failure", + "tests/series/test_ufunc.py::test_np_matmul_1D[Series]": "AssertionError: ", "tests/series/test_ufunc.py::test_unary_ufunc[sparse-exp]": "TODO: Add a reason for failure", "tests/series/test_ufunc.py::test_unary_ufunc[sparse-floor]": "TODO: Add a reason for failure", "tests/series/test_ufunc.py::test_unary_ufunc[sparse-positive]": "TODO: Add a reason for failure", "tests/strings/test_api.py::test_api_mi_raises": "TODO: Add a reason for failure", + "tests/strings/test_cat.py::test_str_cat[index-False]": "AssertionError: Index are different", + "tests/strings/test_cat.py::test_str_cat[series-False]": "AssertionError: Attributes of Series are different", + "tests/strings/test_cat.py::test_str_cat_categorical[index-category-category--False]": "AssertionError: Index are different", + "tests/strings/test_cat.py::test_str_cat_categorical[index-category-category-None-False]": "AssertionError: Index are different", + "tests/strings/test_cat.py::test_str_cat_categorical[index-category-object--False]": "AssertionError: Index are different", + "tests/strings/test_cat.py::test_str_cat_categorical[index-category-object-None-False]": "AssertionError: Index are different", + "tests/strings/test_cat.py::test_str_cat_categorical[series-category-category--False]": "AssertionError: Attributes of Series are different", + "tests/strings/test_cat.py::test_str_cat_categorical[series-category-category-None-False]": "AssertionError: Attributes of Series are different", + "tests/strings/test_cat.py::test_str_cat_categorical[series-category-object--False]": "AssertionError: Attributes of Series are different", + "tests/strings/test_cat.py::test_str_cat_categorical[series-category-object-None-False]": "AssertionError: Attributes of Series are different", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=object-partition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=object-rpartition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=str[pyarrow]-partition]": "TODO: Add a reason for failure", @@ -4697,7 +6682,70 @@ def pytest_unconfigure(config): "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=string[pyarrow]-rpartition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=string[python]-partition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=string[python]-rpartition]": "TODO: Add a reason for failure", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-capitalize]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-casefold]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-cat1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-center]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-extract0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-get]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-join]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-ljust]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-lower]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-lstrip]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-normalize]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-pad]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-removeprefix]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-removesuffix]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-repeat]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-replace]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-rjust]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-rstrip]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice_replace0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice_replace1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-strip]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-swapcase]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-title]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-translate]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-upper]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-wrap]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-zfill]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-capitalize]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-casefold]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-cat1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-center]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-extract0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-get]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-join]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-ljust]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-lower]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-lstrip]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-normalize]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-pad]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-removeprefix]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-removesuffix]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-repeat]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-replace]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-rjust]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-rstrip]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-slice0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-slice1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-slice_replace0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-slice_replace1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-strip]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-swapcase]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-title]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-translate]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-upper]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-wrap]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-zfill]": "AssertionError: Series are different", "tests/strings/test_strings.py::test_index_str_accessor_multiindex_raises": "TODO: Add a reason for failure", + "tests/strings/test_strings.py::test_split_join_roundtrip[string=str[pyarrow]]": "AssertionError: Series are different", + "tests/strings/test_strings.py::test_split_join_roundtrip[string=str[python]]": "AssertionError: Series are different", + "tests/strings/test_strings.py::test_split_join_roundtrip[string=string[pyarrow]]": "AssertionError: Series are different", + "tests/strings/test_strings.py::test_split_join_roundtrip[string=string[python]]": "AssertionError: Series are different", + "tests/strings/test_strings.py::test_string_slice_out_of_bounds[string=object]": "AssertionError: Series are different", "tests/test_algos.py::TestFactorize::test_basic": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_datetime64_factorize[False]": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_datetime64_factorize[True]": "TODO: Add a reason for failure", @@ -4709,6 +6757,8 @@ def pytest_unconfigure(config): "tests/test_algos.py::TestFactorize::test_factorize_rangeindex[True]": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_factorize_rangeindex_decreasing[False]": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_factorize_rangeindex_decreasing[True]": "TODO: Add a reason for failure", + "tests/test_algos.py::TestFactorize::test_factorize_use_na_sentinel[False-numpy_array]": "AssertionError: ndarray Expected type , found instead", + "tests/test_algos.py::TestFactorize::test_factorize_use_na_sentinel[True-numpy_array]": "AssertionError: ndarray Expected type , found instead", "tests/test_algos.py::TestFactorize::test_float64_factorize[False]": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_float64_factorize[True]": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_int64_factorize[False]": "TODO: Add a reason for failure", @@ -4735,10 +6785,19 @@ def pytest_unconfigure(config): "tests/test_algos.py::TestFactorize::test_string_factorize[True]": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_uint64_factorize[False]": "TODO: Add a reason for failure", "tests/test_algos.py::TestFactorize::test_uint64_factorize[True]": "TODO: Add a reason for failure", + "tests/test_algos.py::TestMode::test_strobj_multi_char[str]": "AssertionError: left is not an ExtensionArray", "tests/test_algos.py::TestUnique::test_datetime64_dtype_array_returned": "TODO: Add a reason for failure", + "tests/test_algos.py::TestUnique::test_factorize_multiindex_empty": "AssertionError: Index are different", "tests/test_algos.py::TestUnique::test_on_index_object": "TODO: Add a reason for failure", + "tests/test_algos.py::TestUnique::test_order_of_appearance_dt64tz[ms]": "AssertionError: Index are different", + "tests/test_algos.py::TestUnique::test_order_of_appearance_dt64tz[ns]": "AssertionError: Index are different", + "tests/test_algos.py::TestUnique::test_order_of_appearance_dt64tz[s]": "AssertionError: Index are different", + "tests/test_algos.py::TestUnique::test_order_of_appearance_dt64tz[us]": "AssertionError: Index are different", "tests/test_algos.py::TestValueCounts::test_categorical_nans": "TODO: Add a reason for failure", "tests/test_algos.py::TestValueCounts::test_value_counts_dropna": "TODO: Add a reason for failure", + "tests/test_algos.py::TestValueCounts::test_value_counts_stability": "AssertionError: Series.index are different", + "tests/test_col.py::test_cached_property": "AssertionError: assert False", + "tests/test_col.py::test_custom_accessor": "AttributeError: 'Series' object has no attribute 'xyz'", "tests/test_common.py::test_serializable[obj0]": "TODO: Add a reason for failure", "tests/test_common.py::test_standardize_mapping": "TODO: Add a reason for failure", "tests/test_common.py::test_temp_setattr[False]": "TODO: Add a reason for failure", @@ -4746,6 +6805,8 @@ def pytest_unconfigure(config): "tests/test_downstream.py::test_dask_ufunc": "TODO: Add a reason for failure", "tests/test_downstream.py::test_from_obscure_array[dask-M8[ns]]": "TODO: Add a reason for failure", "tests/test_downstream.py::test_from_obscure_array[dask-m8[ns]]": "TODO: Add a reason for failure", + "tests/test_downstream.py::test_missing_required_dependency[dateutil]": "Failed: DID NOT RAISE ", + "tests/test_downstream.py::test_missing_required_dependency[numpy]": "Failed: DID NOT RAISE ", "tests/test_downstream.py::test_statsmodels": "TODO: Add a reason for failure", "tests/test_downstream.py::test_yaml_dump": "TODO: Add a reason for failure", "tests/test_expressions.py::TestExpressions::test_bool_ops_raise_on_arithmetic[**-pow]": "TODO: Add a reason for failure", @@ -4835,6 +6896,7 @@ def pytest_unconfigure(config): "tests/test_expressions.py::TestExpressions::test_run_binary[ne-True-_integer_integers]": "TODO: Add a reason for failure", "tests/test_expressions.py::TestExpressions::test_run_binary[ne-True-_mixed2]": "TODO: Add a reason for failure", "tests/test_expressions.py::TestExpressions::test_run_binary[ne-True-_mixed]": "TODO: Add a reason for failure", + "tests/test_multilevel.py::TestMultiLevel::test_multiindex_dt_with_nan": "AssertionError: Attributes of Series are different", "tests/test_multilevel.py::TestMultiLevel::test_reindex_preserve_levels": "TODO: Add a reason for failure", "tests/test_multilevel.py::TestSorted::test_sort_non_lexsorted": "TODO: Add a reason for failure", "tests/test_nanops.py::TestDatetime64NaNOps::test_nanmean[ns]": "TODO: Add a reason for failure", @@ -4842,8 +6904,19 @@ def pytest_unconfigure(config): "tests/test_register_accessor.py::test_register[DataFrame-register_dataframe_accessor]": "TODO: Add a reason for failure", "tests/test_register_accessor.py::test_register[Index-register_index_accessor]": "TODO: Add a reason for failure", "tests/test_register_accessor.py::test_register[Series-register_series_accessor]": "TODO: Add a reason for failure", + "tests/tools/test_to_datetime.py::TestOrigin::test_julian": "AssertionError: Attributes of Series are different", "tests/tools/test_to_datetime.py::TestOrigin::test_to_datetime_out_of_bounds_with_format_arg[%Y-%d-%m %H:%M:%S-None]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestOrigin::test_to_datetime_out_of_bounds_with_format_arg[%Y-%m-%d %H:%M:%S-None]": "TODO: Add a reason for failure", + "tests/tools/test_to_datetime.py::TestOrigin::test_to_datetime_out_of_bounds_with_format_arg[None-UserWarning]": "AssertionError: assert 1833 == 2417", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_with_nat[False]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_with_nat[True]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_with_none[input_s4]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_with_none[input_s5]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_with_none[input_s6]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMM_with_nat[False]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMM_with_nat[True]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_weeks[False-2013020-%Y%U%w-2013-01-13]": "AssertionError: assert Timestamp('2013-01-19 00:00:00') == Timestamp('2013-01-13 00:00:00')", + "tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_weeks[True-2013020-%Y%U%w-2013-01-13]": "AssertionError: assert Timestamp('2013-01-19 00:00:00') == Timestamp('2013-01-13 00:00:00')", "tests/tools/test_to_datetime.py::TestToDatetime::test_datetime_bool[False-False]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_datetime_bool[False-True]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_datetime_bool[True-False]": "TODO: Add a reason for failure", @@ -4873,6 +6946,13 @@ def pytest_unconfigure(config): "tests/tools/test_to_datetime.py::TestToDatetime::test_error_iso_week_year[coerce-ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 Mon-%G %a]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_error_iso_week_year[coerce-ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 Monday-%G %A]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_error_iso_week_year[coerce-ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-2051-%G]": "TODO: Add a reason for failure", + "tests/tools/test_to_datetime.py::TestToDatetime::test_mixed_offsets_with_native_datetime_utc_false_raises": "assert False", + "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_arrow[index-None-False]": "AssertionError: assert DatetimeIndex([1965-04-03 00:00:00, 1965-04-17 00:00:00, 1965-05-01 00:00:00,\n 1965-05-...", + "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_arrow[index-US/Central-False]": "AssertionError: assert Index([1965-04-03 00:00:00-06:00, 1965-04-17 00:00:00-06:00,\n 1965-05-01 00:00:00-05:00...", + "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_converts_null_like_to_nat[False-input2]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_converts_null_like_to_nat[False-input3]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_converts_null_like_to_nat[True-input2]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_converts_null_like_to_nat[True-input3]": "AssertionError: Attributes of Series are different", "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_dt64d_out_of_bounds[False]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_dt64d_out_of_bounds[True]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_dt64s_out_of_ns_bounds[False-coerce-dt0]": "TODO: Add a reason for failure", @@ -4892,15 +6972,35 @@ def pytest_unconfigure(config): "tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_with_format_out_of_bounds[99990101]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_week_without_day_and_calendar_year[2017-20-%Y-%W]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetime::test_week_without_day_and_calendar_year[2017-21-%Y-%U]": "TODO: Add a reason for failure", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_field_aliases[False]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_field_aliases[True]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_field_aliases_column_subset[False-unit1]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_field_aliases_column_subset[True-unit1]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_int16[False]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_int16[True]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_mixed[False]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_mixed[True]": "AssertionError: Attributes of Series are different", "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_str_dtype[False]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetimeDataFrame::test_dataframe_str_dtype[True]": "TODO: Add a reason for failure", + "tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_string_na_nat_conversion_with_name[False]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_string_na_nat_conversion_with_name[True]": "AssertionError: Attributes of Series are different", "tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_barely_out_of_bounds": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_iso8601_exact_fails[2012-01-01 10-%Y-%m-%d]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_iso8601_exact_fails[2012-01-01 10:00-%Y-%m-%d %H]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_iso8601_exact_fails[2012-01-01 10:00:00-%Y-%m-%d %H:%M]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_iso8601_exact_fails[2012-01-01-%Y-%m]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_float_to_datetime_raise_near_bounds": "TODO: Add a reason for failure", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_int[False-150-M]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_int[False-150-Y]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_int[True-150-M]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_int[True-150-Y]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_non_round_float[False-M]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_non_round_float[False-Y]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_non_round_float[True-M]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_non_round_float[True-Y]": "AssertionError: Index are different", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_unit[float]": "AssertionError: Attributes of Series are different", "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_unit_fractional_seconds": "TODO: Add a reason for failure", + "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_unit_invalid[111111111111111]": "Failed: DID NOT RAISE ", "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_unit_rounding[False]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_unit_rounding[True]": "TODO: Add a reason for failure", "tests/tools/test_to_datetime.py::test_na_to_datetime[Decimal-list]": "TODO: Add a reason for failure", @@ -4946,10 +7046,44 @@ def pytest_unconfigure(config): "tests/tools/test_to_numeric.py::test_signed_downcast[data2-signed]": "TODO: Add a reason for failure", "tests/tools/test_to_numeric.py::test_str[transform_assert_equal0-data0-exp0]": "TODO: Add a reason for failure", "tests/tools/test_to_numeric.py::test_str[transform_assert_equal0-data1-exp1]": "TODO: Add a reason for failure", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[pyarrow]-values0-expected0]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[pyarrow]-values1-expected1]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[pyarrow]-values2-expected2]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[pyarrow]-values3-expected3]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[pyarrow]-values4-expected4]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[pyarrow]-values5-expected5]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[python]-values0-expected0]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[python]-values1-expected1]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[python]-values2-expected2]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[python]-values3-expected3]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[python]-values4-expected4]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string[string[python]-values5-expected5]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string_coerce[string[pyarrow]]": "AssertionError: Attributes of Series are different", + "tests/tools/test_to_numeric.py::test_to_numeric_from_nullable_string_coerce[string[python]]": "AssertionError: Attributes of Series are different", "tests/tools/test_to_numeric.py::test_to_numeric_large_float_not_downcast_to_float_32[9876543210.0]": "TODO: Add a reason for failure", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[5-W-FRI]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[5-W-MON]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[5-W-SAT]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[5-W-SUN]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[5-W-THU]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[5-W-TUE]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[5-W-WED]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[7-W-FRI]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[7-W-MON]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[7-W-SAT]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[7-W-SUN]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[7-W-THU]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[7-W-TUE]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_range[7-W-WED]": "AssertionError: assert 'W-SAT' == 'W'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-ms-YS-JAN-dates0]": "AssertionError: assert == 'YS-JAN'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-ns-YS-JAN-dates0]": "AssertionError: assert == 'YS-JAN'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-s-YS-JAN-dates0]": "AssertionError: assert == 'YS-JAN'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-us-YS-JAN-dates0]": "AssertionError: assert == 'YS-JAN'", + "tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition_custom": "AssertionError: assert is None", "tests/tseries/holiday/test_calendar.py::test_calendar_2031": "TODO: Add a reason for failure", "tests/tseries/holiday/test_federal.py::test_memorial_day": "TODO: Add a reason for failure", "tests/tseries/holiday/test_federal.py::test_no_mlk_before_1986": "TODO: Add a reason for failure", + "tests/tseries/holiday/test_holiday.py::test_list_of_list_of_offsets_raises": "AttributeError: 'Holiday' object has no attribute 'month'", "tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor[day]": "TODO: Add a reason for failure", "tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor[days]": "TODO: Add a reason for failure", "tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor[hour]": "TODO: Add a reason for failure", @@ -4989,9 +7123,15 @@ def pytest_unconfigure(config): "tests/util/test_assert_frame_equal.py::test_allows_duplicate_labels": "TODO: Add a reason for failure", "tests/util/test_assert_frame_equal.py::test_assert_frame_equal_check_like_different_indexes": "TODO: Add a reason for failure", "tests/util/test_assert_frame_equal.py::test_assert_frame_equal_extension_dtype_mismatch": "TODO: Add a reason for failure", + "tests/util/test_assert_frame_equal.py::test_assert_frame_equal_nested_df_na[None]": "KeyError: 0", + "tests/util/test_assert_frame_equal.py::test_assert_frame_equal_nested_df_na[nan]": "KeyError: 0", "tests/util/test_assert_index_equal.py::test_index_equal_range_categories[True-True]": "TODO: Add a reason for failure", "tests/util/test_assert_series_equal.py::test_allows_duplicate_labels": "TODO: Add a reason for failure", + "tests/util/test_assert_series_equal.py::test_assert_series_equal_check_exact_index_default[left_idx3-right_idx3]": "[XPASS(strict)] check_exact_index defaults to True", + "tests/util/test_assert_series_equal.py::test_assert_series_equal_check_exact_index_default[left_idx4-right_idx4]": "[XPASS(strict)] check_exact_index defaults to True", "tests/util/test_assert_series_equal.py::test_assert_series_equal_extension_dtype_mismatch": "TODO: Add a reason for failure", + "tests/util/test_assert_series_equal.py::test_assert_series_equal_int_tol": "AssertionError: left is not an ExtensionArray", + "tests/util/test_assert_series_equal.py::test_large_unequal_ints[Int64]": "Failed: DID NOT RAISE ", "tests/util/test_assert_series_equal.py::test_large_unequal_ints[int64]": "TODO: Add a reason for failure", "tests/util/test_assert_series_equal.py::test_series_equal_series_type": "TODO: Add a reason for failure", "tests/util/test_hashing.py::test_hash_with_tuple[data0-result_data0]": "TODO: Add a reason for failure", @@ -5067,12 +7207,22 @@ def pytest_unconfigure(config): "tests/window/test_groupby.py::TestRolling::test_groupby_monotonic": "TODO: Add a reason for failure", "tests/window/test_groupby.py::TestRolling::test_groupby_rolling_custom_indexer": "TODO: Add a reason for failure", "tests/window/test_groupby.py::TestRolling::test_groupby_rolling_no_sort": "TODO: Add a reason for failure", + "tests/window/test_groupby.py::TestRolling::test_rolling[count]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling[max]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling[mean]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling[min]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling[sum]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling_apply[False]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling_apply[True]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling_ddof[std]": "AssertionError: DataFrame are different", + "tests/window/test_groupby.py::TestRolling::test_rolling_ddof[var]": "AssertionError: DataFrame are different", "tests/window/test_groupby.py::test_rolling_corr_with_single_integer_in_index": "TODO: Add a reason for failure", "tests/window/test_groupby.py::test_rolling_corr_with_tuples_in_index": "TODO: Add a reason for failure", "tests/window/test_pairwise.py::TestPairwise::test_no_flex[pairwise_frames1-1]": "TODO: Add a reason for failure", "tests/window/test_pairwise.py::TestPairwise::test_no_flex[pairwise_frames2-1]": "TODO: Add a reason for failure", "tests/window/test_pairwise.py::TestPairwise::test_no_flex[pairwise_frames5-1]": "TODO: Add a reason for failure", "tests/window/test_pairwise.py::TestPairwise::test_no_flex[pairwise_frames8-1]": "TODO: Add a reason for failure", + "tests/window/test_rolling.py::TestMinMax::test_wrong_order": "Failed: DID NOT RAISE ", "tests/window/test_rolling.py::test_closed_fixed_binary_col[False-10]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::test_closed_fixed_binary_col[False-2]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::test_closed_fixed_binary_col[False-5]": "TODO: Add a reason for failure", From 45014a7c0c77c3782b5a3c5c6753d4a0102bc0a8 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Fri, 1 May 2026 00:14:56 +0000 Subject: [PATCH 2/3] Update entries --- .../cudf/pandas/scripts/conftest-patch.py | 600 ++++++++++++++++++ 1 file changed, 600 insertions(+) diff --git a/python/cudf/cudf/pandas/scripts/conftest-patch.py b/python/cudf/cudf/pandas/scripts/conftest-patch.py index ade69bc6cfa8..2ea0062f46fc 100644 --- a/python/cudf/cudf/pandas/scripts/conftest-patch.py +++ b/python/cudf/cudf/pandas/scripts/conftest-patch.py @@ -131,27 +131,52 @@ def pytest_unconfigure(config): "tests/arithmetic/test_bool.py::test_divmod_bool_raises[Index]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_bool.py::test_divmod_bool_raises[Series]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_categorical.py::TestCategoricalComparisons::test_categorical_tuple_equality": "TODO: Add a reason for failure", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64_array_sub_dt64_array_with_different_timezone[Series]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-'Asia/Tokyo']": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-'US/Eastern']": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'Asia/Tokyo']": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'US/Eastern']": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['Asia/Tokyo'-Series]": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['US/Eastern'-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta64_0-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta64_1-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta64_0-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta64_1-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta64_0-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta64_1-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta64_0-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta64_0-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta64_1-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta64_1-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-DataFrame-None]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-DataFrame-other6]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Series-None]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Series-other6]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-DataFrame-None]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-DataFrame-other6]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Series-None]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Series-other6]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-None]": "TODO: Add a reason for failure", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-other6]": "TODO: Add a reason for failure", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-None]": "TODO: Add a reason for failure", "tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-other6]": "TODO: Add a reason for failure", + "tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['Asia/Tokyo'-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['Asia/Tokyo'-Series]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['US/Eastern'-DataFrame]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['US/Eastern'-Series]": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names0]": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['Asia/Tokyo'-names1]": "AssertionError: Attributes of Series are different", @@ -167,10 +192,56 @@ def pytest_unconfigure(config): "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names4]": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names5]": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series['US/Eastern'-names6]": "AssertionError: Attributes of Series are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_sub_dti_dti[ms]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_sub_dti_dti[ns]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_sub_dti_dti[s]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_sub_dti_dti[us]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[ms]": "AssertionError: assert None == '2D'", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[ns]": "AssertionError: assert None == '2D'", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[s]": "AssertionError: assert None == '2D'", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions[us]": "AssertionError: assert None == '2D'", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[ge-DataFrame]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[ge-Series]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[gt-DataFrame]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[gt-Series]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[le-DataFrame]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[le-Series]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[lt-DataFrame]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[lt-Series]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['Asia/Tokyo']": "AssertionError: numpy array are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['US/Eastern']": "AssertionError: numpy array are different", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_with_timezones": "AssertionError: Attributes of Series are different", "tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_series_operators_arithmetic[numexpr-pow-slice]": "AssertionError: Series are different", "tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_series_operators_arithmetic[python-pow-slice]": "AssertionError: Series are different", @@ -322,6 +393,7 @@ def pytest_unconfigure(config): "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[DataFrame]": "TODO: Add a reason for failure", "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[Series]": "TODO: Add a reason for failure", "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_td64arr_with_nat[DataFrame]": "TODO: Add a reason for failure", + "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_masked[DataFrame-int64[pyarrow]]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_masked[Index-int64[pyarrow]]": "AssertionError: Index are different", "tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_masked[Series-int64[pyarrow]]": "AssertionError: Attributes of Series are different", "tests/arrays/boolean/test_arithmetic.py::test_div": "TODO: Add a reason for failure", @@ -350,6 +422,8 @@ def pytest_unconfigure(config): "tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_compare_categorical_with_missing[a10-a20-categories0]": "AssertionError: Attributes of Series are different", "tests/arrays/categorical/test_replace.py::test_replace_categorical_ea_dtype": "TODO: Add a reason for failure", "tests/arrays/categorical/test_replace.py::test_replace_categorical_ea_dtype_different_cats_raises": "Failed: DID NOT RAISE ", + "tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime": "assert 'CategoricalI...e='category')' == 'CategoricalI...e='category')'", + "tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime_ordered": "assert 'CategoricalI...e='category')' == 'CategoricalI...e='category')'", "tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_sort_values": "TODO: Add a reason for failure", "tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_sort_values_na_position": "TODO: Add a reason for failure", "tests/arrays/datetimes/test_constructors.py::TestDatetimeArrayConstructor::test_copy": "TODO: Add a reason for failure", @@ -779,8 +853,10 @@ def pytest_unconfigure(config): "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns1-index1-None]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns1-index1-int64]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns2-None-Int64]": "TODO: Add a reason for failure", + "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns2-None-None]": "AssertionError: Attributes of DataFrame.iloc[:, 2] (column name='c') are different", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns2-None-int64]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns2-index1-Int64]": "TODO: Add a reason for failure", + "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns2-index1-None]": "AssertionError: Attributes of DataFrame.iloc[:, 2] (column name='c') are different", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series[columns2-index1-int64]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series_with_dtype[None]": "TODO: Add a reason for failure", "tests/copy_view/test_constructors.py::test_dataframe_from_dict_of_series_with_dtype[index1]": "TODO: Add a reason for failure", @@ -1311,6 +1387,7 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_compare_array[timestamp[us]-ne]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_concat_mixed_dtypes[decimal128(7, 3)]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_groupby_agg_extension[decimal128(7, 3)]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::TestArrowArray::test_groupby_agg_extension[string]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[bool]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[double]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[duration[ms]]": "AssertionError: ndarray Expected type , found instead", @@ -1406,6 +1483,13 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-mask]": "AssertionError: Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-null_slice]": "AssertionError: Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-range]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_setitem_with_expansion_row[string]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='data') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_and": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_and_scalar[False-expected3]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestLogicalOps::test_kleene_and_scalar[None-expected0]": "TODO: Add a reason for failure", @@ -1500,6 +1584,7 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::test_quantile_temporal[pa_type7]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.001000') == Timestamp('1969-12-31 19:00:00.001000-0500', tz='US...", "tests/extension/test_arrow.py::test_round": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_setitem_float_nan_is_na[False]": "Failed: DID NOT RAISE ", + "tests/extension/test_arrow.py::test_setitem_float_nan_is_na[True]": "assert nan is ", "tests/extension/test_arrow.py::test_str_extract_non_symbolic": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_str_partition": "AssertionError: DataFrame.columns are different", "tests/extension/test_arrow.py::test_str_repeat_unsupported": "TODO: Add a reason for failure", @@ -1512,6 +1597,7 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::test_ufunc_retains_missing": "AssertionError: Attributes of Series are different", "tests/extension/test_categorical.py::Test2DCompat::test_copy_order": "TODO: Add a reason for failure", "tests/extension/test_categorical.py::TestCategorical::test_astype_own_type[False]": "TODO: Add a reason for failure", + "tests/extension/test_categorical.py::TestCategorical::test_construct_empty_dataframe": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/extension/test_categorical.py::TestCategorical::test_empty": "worker 'gw2' crashed while running 'tests/extension/test_categorical.py::TestCategorical::test_empty'", "tests/extension/test_categorical.py::TestCategorical::test_grouping_grouper": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_categorical.py::TestCategorical::test_is_extension_array_dtype": "TODO: Add a reason for failure", @@ -1519,25 +1605,40 @@ def pytest_unconfigure(config): "tests/extension/test_categorical.py::TestCategorical::test_searchsorted[True]": "TODO: Add a reason for failure", "tests/extension/test_categorical.py::TestCategorical::test_series_constructor_no_data_with_index": "AssertionError: Attributes of Series are different", "tests/extension/test_categorical.py::TestCategorical::test_to_numpy": "TODO: Add a reason for failure", + "tests/extension/test_categorical.py::TestCategorical::test_unstack[frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_categorical.py::TestCategorical::test_unstack[frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_categorical.py::TestCategorical::test_unstack[frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_categorical.py::TestCategorical::test_unstack[series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_categorical.py::TestCategorical::test_unstack[series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_categorical.py::TestCategorical::test_unstack[series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/extension/test_common.py::test_ellipsis_index": "TODO: Add a reason for failure", "tests/extension/test_common.py::test_is_extension_array_dtype[dtype0]": "TODO: Add a reason for failure", "tests/extension/test_common.py::test_is_extension_array_dtype[dtype1]": "TODO: Add a reason for failure", "tests/extension/test_datetime.py::TestDatetimeArray::test_EA_types[c]": "AttributeError: '_MethodProxy' object has no attribute '__func__'. Did you mean: '__doc__'?", "tests/extension/test_datetime.py::TestDatetimeArray::test_EA_types[python]": "AttributeError: '_MethodProxy' object has no attribute '__func__'. Did you mean: '__doc__'?", + "tests/extension/test_datetime.py::TestDatetimeArray::test_accumulate_series[cummax-False]": "AssertionError: Series are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_accumulate_series[cummax-True]": "AssertionError: Series are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_accumulate_series[cummin-False]": "AssertionError: Series are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_accumulate_series[cummin-True]": "AssertionError: Series are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_own_type[False]": "AssertionError", "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_str": "AssertionError: Series are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_string[string[pyarrow]]": "AssertionError: Series are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_astype_string[string[python]]": "AssertionError: Series are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_groupby_agg_extension": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_grouping_grouper": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_datetime.py::TestDatetimeArray::test_is_extension_array_dtype": "AssertionError", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[mean-False]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[mean-True]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[median-False]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_frame[median-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[max-False]": "AssertionError: Input are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[max-True]": "AssertionError: Input are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[mean-False]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[mean-True]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[median-False]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[median-True]": "AssertionError: 2000-01-05 18:00:00 != 2000-01-05 12:00:00-06:00", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[min-False]": "AssertionError: Input are different", + "tests/extension/test_datetime.py::TestDatetimeArray::test_reduce_series_numeric[min-True]": "AssertionError: Input are different", "tests/extension/test_datetime.py::TestDatetimeArray::test_series_constructor": "AssertionError", "tests/extension/test_interval.py::TestIntervalArray::test_EA_types[c]": "TODO: Add a reason for failure", "tests/extension/test_interval.py::TestIntervalArray::test_EA_types[python]": "TODO: Add a reason for failure", @@ -1717,8 +1818,13 @@ def pytest_unconfigure(config): "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat[float-True]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat[object-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat[object-True]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat_columns[object]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat_extension_arrays_copy_false[object]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_concat_with_reindex[object]": "AssertionError: DataFrame.iloc[:, 0] (column name='a') are different", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_container_shift[object--2-indices0-False]": "AssertionError: Series are different", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_container_shift[object--2-indices0-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_container_shift[object-2-indices2-False]": "AssertionError: Series are different", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_container_shift[object-2-indices2-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_contains[object-False]": "ValueError: ('Lengths must match to compare', (10,), (1,))", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_contains[object-True]": "ValueError: ('Lengths must match to compare', (10,), (1,))", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_dataframe_constructor_from_dict[float-False]": "TODO: Add a reason for failure", @@ -1731,6 +1837,7 @@ def pytest_unconfigure(config): "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_getitem_boolean_array_mask[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_getitem_mask[float]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_getitem_mask[object]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_agg_extension[object]": "AssertionError: DataFrame.iloc[:, 0] (column name='B') are different", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_agg[float-False]": "TypeError: Only np.ndarray, ExtensionArray, and Index objects are allowed to be passed to safe_sort as values", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_agg[float-True]": "TypeError: Only np.ndarray, ExtensionArray, and Index objects are allowed to be passed to safe_sort as values", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_groupby_extension_agg[object-False]": "TypeError: Only np.ndarray, ExtensionArray, and Index objects are allowed to be passed to safe_sort as values", @@ -1744,6 +1851,7 @@ def pytest_unconfigure(config): "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_index_from_array[float]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_index_from_array[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_is_extension_array_dtype[float]": "TODO: Add a reason for failure", + "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_merge[object]": "AssertionError: DataFrame.iloc[:, 0] (column name='ext') are different", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_pandas_array_dtype[object]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_reduce_series_boolean[float-all-False]": "TODO: Add a reason for failure", "tests/extension/test_numpy.py::TestNumpyExtensionArray::test_reduce_series_boolean[float-all-True]": "TODO: Add a reason for failure", @@ -1877,6 +1985,8 @@ def pytest_unconfigure(config): "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=str[python]-True]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=string[pyarrow]-False]": "TODO: Add a reason for failure", "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=string[pyarrow]-True]": "TODO: Add a reason for failure", + "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=string[python]-False]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_groupby_agg_extension[string=string[python]-True]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=str[pyarrow]-False]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=str[pyarrow]-True]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_string.py::TestStringArray::test_grouping_grouper[string=str[python]-False]": "AssertionError: ndarray Expected type , found instead", @@ -1905,6 +2015,61 @@ def pytest_unconfigure(config): "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[python]-False-sum-True]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[python]-True-sum-False]": "AssertionError: Attributes of ExtensionArray are different", "tests/extension/test_string.py::TestStringArray::test_reduce_frame[string=string[python]-True-sum-True]": "AssertionError: Attributes of ExtensionArray are different", + "tests/extension/test_string.py::TestStringArray::test_setitem_with_expansion_row[string=str[python]-False]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='data') are different", + "tests/extension/test_string.py::TestStringArray::test_setitem_with_expansion_row[string=str[python]-True]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='data') are different", + "tests/extension/test_string.py::TestStringArray::test_setitem_with_expansion_row[string=string[python]-False]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='data') are different", + "tests/extension/test_string.py::TestStringArray::test_setitem_with_expansion_row[string=string[python]-True]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='data') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-False-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-False-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-False-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-False-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-False-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-False-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-True-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-True-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-True-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-True-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-True-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[pyarrow]-True-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-False-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-False-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-False-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-False-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-False-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-False-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-True-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-True-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-True-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-True-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-True-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=str[python]-True-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-False-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-False-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-False-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-False-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-False-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-False-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-True-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-True-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-True-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-True-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-True-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[pyarrow]-True-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-False-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-False-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-False-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-False-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-False-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-False-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-True-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-True-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-True-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-True-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-True-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_string.py::TestStringArray::test_unstack[string=string[python]-True-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/frame/constructors/test_from_records.py::TestFromRecords::test_from_records_empty": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/frame/constructors/test_from_records.py::TestFromRecords::test_from_records_empty_iterator_with_preserve_columns": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/frame/constructors/test_from_records.py::TestFromRecords::test_from_records_misc_brokenness": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/frame/indexing/test_getitem.py::TestGetitemCallable::test_loc_multiindex_columns_one_level": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_fancy_getitem_slice_mixed": "TODO: Add a reason for failure", "tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_boolean_misaligned": "TODO: Add a reason for failure", @@ -1979,6 +2144,8 @@ def pytest_unconfigure(config): "tests/frame/indexing/test_insert.py::TestDataFrameInsert::test_insert_delete_mixed_multiindex_columns": "AssertionError: DataFrame.columns level [1] are different", "tests/frame/indexing/test_mask.py::TestDataFrameMask::test_mask_inplace": "assert None is 0 1 2\n0 0.189053382 NaN NaN\n1 NaN 1....", "tests/frame/indexing/test_setitem.py::TestDataFrameSetItem::test_setitem_dt64tz": "AssertionError: assert 123202424024944 == 123202424025136", + "tests/frame/indexing/test_setitem.py::TestDataFrameSetItem::test_setitem_frame_length_0_str_key[B]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/frame/indexing/test_setitem.py::TestDataFrameSetItem::test_setitem_frame_length_0_str_key[indexer1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", "tests/frame/indexing/test_setitem.py::TestDataFrameSetItem::test_setitem_list_missing_columns[columns3-box3-expected3]": "TODO: Add a reason for failure", "tests/frame/indexing/test_setitem.py::TestDataFrameSetItemWithExpansion::test_setitem_listlike_views": "TODO: Add a reason for failure", "tests/frame/indexing/test_setitem.py::TestDataFrameSetItemWithExpansion::test_setitem_newcol_tuple_key": "AssertionError: assert ('A', 'B') in Index(['A', 'B', 'C', 'D', '('A', 'B')'], dtype='str')", @@ -2032,10 +2199,14 @@ def pytest_unconfigure(config): "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_with_date_object_index[DataFrame]": "AssertionError: DataFrame.index are different", "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_with_date_object_index[Series]": "AssertionError: Series.index are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_arg_for_errors_dictlist": "TODO: Add a reason for failure", + "tests/frame/methods/test_astype.py::TestAstype::test_astype_dict_like[Series]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64_to_string[DataFrame-'Asia/Tokyo']": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64_to_string[DataFrame-'US/Eastern']": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64_to_string[Series-'Asia/Tokyo']": "AssertionError: Series are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64_to_string[Series-'US/Eastern']": "AssertionError: Series are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_dt64tz_to_str": "TODO: Add a reason for failure", "tests/frame/methods/test_astype.py::TestAstype::test_astype_extension_dtypes_duplicate_col[False-Int64]": "Failed: DID NOT RAISE ", + "tests/frame/methods/test_astype.py::TestAstype::test_astype_str": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_str_float": "TODO: Add a reason for failure", "tests/frame/methods/test_astype.py::TestAstype::test_astype_with_exclude_string": "TODO: Add a reason for failure", "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_against_list_like[0-res0-lower0-True]": "assert one two three\na 2.0 2.0 3.0\nb 4.0 5.0 6.0\nc 7.0 7.0 7.0 is one two three\na 2.0 ...", @@ -2046,12 +2217,14 @@ def pytest_unconfigure(config): "tests/frame/methods/test_clip.py::TestDataFrameClip::test_clip_int_data_with_float_bound": "TODO: Add a reason for failure", "tests/frame/methods/test_clip.py::TestDataFrameClip::test_dataframe_clip": "TODO: Add a reason for failure", "tests/frame/methods/test_clip.py::TestDataFrameClip::test_inplace_clip": "assert None is A B C D\nfoo_0 0.070575 0.070575 0.070575 0.070575\nfoo_1 ...", + "tests/frame/methods/test_combine_first.py::test_combine_first_timestamp_bug[Decimal-scalar11-scalar21]": "AssertionError: DataFrame.iloc[:, 0] (column name='a') are different", "tests/frame/methods/test_combine_first.py::test_combine_first_timestamp_bug[NaTType-scalar12-scalar22]": "TODO: Add a reason for failure", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_convert_dtypes[pyarrow-False-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_convert_dtypes[python-False-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_convert_dtypes_avoid_block_splitting": "TODO: Add a reason for failure", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_convert_dtypes_pyarrow_to_np_nullable": "TODO: Add a reason for failure", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_pyarrow_backend_no_conversion": "TODO: Add a reason for failure", + "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_pyarrow_dtype_empty_object": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/frame/methods/test_convert_dtypes.py::TestConvertDtypes::test_pyarrow_engine_lines_false": "TODO: Add a reason for failure", "tests/frame/methods/test_copy.py::TestCopy::test_copy_consolidates": "TODO: Add a reason for failure", "tests/frame/methods/test_count.py::TestDataFrameCount::test_count": "TODO: Add a reason for failure", @@ -2109,10 +2282,13 @@ def pytest_unconfigure(config): "tests/frame/methods/test_map.py::test_map_na_ignore": "TODO: Add a reason for failure", "tests/frame/methods/test_map.py::test_map_str": "TODO: Add a reason for failure", "tests/frame/methods/test_matmul.py::TestMatMul::test_matmul": "TODO: Add a reason for failure", + "tests/frame/methods/test_nlargest.py::TestNLargestNSmallest::test_nlargest_error[nlargest-columns0]": "Failed: DID NOT RAISE ", + "tests/frame/methods/test_nlargest.py::TestNLargestNSmallest::test_nlargest_error[nsmallest-columns0]": "Failed: DID NOT RAISE ", "tests/frame/methods/test_pop.py::TestDataFramePop::test_pop": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_empty[linear-single]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_empty[nearest-table]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_box[linear-single]": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", + "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_box[nearest-table]": "AssertionError: Attributes of DataFrame.iloc[:, 1] (column name='B') are different", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_box_nat": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_date_range[linear-single]": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", "tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_date_range[nearest-table]": "AssertionError: Attributes of Series are different", @@ -2160,7 +2336,12 @@ def pytest_unconfigure(config): "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx4-Index]": "AssertionError: DataFrame are different", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx5-CategoricalIndex]": "AssertionError: DataFrame are different", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty[cat_idx5-Index]": "AssertionError: DataFrame are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty_frame[kwargs0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty_frame[kwargs1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty_frame[kwargs2]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_empty_frame[kwargs3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_fill_value": "TODO: Add a reason for failure", + "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_index_name_matches_multiindex_level": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='value') are different", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_int": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_positional_raises": "TODO: Add a reason for failure", "tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_single_column_ea_index_and_columns[Float32]": "TODO: Add a reason for failure", @@ -2202,6 +2383,7 @@ def pytest_unconfigure(config): "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_regex_list_to_numeric": "assert a b c\n0 0 a a\n1 1 0 0\n2 2 0 NaN\n3 3 0 d is a b c\n0 0 a a\n1 1 0 ...", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_series_of_regexes": "assert a b c\n0 0 a a\n1 1 b b\n2 2 NaN NaN\n3 3 NaN d is a b c\n0 0 a ...", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_str_to_numeric": "assert a b c\n0 0 a a\n1 1 b b\n2 2 0 NaN\n3 3 0 d is a b c\n0 0 a a\n1 1 b ...", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_regex_replace_string_types[DataFrame-string=object-data1-to_replace1-expected1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_NAT_with_None": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_NA_with_None": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_inplace": "assert A B C D\n2000-01-03 0.0 -0.522748 -0.413064 -2.441467\n2000-01-04 0.0 ...", @@ -2211,6 +2393,7 @@ def pytest_unconfigure(config): "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_list_with_mixed_type[DataFrame-tuple-data0-to_replace0-value0-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_list_with_mixed_type[Series-array-data0-to_replace0-value0-expected0]": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_list_with_mixed_type[Series-tuple-data0-to_replace0-value0-expected0]": "TODO: Add a reason for failure", + "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_mixed": "AssertionError: DataFrame.iloc[:, 4] (column name='foo') are different", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_mixed_int_block_splitting": "TODO: Add a reason for failure", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_mixed_int_block_upcasting": "assert None is A B\n0 1.0 0.5\n1 2.0 1.0", "tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_na_to_nan_nullable_floats[False-Float64]": "TypeError: boolean value of NA is ambiguous", @@ -2249,6 +2432,8 @@ def pytest_unconfigure(config): "tests/frame/methods/test_reset_index.py::TestResetIndex::test_reset_index_level_missing[idx_lev1]": "TODO: Add a reason for failure", "tests/frame/methods/test_reset_index.py::TestResetIndex::test_reset_index_multiindex_columns": "TODO: Add a reason for failure", "tests/frame/methods/test_reset_index.py::TestResetIndex::test_reset_index_with_datetimeindex_cols[2012-12-31]": "TODO: Add a reason for failure", + "tests/frame/methods/test_reset_index.py::test_reset_index_with_empty_frame[None]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/frame/methods/test_reset_index.py::test_reset_index_with_empty_frame[columns1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", "tests/frame/methods/test_sample.py::TestSample::test_sample_random_state[DataFrame-np.array-arg0]": "TODO: Add a reason for failure", "tests/frame/methods/test_sample.py::TestSample::test_sample_random_state[Series-np.array-arg0]": "TODO: Add a reason for failure", "tests/frame/methods/test_select_dtypes.py::TestSelectDtypes::test_select_dtype_object_and_str": "AssertionError: DataFrame are different", @@ -2299,6 +2484,7 @@ def pytest_unconfigure(config): "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv2": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv4": "AssertionError: DataFrame.index are different", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_headers": "TODO: Add a reason for failure", + "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_mixed": "AssertionError: Attributes of DataFrame.iloc[:, 15] (column name='object000') are different", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_multiindex": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_na_quoting": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_quoting": "TODO: Add a reason for failure", @@ -2381,6 +2567,8 @@ def pytest_unconfigure(config): "tests/frame/test_arithmetic.py::test_arithmetic_multiindex_column_align_with_fillvalue[python]": "AssertionError: DataFrame.columns are different", "tests/frame/test_arithmetic.py::test_bool_frame_mult_float[numexpr]": "TODO: Add a reason for failure", "tests/frame/test_arithmetic.py::test_bool_frame_mult_float[python]": "TODO: Add a reason for failure", + "tests/frame/test_arithmetic.py::test_dataframe_operation_with_non_numeric_types[numexpr-df1-object]": "AssertionError: DataFrame.iloc[:, 1] (column name='b') are different", + "tests/frame/test_arithmetic.py::test_dataframe_operation_with_non_numeric_types[python-df1-object]": "AssertionError: DataFrame.iloc[:, 1] (column name='b') are different", "tests/frame/test_arithmetic.py::test_frame_op_subclass_nonclass_constructor[numexpr]": "RecursionError: maximum recursion depth exceeded", "tests/frame/test_arithmetic.py::test_frame_op_subclass_nonclass_constructor[python]": "RecursionError: maximum recursion depth exceeded", "tests/frame/test_arithmetic.py::test_frame_with_zero_len_series_corner_cases[numexpr]": "TODO: Add a reason for failure", @@ -2412,17 +2600,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_2d_object_array_does_not_copy": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_construct_from_dict_ea_series": "AttributeError: 'ndarray' object has no attribute '_data'. Did you mean: 'data'?", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_construct_with_two_categoricalindex_series": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_construction_nan_value_timedelta64_dtype": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_cast": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_multiindex": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[None]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[nan0]": "AssertionError: Attributes of DataFrame.iloc[:, 1] (column name='nan') are different", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[nan1]": "AssertionError: Attributes of DataFrame.iloc[:, 1] (column name='nan') are different", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key_and_columns": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_with_index": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_with_index_and_columns": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_with_none": "AssertionError: assert nan is None", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_empty_list": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_empty_with_string_dtype": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_error_msgs": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_2d_datetimearray": "assert 2 == 1", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_ndarray_with_str_dtype": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_2d_raises": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_str[U-input_vals3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_lists_to_object_dtype": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray_hardened": "TODO: Add a reason for failure", @@ -2437,12 +2632,14 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_datetimelike_values_with_object_dtype[Series-m]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_keys_returns_rangeindex": "AssertionError: Index are different", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-float64-False]": "TODO: Add a reason for failure", @@ -2452,20 +2649,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float32-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-float64-False]": "TODO: Add a reason for failure", @@ -2475,20 +2676,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Float64-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-float64-False]": "TODO: Add a reason for failure", @@ -2498,20 +2703,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int16-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-float64-False]": "TODO: Add a reason for failure", @@ -2521,20 +2730,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int32-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-float64-False]": "TODO: Add a reason for failure", @@ -2544,20 +2757,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int64-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-float64-False]": "TODO: Add a reason for failure", @@ -2567,20 +2784,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[Int8-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-float64-False]": "TODO: Add a reason for failure", @@ -2590,20 +2811,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt16-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-float64-False]": "TODO: Add a reason for failure", @@ -2613,20 +2838,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt32-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-float64-False]": "TODO: Add a reason for failure", @@ -2636,20 +2865,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt64-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-M8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-M8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-bool0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-bool1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-complex-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-complex128-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-complex64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-datetime64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-datetime64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-float-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-float32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-float64-False]": "TODO: Add a reason for failure", @@ -2659,20 +2892,24 @@ def pytest_unconfigure(config): "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-int64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-int8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-m8[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-m8[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-object0-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-object1-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-timedelta64[ns]-False]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-timedelta64[ns]-True]": "Failed: DID NOT RAISE ", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-uint16-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-uint32-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-uint64-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestDataFrameConstructors::test_dict_nocopy[UInt8-uint8-False]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestFromScalar::test_from_out_of_bounds_ns_datetime[DataFrame-None-datetime64]": "TODO: Add a reason for failure", "tests/frame/test_constructors.py::TestFromScalar::test_from_out_of_bounds_ns_datetime[DataFrame-dict-datetime64]": "TODO: Add a reason for failure", + "tests/frame/test_constructors.py::TestFromScalar::test_from_out_of_bounds_ns_datetime[DataFrame-list-datetime64]": "AssertionError: assert dtype(']": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_cython_transform_series[cumsum-args1-]": "TODO: Add a reason for failure", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-False-False]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-False-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-True-False]": "AssertionError: Series are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-False-False]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-False-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-True-False]": "AssertionError: Series are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-False-False]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') NA mask are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-False-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') NA mask are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-True-False]": "AssertionError: Series NA mask are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-True-True]": "AssertionError: Series NA mask are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-False-False]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-False-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-True-False]": "AssertionError: Series are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-False-False]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-False-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-True-False]": "AssertionError: Series are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-True-True]": "AssertionError: Series are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-False-False]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') NA mask are different", + "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-False-True]": "AssertionError: DataFrame.iloc[:, 0] (column name='val') NA mask are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-True-False]": "AssertionError: Series NA mask are different", "tests/groupby/transform/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-True-True]": "AssertionError: Series NA mask are different", + "tests/groupby/transform/test_transform.py::test_groupby_transform_timezone_column[first]": "AssertionError: Attributes of DataFrame.iloc[:, 2] (column name='max_end_time') are different", + "tests/groupby/transform/test_transform.py::test_groupby_transform_timezone_column[last]": "AssertionError: Attributes of DataFrame.iloc[:, 2] (column name='max_end_time') are different", "tests/groupby/transform/test_transform.py::test_groupby_transform_with_datetimes[idxmax-values1]": "AssertionError: Attributes of Series are different", "tests/groupby/transform/test_transform.py::test_groupby_transform_with_datetimes[idxmin-values0]": "AssertionError: Attributes of Series are different", "tests/groupby/transform/test_transform.py::test_nan_in_cumsum_group_label": "AssertionError: Attributes of Series are different", @@ -3825,6 +4092,8 @@ def pytest_unconfigure(config): "tests/groupby/transform/test_transform.py::test_null_group_str_reducer[True-size]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_null_group_str_transformer[False-cumcount]": "TODO: Add a reason for failure", "tests/groupby/transform/test_transform.py::test_null_group_str_transformer[True-cumcount]": "TODO: Add a reason for failure", + "tests/groupby/transform/test_transform.py::test_pct_change[DataFrame--1-None]": "AssertionError: DataFrame.iloc[:, 0] (column name='vals') are different", + "tests/groupby/transform/test_transform.py::test_pct_change[DataFrame-1-None]": "AssertionError: DataFrame.iloc[:, 0] (column name='vals') are different", "tests/groupby/transform/test_transform.py::test_pct_change[Series--1-None]": "AssertionError: Series are different", "tests/groupby/transform/test_transform.py::test_pct_change[Series-1-None]": "AssertionError: Series are different", "tests/groupby/transform/test_transform.py::test_transform_cumcount": "TODO: Add a reason for failure", @@ -3878,6 +4147,7 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/methods/test_factorize.py::TestDatetimeIndexFactorize::test_factorize_tz['US/Eastern'-index]": "AssertionError: numpy array are different", "tests/indexes/datetimes/methods/test_factorize.py::TestDatetimeIndexFactorize::test_factorize_tz['US/Eastern'-series]": "AssertionError: numpy array are different", "tests/indexes/datetimes/methods/test_isocalendar.py::test_dti_timestamp_isocalendar_fields": "TODO: Add a reason for failure", + "tests/indexes/datetimes/methods/test_isocalendar.py::test_isocalendar_returns_correct_values_close_to_new_year_with_tz": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='year') are different", "tests/indexes/datetimes/methods/test_round.py::TestDatetimeIndexRound::test_round_daily": "TODO: Add a reason for failure", "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_across_dst[ms]": "AssertionError: Series.index are different", "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_across_dst[ns]": "AssertionError: Series.index are different", @@ -3935,6 +4205,10 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_tz_pytz": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_precision_finer_than_offset": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_misc_coverage": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[ms]": "assert 'DatetimeInde...US/Eastern]')' == 'DatetimeInde...', freq=None)'", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[ns]": "assert 'DatetimeInde...US/Eastern]')' == 'DatetimeInde...', freq=None)'", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[s]": "assert 'DatetimeInde...US/Eastern]')' == 'DatetimeInde...', freq=None)'", + "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[us]": "assert 'DatetimeInde...US/Eastern]')' == 'DatetimeInde...', freq=None)'", "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[ms]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[ns]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[s]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", @@ -4167,6 +4441,7 @@ def pytest_unconfigure(config): "tests/indexes/multi/test_sorting.py::test_reconstruct_sort": "TODO: Add a reason for failure", "tests/indexes/multi/test_sorting.py::test_remove_unused_levels_large[datetime64[D]-str]": "TODO: Add a reason for failure", "tests/indexes/multi/test_sorting.py::test_remove_unused_levels_large[int64-int64]": "TODO: Add a reason for failure", + "tests/indexes/multi/test_sorting.py::test_remove_unused_levels_with_nan": "assert '[Index(['a',... name='id2')]' == '[['a', nan], [4]]'", "tests/indexes/multi/test_sorting.py::test_unsortedindex_doc_examples[False]": "Failed: DID NOT RAISE ", "tests/indexes/multi/test_sorting.py::test_unsortedindex_doc_examples[True]": "Failed: DID NOT RAISE ", "tests/indexes/numeric/test_astype.py::TestAstype::test_astype_float64_to_uint64": "TODO: Add a reason for failure", @@ -4462,6 +4737,7 @@ def pytest_unconfigure(config): "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-exp]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-expm1]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-log10]": "AssertionError: Index are different", + "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-log2]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-rad2deg]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-sin]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-sinh]": "AssertionError: Index are different", @@ -4474,7 +4750,9 @@ def pytest_unconfigure(config): "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-arctanh]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-cos]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-cosh]": "AssertionError: Index are different", + "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-expm1]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-log10]": "AssertionError: Index are different", + "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-log1p]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-log2]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-sin]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-sinh]": "AssertionError: Index are different", @@ -4491,6 +4769,7 @@ def pytest_unconfigure(config): "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-exp]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-expm1]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-log10]": "AssertionError: Index are different", + "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-log2]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-rad2deg]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-sin]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-sinh]": "AssertionError: Index are different", @@ -4655,6 +4934,7 @@ def pytest_unconfigure(config): "tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem": "TODO: Add a reason for failure", "tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem": "TODO: Add a reason for failure", "tests/indexing/multiindex/test_sorted.py::TestMultiIndexSorted::test_argsort_with_na": "TODO: Add a reason for failure", + "tests/indexing/test_at.py::TestAtErrors::test_at_applied_for_rows": "Failed: DID NOT RAISE ", "tests/indexing/test_at.py::test_at_timezone": "TODO: Add a reason for failure", "tests/indexing/test_categorical.py::TestCategoricalIndex::test_getitem_row_categorical_with_nan_bool": "AssertionError: Series are different", "tests/indexing/test_categorical.py::TestCategoricalIndex::test_ix_categorical_index": "TODO: Add a reason for failure", @@ -4741,15 +5021,25 @@ def pytest_unconfigure(config): "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_consistency[0]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_consistency[val2]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_consistency_dt64_to_float": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_consistency_empty": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_consistency_slice_column_len": "AttributeError: 'tuple' object has no attribute 'lower'", + "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_empty_append_expands_rows": "AssertionError: DataFrame are different", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_empty_append_expands_rows_mixed_dtype": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_empty_append_raises": "Failed: DID NOT RAISE ", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_frame_with_inverted_slice": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_slice": "Failed: DID NOT RAISE ", + "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_str_to_small_float_conversion_type": "Failed: DID NOT RAISE ", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_uint64_disallow_negative": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_mask_with_datetimeindex_tz[None]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_mask_with_datetimeindex_tz[UTC]": "ValueError: setting an array element with a sequence.", "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_ndframe_values_alignment": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocListlike::test_loc_named_index": "AssertionError: DataFrame.index are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_multiple_items_in_multiple_new_columns": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df0-row_index0-col_index0-expected_df0]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df1-row_index1-col_index1-expected_df1]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df2-row_index2-col_index2-expected_df2]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df3-row_index3-col_index3-expected_df3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df4-row_index4-col_index4-expected_df4]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[np.datetime64]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[to_datetime64]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[to_pydatetime]": "TODO: Add a reason for failure", @@ -4761,6 +5051,8 @@ def pytest_unconfigure(config): "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[object-True]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-False]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-True]": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-pyarrow-False]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", + "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-pyarrow-True]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-python-False]": "AssertionError: DataFrame.index are different", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_nonunique_index[string-python-True]": "AssertionError: DataFrame.index are different", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_drops_level": "TODO: Add a reason for failure", @@ -4781,6 +5073,7 @@ def pytest_unconfigure(config): "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame2": "TODO: Add a reason for failure", "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame3": "TODO: Add a reason for failure", "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame5": "TODO: Add a reason for failure", + "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame_empty_consistencies": "AssertionError: Attributes of DataFrame.iloc[:, 1] (column name='y') are different", "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame_row": "AssertionError: Attributes of Series are different", "tests/indexing/test_partial.py::TestPartialSetting::test_loc_with_list_of_strings_representing_datetimes[DataFrame-idx1-labels1-expected_idx1]": "ValueError: Inferred frequency 4D from passed values does not conform to passed frequency D", "tests/indexing/test_partial.py::TestPartialSetting::test_partial_setting2": "TypeError: unsupported operand type(s) for +: 'Timestamp' and 'DateOffset'", @@ -4867,6 +5160,10 @@ def pytest_unconfigure(config): "tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsm]": "TODO: Add a reason for failure", "tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsx]": "TODO: Add a reason for failure", "tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[xlsxwriter-.xlsx]": "TODO: Add a reason for failure", + "tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_empty_multiindex_both_axes[odf-.ods]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('A', 'B')') are different", + "tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_empty_multiindex_both_axes[openpyxl-.xlsm]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('A', 'B')') are different", + "tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_empty_multiindex_both_axes[openpyxl-.xlsx]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('A', 'B')') are different", + "tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_empty_multiindex_both_axes[xlsxwriter-.xlsx]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('A', 'B')') are different", "tests/io/excel/test_writers.py::TestExcelWriterEngineTests::test_register_writer": "TODO: Add a reason for failure", "tests/io/excel/test_writers.py::TestFSPath::test_excelfile_fspath": "TODO: Add a reason for failure", "tests/io/formats/style/test_format.py::test_format_clear[format_index-_display_funcs_columns-kwargs2]": "TODO: Add a reason for failure", @@ -4940,6 +5237,7 @@ def pytest_unconfigure(config): "tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json": "AssertionError: assert OrderedDict({...:00.000Z'})]}) == OrderedDict({...:00.000Z'})]})", "tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_categorical_index": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_float_index": "TODO: Add a reason for failure", + "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_comprehensive": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-None]": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-idx]": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-level_0]": "TODO: Add a reason for failure", @@ -4954,6 +5252,7 @@ def pytest_unconfigure(config): "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals8-level_0]": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx0]": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx1]": "TODO: Add a reason for failure", + "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx2]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='floats') are different", "tests/io/json/test_pandas.py::TestPandasContainer::test_date_index_and_values[date-False-epoch]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_date_index_and_values[date-False-iso]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty": "assert not True", @@ -4991,16 +5290,54 @@ def pytest_unconfigure(config): "tests/io/json/test_readlines.py::test_readjson_chunks_closes[None]": "TODO: Add a reason for failure", "tests/io/json/test_readlines.py::test_to_json_append_output_different_columns": "TODO: Add a reason for failure", "tests/io/json/test_readlines.py::test_to_json_append_output_different_columns_reordered": "TODO: Add a reason for failure", + "tests/io/parser/common/test_chunksize.py::test_empty_with_nrows_chunksize[c_high-False]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/io/parser/common/test_chunksize.py::test_empty_with_nrows_chunksize[c_high-True]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/io/parser/common/test_chunksize.py::test_empty_with_nrows_chunksize[c_low-False]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/io/parser/common/test_chunksize.py::test_empty_with_nrows_chunksize[c_low-True]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/io/parser/common/test_chunksize.py::test_empty_with_nrows_chunksize[python-False]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/io/parser/common/test_chunksize.py::test_empty_with_nrows_chunksize[python-True]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", "tests/io/parser/common/test_chunksize.py::test_warn_if_chunks_have_mismatched_type[c_low]": "assert == object", + "tests/io/parser/common/test_common_basic.py::test_first_row_bom[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='Head1') are different", + "tests/io/parser/common/test_common_basic.py::test_first_row_bom[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='Head1') are different", + "tests/io/parser/common/test_common_basic.py::test_first_row_bom[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='Head1') are different", + "tests/io/parser/common/test_common_basic.py::test_first_row_bom_unquoted[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='Head1') are different", + "tests/io/parser/common/test_common_basic.py::test_first_row_bom_unquoted[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='Head1') are different", + "tests/io/parser/common/test_common_basic.py::test_first_row_bom_unquoted[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='Head1') are different", + "tests/io/parser/common/test_common_basic.py::test_read_csv_low_memory_no_rows_with_index[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/io/parser/common/test_common_basic.py::test_read_csv_low_memory_no_rows_with_index[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/io/parser/common/test_common_basic.py::test_read_empty_with_usecols[c_high--kwargs3-expected3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='X') are different", + "tests/io/parser/common/test_common_basic.py::test_read_empty_with_usecols[c_low--kwargs3-expected3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='X') are different", + "tests/io/parser/common/test_common_basic.py::test_read_empty_with_usecols[python--kwargs3-expected3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='X') are different", "tests/io/parser/common/test_file_buffer_url.py::test_context_manager[c_high]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manager[c_low]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manager[python]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manageri_user_provided[c_high]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manageri_user_provided[c_low]": "TODO: Add a reason for failure", "tests/io/parser/common/test_file_buffer_url.py::test_context_manageri_user_provided[python]": "TODO: Add a reason for failure", + "tests/io/parser/common/test_index.py::test_empty_with_index[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/common/test_index.py::test_empty_with_index[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/common/test_index.py::test_empty_with_index[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/common/test_index.py::test_empty_with_multi_index[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/common/test_index.py::test_empty_with_multi_index[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/common/test_index.py::test_empty_with_multi_index[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/common/test_index.py::test_empty_with_reversed_multi_index[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/common/test_index.py::test_empty_with_reversed_multi_index[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/common/test_index.py::test_empty_with_reversed_multi_index[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_high-False-a,b-columns0-header0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_high-False-a,b\nc,d-columns1-header1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a', 'c')') are different", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_high-True-a,b-columns0-header0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_high-True-a,b\nc,d-columns1-header1]": "pandas.errors.ParserError: Passed header=[0,1], len of 2, but only 1 lines in file", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_low-False-a,b-columns0-header0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_low-False-a,b\nc,d-columns1-header1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a', 'c')') are different", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_low-True-a,b-columns0-header0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/io/parser/common/test_index.py::test_multi_index_blank_df[c_low-True-a,b\nc,d-columns1-header1]": "pandas.errors.ParserError: Passed header=[0,1], len of 2, but only 1 lines in file", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[python-False-a,b-columns0-header0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[python-False-a,b\nc,d-columns1-header1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a', 'c')') are different", + "tests/io/parser/common/test_index.py::test_multi_index_blank_df[python-True-a,b-columns0-header0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/io/parser/common/test_index.py::test_multi_index_blank_df[python-True-a,b\nc,d-columns1-header1]": "ValueError: Passed header=[0,1], len of 2, but only 1 lines in file", + "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtype_all_columns[c_high-False-str]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtype_all_columns[c_low-False-str]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtype_all_columns[python-False-str]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict[c_high-float64]": "TODO: Add a reason for failure", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict[c_high-float]": "TODO: Add a reason for failure", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict[c_low-float64]": "TODO: Add a reason for failure", @@ -5013,19 +5350,80 @@ def pytest_unconfigure(config): "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict_mangle_dup_cols[c_high]": "TODO: Add a reason for failure", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict_mangle_dup_cols[c_low]": "TODO: Add a reason for failure", "tests/io/parser/dtypes/test_dtypes_basic.py::test_dtypes_defaultdict_mangle_dup_cols[python]": "TODO: Add a reason for failure", + "tests/io/parser/dtypes/test_empty.py::test_dtype_all_columns_empty[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/io/parser/dtypes/test_empty.py::test_dtype_all_columns_empty[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/io/parser/dtypes/test_empty.py::test_dtype_all_columns_empty[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='A') are different", + "tests/io/parser/test_c_parser_only.py::test_unix_style_breaks[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/parser/test_c_parser_only.py::test_unix_style_breaks[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", "tests/io/parser/test_compression.py::test_writes_tar_gz[c_high]": "TODO: Add a reason for failure", "tests/io/parser/test_compression.py::test_writes_tar_gz[c_low]": "TODO: Add a reason for failure", "tests/io/parser/test_compression.py::test_writes_tar_gz[python]": "TODO: Add a reason for failure", + "tests/io/parser/test_encoding.py::test_not_readable[c_high-w+b]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='abcd') are different", + "tests/io/parser/test_encoding.py::test_not_readable[c_high-w+t]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='abcd') are different", + "tests/io/parser/test_encoding.py::test_not_readable[c_low-w+b]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='abcd') are different", + "tests/io/parser/test_encoding.py::test_not_readable[c_low-w+t]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='abcd') are different", + "tests/io/parser/test_encoding.py::test_not_readable[python-w+b]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='abcd') are different", + "tests/io/parser/test_encoding.py::test_not_readable[python-w+t]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='abcd') are different", + "tests/io/parser/test_header.py::test_read_only_header_no_rows[c_high-kwargs0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/test_header.py::test_read_only_header_no_rows[c_high-kwargs1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/test_header.py::test_read_only_header_no_rows[c_low-kwargs0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/test_header.py::test_read_only_header_no_rows[c_low-kwargs1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/test_header.py::test_read_only_header_no_rows[python-kwargs0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/test_header.py::test_read_only_header_no_rows[python-kwargs1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/io/parser/test_index_col.py::test_empty_with_index_col_false[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_empty_with_index_col_false[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_empty_with_index_col_false[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-0-kwargs2]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-1-kwargs3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-False-kwargs1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-None-kwargs0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col6-kwargs6]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col7-kwargs7]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col8-kwargs8]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col9-kwargs9]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-x-kwargs4]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-y-kwargs5]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-0-kwargs2]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-1-kwargs3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-False-kwargs1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-None-kwargs0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col6-kwargs6]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col7-kwargs7]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col8-kwargs8]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col9-kwargs9]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-x-kwargs4]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-y-kwargs5]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-0-kwargs2]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-1-kwargs3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-False-kwargs1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-None-kwargs0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col6-kwargs6]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col7-kwargs7]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col8-kwargs8]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col9-kwargs9]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='z') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-x-kwargs4]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='y') are different", + "tests/io/parser/test_index_col.py::test_index_col_empty_data[python-y-kwargs5]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='x') are different", + "tests/io/parser/test_index_col.py::test_index_col_header_no_data[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a1') are different", + "tests/io/parser/test_index_col.py::test_index_col_header_no_data[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a1') are different", + "tests/io/parser/test_index_col.py::test_index_col_header_no_data[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a1') are different", + "tests/io/parser/test_index_col.py::test_index_col_multiindex_columns_no_data[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a1', 'b1')') are different", + "tests/io/parser/test_index_col.py::test_index_col_multiindex_columns_no_data[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a1', 'b1')') are different", + "tests/io/parser/test_index_col.py::test_index_col_multiindex_columns_no_data[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a1', 'b1')') are different", + "tests/io/parser/test_index_col.py::test_multiindex_columns_no_data[c_high]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a0', 'b0')') are different", + "tests/io/parser/test_index_col.py::test_multiindex_columns_no_data[c_low]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a0', 'b0')') are different", + "tests/io/parser/test_index_col.py::test_multiindex_columns_no_data[python]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('a0', 'b0')') are different", "tests/io/parser/test_parse_dates.py::test_nat_parse[c_high]": "TODO: Add a reason for failure", "tests/io/parser/test_parse_dates.py::test_nat_parse[c_low]": "TODO: Add a reason for failure", "tests/io/parser/test_parse_dates.py::test_nat_parse[python]": "TODO: Add a reason for failure", "tests/io/parser/test_python_parser_only.py::test_on_bad_lines_callable_write_to_external_list[python]": "TODO: Add a reason for failure", + "tests/io/parser/test_read_fwf.py::test_dtype[dtype1]": "AssertionError: Attributes of DataFrame.iloc[:, 1] (column name='b') are different", "tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands_alt": "TODO: Add a reason for failure", "tests/io/pytables/test_timezones.py::test_append_with_timezones[0]": "TODO: Add a reason for failure", "tests/io/pytables/test_timezones.py::test_append_with_timezones[1]": "TODO: Add a reason for failure", "tests/io/pytables/test_timezones.py::test_roundtrip_tz_aware_index[ms]": "assert 946706400000000 == (946706400000000000 // 1000000)", "tests/io/pytables/test_timezones.py::test_roundtrip_tz_aware_index[s]": "assert 946706400000000 == (946706400000000000 // 1000000000)", "tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_read_too_much": "TODO: Add a reason for failure", + "tests/io/sas/test_sas7bdat.py::test_date_time": "AssertionError: DataFrame.iloc[:, 3] (column name='DateTimeHi') are different", "tests/io/sas/test_sas7bdat.py::test_encoding_infer": "TODO: Add a reason for failure", "tests/io/sas/test_sas7bdat.py::test_encoding_options": "TODO: Add a reason for failure", "tests/io/test_common.py::TestCommonIOCapabilities::test_stringify_file_and_path_like": "TODO: Add a reason for failure", @@ -5058,14 +5456,19 @@ def pytest_unconfigure(config): "tests/io/test_compression.py::test_xz_compression_level_read[to_json-obj0]": "TODO: Add a reason for failure", "tests/io/test_compression.py::test_xz_compression_level_read[to_json-obj1]": "TODO: Add a reason for failure", "tests/io/test_fsspec.py::test_json_options[bz2]": "OSError: Invalid data stream", + "tests/io/test_fsspec.py::test_json_options[gzip]": "gzip.BadGzipFile: Not a gzipped file (b'{'')", "tests/io/test_fsspec.py::test_json_options[tar]": "tarfile.ReadError: file could not be opened successfully:", "tests/io/test_fsspec.py::test_json_options[xz]": "_lzma.LZMAError: Input format not supported by decoder", "tests/io/test_fsspec.py::test_json_options[zip]": "zipfile.BadZipFile: File is not a zip file", "tests/io/test_fsspec.py::test_json_options[zstd]": "zstandard.backend_c.ZstdError: zstd decompress error: Unknown frame descriptor", "tests/io/test_fsspec.py::test_non_fsspec_options": "TODO: Add a reason for failure", + "tests/io/test_fsspec.py::test_read_csv": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='dt') are different", + "tests/io/test_fsspec.py::test_to_csv": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='dt') are different", + "tests/io/test_orc.py::test_orc_dtype_backend_pyarrow": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='string') are different", "tests/io/test_orc.py::test_orc_reader_basic": "TODO: Add a reason for failure", "tests/io/test_orc.py::test_orc_reader_date_high": "TODO: Add a reason for failure", "tests/io/test_orc.py::test_orc_reader_date_low": "TODO: Add a reason for failure", + "tests/io/test_orc.py::test_orc_reader_empty": "AssertionError: Attributes of DataFrame.iloc[:, 7] (column name='bytes1') are different", "tests/io/test_orc.py::test_orc_roundtrip_file": "TODO: Add a reason for failure", "tests/io/test_parquet.py::TestBasic::test_read_empty_array[Float64]": "TODO: Add a reason for failure", "tests/io/test_parquet.py::TestBasic::test_read_empty_array[Int64]": "TODO: Add a reason for failure", @@ -5177,6 +5580,11 @@ def pytest_unconfigure(config): "tests/io/test_sql.py::test_xsqlite_write_row_by_row": "TODO: Add a reason for failure", "tests/io/test_stata.py::TestStata::test_encoding_latin1_118": "TODO: Add a reason for failure", "tests/io/test_stata.py::TestStata::test_missing_value_generator": "TODO: Add a reason for failure", + "tests/io/test_stata.py::TestStata::test_read_empty_dta[114]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='unit') are different", + "tests/io/test_stata.py::TestStata::test_read_empty_dta[117]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='unit') are different", + "tests/io/test_stata.py::TestStata::test_read_empty_dta[118]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='unit') are different", + "tests/io/test_stata.py::TestStata::test_read_empty_dta[119]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='unit') are different", + "tests/io/test_stata.py::TestStata::test_read_empty_dta[None]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='unit') are different", "tests/io/test_stata.py::TestStata::test_utf8_writer[big-118]": "NotImplementedError: Data type str not supported.", "tests/io/test_stata.py::TestStata::test_utf8_writer[big-119]": "NotImplementedError: Data type str not supported.", "tests/io/test_stata.py::TestStata::test_utf8_writer[big-None]": "NotImplementedError: Data type str not supported.", @@ -5541,6 +5949,14 @@ def pytest_unconfigure(config): "tests/reshape/concat/test_append.py::TestAppend::test_append_different_columns_types[CategoricalIndex-MultiIndex0]": "TODO: Add a reason for failure", "tests/reshape/concat/test_append.py::TestAppend::test_append_different_columns_types[CategoricalIndex-MultiIndex1]": "TODO: Add a reason for failure", "tests/reshape/concat/test_append.py::TestAppend::test_append_different_columns_types[Index-MultiIndex2]": "TODO: Add a reason for failure", + "tests/reshape/concat/test_append.py::TestAppend::test_append_empty_frame_to_series_with_dateutil_tz": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='c') are different", + "tests/reshape/concat/test_append.py::TestAppend::test_append_empty_frame_with_timedelta64ns_nat[1-Int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/concat/test_append.py::TestAppend::test_append_empty_frame_with_timedelta64ns_nat[1-datetime64[ns]]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/concat/test_append.py::TestAppend::test_append_empty_frame_with_timedelta64ns_nat[1-int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/concat/test_append.py::TestAppend::test_append_empty_frame_with_timedelta64ns_nat[NaT-Int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/concat/test_append.py::TestAppend::test_append_empty_frame_with_timedelta64ns_nat[NaT-int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/concat/test_append.py::TestAppend::test_append_frame_with_timedelta64ns_nat[NaT-Int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/concat/test_append.py::TestAppend::test_append_frame_with_timedelta64ns_nat[NaT-int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/concat/test_append.py::TestAppend::test_append_missing_column_proper_upcast[False]": "AssertionError: assert dtype('int64') == 'f8'", "tests/reshape/concat/test_append.py::TestAppend::test_append_missing_column_proper_upcast[True]": "AssertionError: assert dtype('int64') == 'f8'", "tests/reshape/concat/test_append.py::TestAppend::test_append_overlap_raises": "Failed: DID NOT RAISE ", @@ -5553,8 +5969,13 @@ def pytest_unconfigure(config): "tests/reshape/concat/test_concat.py::TestConcatenate::test_concat_keys_specific_levels": "TODO: Add a reason for failure", "tests/reshape/concat/test_concat.py::TestConcatenate::test_concat_order": "TODO: Add a reason for failure", "tests/reshape/concat/test_concat.py::test_concat_empty_and_non_empty_frame_regression": "TODO: Add a reason for failure", + "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[None-datetime64[ns]]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[None-float64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[None-int64]": "TODO: Add a reason for failure", + "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[float64-datetime64[ns]]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[float64-int64]": "TODO: Add a reason for failure", + "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[object-datetime64[ns]]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", + "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[object-float64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='foo') are different", "tests/reshape/concat/test_concat.py::test_concat_ignore_empty_object_float[object-int64]": "TODO: Add a reason for failure", "tests/reshape/concat/test_concat.py::test_concat_with_series_and_frame_returns_rangeindex_columns": "AssertionError: DataFrame.columns are different", "tests/reshape/concat/test_datetimes.py::TestTimezoneConcat::test_concat_multiindex_with_tz": "AssertionError: DataFrame.index level [0] are different", @@ -5624,13 +6045,20 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_join.py::test_join_empty[False-cross-empty]": "TODO: Add a reason for failure", "tests/reshape/merge/test_join.py::test_join_empty[True-cross-empty]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_index_and_on_parameters_confusion": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMerge::test_join_append_timedeltas": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='d') are different", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_datetime64tz_with_dst_transition": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg2]": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg2]": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg0]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg2]": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg0]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg2]": "TODO: Add a reason for failure", @@ -5689,7 +6117,18 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats[int_vals1-float_vals1-exp_vals1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats[int_vals2-float_vals2-exp_vals2]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats_warning": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::test_merge_arrow_and_numpy_dtypes[int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::test_merge_different_index_names": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[Float32-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[Float64-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[Int16-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[Int32-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[Int64-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[Int8-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[UInt16-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[UInt32-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[UInt64-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[UInt8-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::test_merge_ea_int_and_float_numpy": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::test_merge_for_suffix_collisions[suffixes0]": "Failed: DID NOT RAISE ", "tests/reshape/merge/test_merge.py::test_merge_for_suffix_collisions[suffixes1]": "Failed: DID NOT RAISE ", @@ -5757,8 +6196,12 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_wrong_order": "TODO: Add a reason for failure", "tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_single_common_level": "TODO: Add a reason for failure", "tests/reshape/merge/test_multi.py::TestMergeMulti::test_join_multi_levels2": "AssertionError: DataFrame.index level [2] are different", + "tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False-False]": "AssertionError: DataFrame.iloc[:, 4] (column name='5th') are different", "tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False-True]": "TODO: Add a reason for failure", + "tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True-False]": "AssertionError: DataFrame.iloc[:, 4] (column name='5th') are different", "tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True-True]": "TODO: Add a reason for failure", + "tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_datetime_multi_index_empty_df[left]": "AssertionError: Attributes of DataFrame.iloc[:, 1] (column name='state') are different", + "tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_datetime_multi_index_empty_df[right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='state') are different", "tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_duplicate_names": "TODO: Add a reason for failure", "tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_multiple": "TODO: Add a reason for failure", "tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_no_overlap": "TODO: Add a reason for failure", @@ -5805,6 +6248,7 @@ def pytest_unconfigure(config): "tests/reshape/test_get_dummies.py::TestGetDummies::test_get_dummies_ea_dtype[string=string[python]-string]": "TODO: Add a reason for failure", "tests/reshape/test_get_dummies.py::TestGetDummies::test_get_dummies_int_int": "TODO: Add a reason for failure", "tests/reshape/test_melt.py::TestMelt::test_melt_ea_columns": "TODO: Add a reason for failure", + "tests/reshape/test_melt.py::TestMelt::test_melt_mixed_int_str_id_vars": "AssertionError: Attributes of DataFrame.iloc[:, 2] (column name='variable') are different", "tests/reshape/test_melt.py::TestMelt::test_multiindex": "TODO: Add a reason for failure", "tests/reshape/test_melt.py::TestMelt::test_vars_work_with_multiindex": "TODO: Add a reason for failure", "tests/reshape/test_melt.py::TestWideToLong::test_invalid_separator": "TODO: Add a reason for failure", @@ -5837,9 +6281,12 @@ def pytest_unconfigure(config): "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_not_series": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_iterator_values": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_mixed_nested_tuples": "TODO: Add a reason for failure", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_tz_in_values": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='2016-08-12 00:00:00-07:00') are different", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_categorical[False-False]": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_categorical[False-None]": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_categorical[False-True]": "TODO: Add a reason for failure", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[False-list]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('baz', 'A')') are different", + "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[True-list]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='('baz', 'A')') are different", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[False-values0]": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[True-values0]": "TODO: Add a reason for failure", "tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[ms-False]": "AssertionError: DataFrame.index are different", @@ -5854,6 +6301,7 @@ def pytest_unconfigure(config): "tests/reshape/test_pivot_multilevel.py::test_pivot_list_like_columns[input_index1-input_columns1-values-expected_values1-expected_columns1-expected_index1]": "TODO: Add a reason for failure", "tests/reshape/test_pivot_multilevel.py::test_pivot_list_like_columns[input_index3-input_columns3-values-expected_values3-expected_columns3-expected_index3]": "TODO: Add a reason for failure", "tests/reshape/test_pivot_multilevel.py::test_pivot_list_like_columns[lev4-input_columns0-values-expected_values0-expected_columns0-expected_index0]": "TODO: Add a reason for failure", + "tests/reshape/test_pivot_multilevel.py::test_pivot_table_multiindex_values_as_two_params[values-and-index]": "AssertionError: DataFrame.iloc[:, 0] (column name='1') are different", "tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical[CategoricalIndex-a5-b5-combined5]": "AssertionError: Categorical.categories are different", "tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical[Series-a5-b5-combined5]": "AssertionError: Categorical.categories are different", "tests/scalar/period/test_period.py::TestPeriodConstruction::test_construct_from_nat_string_and_freq[D]": "TODO: Add a reason for failure", @@ -5955,10 +6403,22 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_series_where[(1+1j)-complex128-False]": "assert array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j])", "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_series_where[1-complex128-False]": "assert array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j])", "tests/series/indexing/test_setitem.py::TestCoercionComplex::test_series_where[1.1-complex128-False]": "assert array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j]) is array([1.+1.j, 2.+2.j, 3.+3.j, 4.+4.j])", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[iloc-1-object-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[iloc-val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[loc-1-object-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[loc-val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[setitem-1-object-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_int_key[setitem-val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_mask_key[iloc-1-object-True]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_mask_key[loc-1-object-True]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_mask_key[setitem-1-object-True]": "Failed: DID NOT RAISE ", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_series_where[val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[iloc-1-object-True]": "AssertionError: Attributes of Series are different", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[loc-1-object-True]": "AssertionError: Attributes of Series are different", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[setitem-1-object-True]": "AssertionError: Attributes of Series are different", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_mask_key[iloc-1-object-True]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_mask_key[loc-1-object-True]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_mask_key[setitem-1-object-True]": "Failed: DID NOT RAISE ", "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-1-float32-False]": "assert array([1.1, 1. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-1.1-float32-False]": "assert array([1.1, 1.1, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-val4-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", @@ -6021,9 +6481,15 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestCoercionString::test_int_key[setitem-e-exp_dtype1-False]": "AssertionError: assert \n['a', 'e', 'c', 'd']\nLength: 4, dtype: str is \n['a', '...", "tests/series/indexing/test_setitem.py::TestCoercionString::test_series_where[e-exp_dtype1-False]": "AssertionError: assert \n['a', 'b', 'c', 'd']\nLength: 4, dtype: str is \n['a', '...", "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_index_where[1-object-True]": "AssertionError: Index are different", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[iloc-1-object-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[iloc-val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[loc-1-object-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[loc-val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[setitem-1-object-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[setitem-val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_mask_key[iloc-1-object-True]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_mask_key[loc-1-object-True]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_mask_key[setitem-1-object-True]": "Failed: DID NOT RAISE ", "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_series_where[1-object-True]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_series_where[val0-timedelta64[us]-False]": "AssertionError: assert array([ 86400000000, 172800000000, 259200000000, 345600000000],\n dtype='timedelta64[us]'...", "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_int_key[iloc-obj1-expected1]": "assert array([nan, 2., 3.]) is array([1., 2., 3.])", @@ -6040,6 +6506,42 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestSeriesNoneCoercion::test_series_where[obj3-expected3]": "AssertionError: assert \n['foo', 'bar', 'baz']\nLength: 3, dtype: str is \n['foo'...", "tests/series/indexing/test_setitem.py::TestSetitemBooleanMask::test_setitem_mask_smallint_upcast": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemCasting::test_setitem_boolean_array_into_npbool": "TODO: Add a reason for failure", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-iloc-bool_series_int_key]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-iloc-bool_series_int_key_change_all]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-loc-bool_series_int_key]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-loc-bool_series_int_key_change_all]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-setitem-bool_series_int_key]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-setitem-bool_series_int_key_change_all]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-iloc-bool_series_int_key]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-iloc-bool_series_int_key_change_all]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-loc-bool_series_int_key]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-loc-bool_series_int_key_change_all]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-setitem-bool_series_int_key]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-setitem-bool_series_int_key_change_all]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-iloc-bool_series_int_key]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-iloc-bool_series_int_key_change_all]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-iloc-bool_series_slice_key_step]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-loc-bool_series_int_key]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-loc-bool_series_int_key_change_all]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-loc-bool_series_slice_key_step]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-setitem-bool_series_int_key]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-setitem-bool_series_int_key_change_all]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[None-setitem-bool_series_slice_key_step]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-iloc-bool_series_int_key]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-iloc-bool_series_int_key_change_all]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-iloc-bool_series_slice_key_step]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-loc-bool_series_int_key]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-loc-bool_series_int_key_change_all]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-loc-bool_series_slice_key_step]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-setitem-bool_series_int_key]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-setitem-bool_series_int_key_change_all]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_mask_key[val3-setitem-bool_series_slice_key_step]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_slice_key[None-iloc-bool_series_slice_key_step]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_slice_key[None-loc-bool_series_slice_key_step]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_slice_key[None-setitem-bool_series_slice_key_step]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_slice_key[val3-iloc-bool_series_slice_key_step]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_slice_key[val3-loc-bool_series_slice_key_step]": "AssertionError: Series are different", + "tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_slice_key[val3-setitem-bool_series_slice_key_step]": "AssertionError: Series are different", "tests/series/indexing/test_setitem.py::TestSetitemDT64IntoInt::test_index_where[M8[ns]-None]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemDT64IntoInt::test_index_where[m8[ns]-None]": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::TestSetitemDT64IntoInt::test_mask_key[M8[ns]-None-iloc]": "TODO: Add a reason for failure", @@ -6132,6 +6634,8 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestSetitemWithExpansion::test_setitem_enlarge_with_na[na5-target_na5-int64-object-2-False]": "AssertionError: Attributes of Series are different", "tests/series/indexing/test_setitem.py::test_setitem_scalar_into_readonly_backing_data": "TODO: Add a reason for failure", "tests/series/indexing/test_setitem.py::test_setitem_slice_into_readonly_backing_data": "TODO: Add a reason for failure", + "tests/series/indexing/test_where.py::test_where_datetimelike_categorical['Asia/Tokyo']": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", + "tests/series/indexing/test_where.py::test_where_datetimelike_categorical['US/Eastern']": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", "tests/series/indexing/test_where.py::test_where_inplace": "assert None is 0 0.189053382\n1 NaN\n2 NaN\n3 NaN\n4 1.799707383\ndtype: float64", "tests/series/indexing/test_xs.py::TestXSWithMultiIndex::test_xs_level_series": "TODO: Add a reason for failure", "tests/series/methods/test_argsort.py::TestSeriesArgsort::test_argsort_axis": "TODO: Add a reason for failure", @@ -6350,6 +6854,7 @@ def pytest_unconfigure(config): "tests/series/methods/test_info.py::test_info_memory_usage_deep_pypy": "[XPASS(strict)] on PyPy deep=True does not change result", "tests/series/methods/test_info.py::test_info_series[False]": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_series[True]": "TODO: Add a reason for failure", + "tests/series/methods/test_info.py::test_info_show_counts_false": "assert '", + "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_error[-1-nsmallest-r4]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_error[0-nlargest-r4]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_error[0-nsmallest-r4]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_error[2-nlargest-r4]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_error[2-nsmallest-r4]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_error[5-nlargest-r4]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_error[5-nsmallest-r4]": "Failed: DID NOT RAISE ", "tests/series/methods/test_nlargest.py::TestSeriesNLargestNSmallest::test_nlargest_misc": "TODO: Add a reason for failure", "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_all_na[Int16]": "TODO: Add a reason for failure", "tests/series/methods/test_quantile.py::TestSeriesQuantile::test_quantile_all_na[Int32]": "TODO: Add a reason for failure", @@ -6445,6 +6958,7 @@ def pytest_unconfigure(config): "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[UInt64]": "assert None is 0 \n1 \ndtype: UInt64", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_Int_with_na[UInt8]": "assert None is 0 \n1 \ndtype: UInt8", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_categorical_inplace": "AssertionError: assert 0 b\n1 b\n2 c\ndtype: category\nCategories (3, str): ['a', 'b', 'c'] is 0 b\n1 ...", + "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_change_dtype_series": "AssertionError: DataFrame.iloc[:, 0] (column name='Test') are different", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_dtype[string-input_data5-to_replace5-expected_data5]": "TODO: Add a reason for failure", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_empty_copy[False]": "assert None is Series([], dtype: float64)", "tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_empty_copy[True]": "assert None is Empty DataFrame\nColumns: [0]\nIndex: []", @@ -6478,6 +6992,8 @@ def pytest_unconfigure(config): "tests/series/methods/test_truncate.py::TestTruncate::test_truncate_datetimeindex_tz": "AssertionError: Series.index are different", "tests/series/methods/test_tz_localize.py::TestTZLocalize::test_series_tz_localize_ambiguous_bool": "Failed: DID NOT RAISE ", "tests/series/methods/test_unique.py::TestUnique::test_tz_unique": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", + "tests/series/methods/test_update.py::TestUpdate::test_update_dtypes[other8-int32-expected8-True]": "Failed: DID NOT RAISE ", + "tests/series/methods/test_update.py::TestUpdate::test_update_dtypes[other9-int64-expected9-True]": "Failed: DID NOT RAISE ", "tests/series/methods/test_value_counts.py::TestSeriesValueCounts::test_value_counts_categorical_with_nan": "TODO: Add a reason for failure", "tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index0]": "TODO: Add a reason for failure", "tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index10]": "TODO: Add a reason for failure", @@ -6564,6 +7080,7 @@ def pytest_unconfigure(config): "tests/series/test_constructors.py::TestSeriesConstructors::test_categorical_sideeffects_free": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_bool_dtype_missing_values": "TODO: Add a reason for failure", + "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cant_cast_datetimelike[DatetimeIndex]": "Failed: DID NOT RAISE ", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int16]": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int32]": "TODO: Add a reason for failure", "tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int64]": "TODO: Add a reason for failure", @@ -6672,6 +7189,70 @@ def pytest_unconfigure(config): "tests/strings/test_cat.py::test_str_cat_categorical[series-category-category-None-False]": "AssertionError: Attributes of Series are different", "tests/strings/test_cat.py::test_str_cat_categorical[series-category-object--False]": "AssertionError: Attributes of Series are different", "tests/strings/test_cat.py::test_str_cat_categorical[series-category-object-None-False]": "AssertionError: Attributes of Series are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[bool-dtype-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[categorical-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[datetime-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[datetime-tz-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[float32-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[float64-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[int16-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[int32-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[int64-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[int8-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[interval-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[multi-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[nullable_bool-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[nullable_float-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[nullable_int-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[nullable_uint-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[object-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[range-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[repeats-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[string-pyarrow-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[string-python-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[string-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[tuples-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[uint16-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[uint32-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[uint64-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_dataframe_capture_groups_index[uint8-string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_expand_False_mixed_object": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_expand_True[string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_expand_True_mixed_object": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups[string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[bool-dtype-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[categorical-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[datetime-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[datetime-tz-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[float32-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[float64-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[int16-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[int32-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[int64-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[int8-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[interval-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[multi-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[nullable_bool-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[nullable_float-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[nullable_int-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[nullable_uint-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[object-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[range-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[repeats-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[string-pyarrow-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[string-python-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[string-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[tuples-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[uint16-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[uint32-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[uint64-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_capture_groups_index[uint8-string=object]": "AssertionError: DataFrame.iloc[:, 1] (column name='number') are different", + "tests/strings/test_extract.py::test_extract_expand_kwarg[string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_optional_groups[string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_series[string=object-None]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extract_series[string=object-series_name]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_extract.py::test_extractall_column_names[string=object-(?P[AB])?(?P[123])-expected_names0]": "AssertionError: DataFrame.iloc[:, 0] (column name='letter') are different", + "tests/strings/test_extract.py::test_extractall_column_names[string=object-([AB])?(?P[123])-expected_names1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=object-partition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=object-rpartition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=str[pyarrow]-partition]": "TODO: Add a reason for failure", @@ -6682,11 +7263,16 @@ def pytest_unconfigure(config): "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=string[pyarrow]-rpartition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=string[python]-partition]": "TODO: Add a reason for failure", "tests/strings/test_split_partition.py::test_partition_series_stdlib[string=string[python]-rpartition]": "TODO: Add a reason for failure", + "tests/strings/test_split_partition.py::test_split_blank_string_with_non_empty[string=object]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_split_partition.py::test_split_nan_expand[string=object]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_split_partition.py::test_split_to_dataframe_unequal_splits[string=object]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='3') are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-capitalize]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-casefold]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-cat1]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-center]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-extract0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-extract1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-extractall]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-get]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-join]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-ljust]": "AssertionError: Series are different", @@ -6694,16 +7280,21 @@ def pytest_unconfigure(config): "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-lstrip]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-normalize]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-pad]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-partition1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-partition2]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-removeprefix]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-removesuffix]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-repeat]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-replace]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-rjust]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-rpartition1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-rpartition2]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-rstrip]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice0]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice1]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice_replace0]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-slice_replace1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-split1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-strip]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-swapcase]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[pyarrow]-title]": "AssertionError: Series are different", @@ -6716,6 +7307,8 @@ def pytest_unconfigure(config): "tests/strings/test_string_array.py::test_string_array[string[python]-cat1]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-center]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-extract0]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-extract1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-extractall]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[python]-get]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-join]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-ljust]": "AssertionError: Series are different", @@ -6723,16 +7316,21 @@ def pytest_unconfigure(config): "tests/strings/test_string_array.py::test_string_array[string[python]-lstrip]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-normalize]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-pad]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-partition1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-partition2]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[python]-removeprefix]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-removesuffix]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-repeat]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-replace]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-rjust]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-rpartition1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-rpartition2]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[python]-rstrip]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-slice0]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-slice1]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-slice_replace0]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-slice_replace1]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array[string[python]-split1]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_string_array.py::test_string_array[string[python]-strip]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-swapcase]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-title]": "AssertionError: Series are different", @@ -6740,6 +7338,8 @@ def pytest_unconfigure(config): "tests/strings/test_string_array.py::test_string_array[string[python]-upper]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-wrap]": "AssertionError: Series are different", "tests/strings/test_string_array.py::test_string_array[string[python]-zfill]": "AssertionError: Series are different", + "tests/strings/test_string_array.py::test_string_array_extract[string[pyarrow]]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", + "tests/strings/test_string_array.py::test_string_array_extract[string[python]]": "AssertionError: DataFrame.iloc[:, 0] (column name='0') are different", "tests/strings/test_strings.py::test_index_str_accessor_multiindex_raises": "TODO: Add a reason for failure", "tests/strings/test_strings.py::test_split_join_roundtrip[string=str[pyarrow]]": "AssertionError: Series are different", "tests/strings/test_strings.py::test_split_join_roundtrip[string=str[python]]": "AssertionError: Series are different", From 9a78b1f0abab2ffbd3dc6e0f9aaedc04c7baf9bb Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Fri, 1 May 2026 18:22:55 +0000 Subject: [PATCH 3/3] Update xfail list again --- .../cudf/pandas/scripts/conftest-patch.py | 351 +++++++++++++----- 1 file changed, 260 insertions(+), 91 deletions(-) diff --git a/python/cudf/cudf/pandas/scripts/conftest-patch.py b/python/cudf/cudf/pandas/scripts/conftest-patch.py index 9665ff8db696..9817fb48c255 100644 --- a/python/cudf/cudf/pandas/scripts/conftest-patch.py +++ b/python/cudf/cudf/pandas/scripts/conftest-patch.py @@ -212,34 +212,50 @@ def pytest_unconfigure(config): "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['US/Eastern']": "AssertionError: numpy array are different", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[ge-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[gt-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[le-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'Asia/Tokyo'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-DataFrame-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-DataFrame-other2]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-Index-other0]": "Failed: DID NOT RAISE ", + "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-Index-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-Series-other0]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[lt-'US/Eastern'-Series-other2]": "Failed: DID NOT RAISE ", "tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_with_timezones": "AssertionError: Attributes of Series are different", @@ -372,9 +388,6 @@ def pytest_unconfigure(config): "tests/arithmetic/test_object.py::test_index_ops_defer_to_unknown_subclasses[timedelta]": "TODO: Add a reason for failure", "tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period": "TODO: Add a reason for failure", "tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat": "TODO: Add a reason for failure", - "tests/arithmetic/test_string.py::test_add[string=object]": "[XPASS(strict)] Need to update expected for numpy object dtype", - "tests/arithmetic/test_string.py::test_add_2d[string=str[pyarrow]]": "[XPASS(strict)] Failed: DID NOT RAISE ", - "tests/arithmetic/test_string.py::test_add_2d[string=string[pyarrow]]": "[XPASS(strict)] Failed: DID NOT RAISE ", "tests/arithmetic/test_string.py::test_comparison_methods_array[eq-string=object-string=string[python]]": "AssertionError: numpy array are different", "tests/arithmetic/test_string.py::test_comparison_methods_array[eq-string=string[python]-string=object]": "AssertionError: right is not an ExtensionArray", "tests/arithmetic/test_string.py::test_comparison_methods_array[ge-string=object-string=string[python]]": "AssertionError: numpy array are different", @@ -989,8 +1002,6 @@ def pytest_unconfigure(config): "tests/copy_view/test_interp_fillna.py::test_fillna_inplace_ea_noop_shares_memory[uint64[pyarrow]]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_fillna_inplace_ea_noop_shares_memory[uint8[pyarrow]]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_fillna_inplace_reference": "TODO: Add a reason for failure", - "tests/copy_view/test_interp_fillna.py::test_fillna_series_empty_arg": "TODO: Add a reason for failure", - "tests/copy_view/test_interp_fillna.py::test_fillna_series_empty_arg_inplace": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_interp_fill_functions[bfill]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_interp_fill_functions[ffill]": "TODO: Add a reason for failure", "tests/copy_view/test_interp_fillna.py::test_interpolate_chained_assignment[bfill]": "TODO: Add a reason for failure", @@ -1141,6 +1152,7 @@ def pytest_unconfigure(config): "tests/copy_view/test_methods.py::test_transpose": "AssertionError: assert False", "tests/copy_view/test_methods.py::test_truncate[kwargs0]": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_truncate[kwargs1]": "TODO: Add a reason for failure", + "tests/copy_view/test_methods.py::test_tz_convert_localize[tz_convert-Europe/Berlin]": "assert False", "tests/copy_view/test_methods.py::test_tz_convert_localize[tz_localize-None]": "assert False", "tests/copy_view/test_methods.py::test_update_chained_assignment": "TODO: Add a reason for failure", "tests/copy_view/test_methods.py::test_update_frame": "TODO: Add a reason for failure", @@ -1263,14 +1275,6 @@ def pytest_unconfigure(config): "tests/extension/json/test_json.py::TestJSONArray::test_astype_string[string[pyarrow]]": "TODO: Add a reason for failure", "tests/extension/json/test_json.py::TestJSONArray::test_astype_string[string[python]]": "TODO: Add a reason for failure", "tests/extension/json/test_json.py::TestJSONArray::test_concat_mixed_dtypes": "TODO: Add a reason for failure", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-c-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-c-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-python-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[ns]-False-python-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-c-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-c-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-python-_NoDefault.no_default]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", - "tests/extension/test_arrow.py::TestArrowArray::test_EA_types[timestamp[us]-False-python-pyarrow]": "[XPASS(strict)] https://github.com/pandas-dev/pandas/issues/49767", "tests/extension/test_arrow.py::TestArrowArray::test_accumulate_series[bool-cummax-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_accumulate_series[bool-cummax-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_accumulate_series[bool-cummin-False]": "TODO: Add a reason for failure", @@ -1355,7 +1359,19 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[time32[s]]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[time64[ns]]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[time64[us]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ms, tz=US/Eastern]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ms, tz=US/Pacific]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ms, tz=UTC]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ns, tz=US/Eastern]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ns, tz=US/Pacific]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ns, tz=UTC]]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[ns]]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[s, tz=US/Eastern]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[s, tz=US/Pacific]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[s, tz=UTC]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[us, tz=US/Eastern]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[us, tz=US/Pacific]]": "AssertionError: Attributes of Series are different", + "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[us, tz=UTC]]": "AssertionError: Attributes of Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_astype_str[timestamp[us]]": "AssertionError: Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_astype_string[timestamp[ns]-string[pyarrow]]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_astype_string[timestamp[ns]-string[python]]": "TODO: Add a reason for failure", @@ -1389,6 +1405,7 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_groupby_agg_extension[decimal128(7, 3)]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_groupby_agg_extension[string]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[bool]": "AssertionError: ndarray Expected type , found instead", + "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[decimal128(7, 3)]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[double]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[duration[ms]]": "AssertionError: ndarray Expected type , found instead", "tests/extension/test_arrow.py::TestArrowArray::test_grouping_grouper[duration[ns]]": "AssertionError: ndarray Expected type , found instead", @@ -1448,8 +1465,6 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[uint32-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[uint64-skew-True]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_frame[uint8-skew-True]": "TODO: Add a reason for failure", - "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[string-all-False]": "[XPASS(strict)] all is not implemented in pyarrow=23.0.1 for string", - "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[string-any-False]": "[XPASS(strict)] any is not implemented in pyarrow=23.0.1 for string", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[timestamp[ms]-any-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[timestamp[ns]-any-False]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::TestArrowArray::test_reduce_series_boolean[timestamp[s]-any-False]": "TODO: Add a reason for failure", @@ -1484,6 +1499,12 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-null_slice]": "AssertionError: Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_setitem_series[string-range]": "AssertionError: Series are different", "tests/extension/test_arrow.py::TestArrowArray::test_setitem_with_expansion_row[string]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='data') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[decimal128(7, 3)-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[decimal128(7, 3)-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[decimal128(7, 3)-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[decimal128(7, 3)-series-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[decimal128(7, 3)-series-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='B') are different", + "tests/extension/test_arrow.py::TestArrowArray::test_unstack[decimal128(7, 3)-series-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-frame-index1]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-frame-index2]": "AssertionError: DataFrame.iloc[:, 1] (column name='('A', 'B')') are different", "tests/extension/test_arrow.py::TestArrowArray::test_unstack[string-frame-index3]": "AssertionError: DataFrame.iloc[:, 0] (column name='('A', 'A')') are different", @@ -1570,10 +1591,36 @@ def pytest_unconfigure(config): "tests/extension/test_arrow.py::test_quantile[bool-quantile1-lower]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[bool-quantile1-midpoint]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[bool-quantile1-nearest]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_quantile[timestamp[ms, tz=US/Eastern]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[ms, tz=US/Eastern]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[ms, tz=US/Eastern]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[ms, tz=US/Pacific]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[ms, tz=US/Pacific]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[ms, tz=US/Pacific]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Eastern]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001024-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:0...", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Eastern]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001024-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:0...", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Eastern]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:01:0...", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Eastern]-quantile1-nearest]": "AssertionError: Series are different", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Pacific]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001024-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:0...", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Pacific]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001024-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:0...", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Pacific]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:01:0...", + "tests/extension/test_arrow.py::test_quantile[timestamp[ns, tz=US/Pacific]-quantile1-nearest]": "AssertionError: Series are different", "tests/extension/test_arrow.py::test_quantile[timestamp[ns]-0.5-higher]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[timestamp[ns]-0.5-lower]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[timestamp[ns]-quantile1-higher]": "TODO: Add a reason for failure", "tests/extension/test_arrow.py::test_quantile[timestamp[ns]-quantile1-lower]": "TODO: Add a reason for failure", + "tests/extension/test_arrow.py::test_quantile[timestamp[s, tz=US/Eastern]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[s, tz=US/Eastern]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[s, tz=US/Eastern]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0500', tz='US/Eastern') == Timestamp('2020-01-01 06:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[s, tz=US/Pacific]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[s, tz=US/Pacific]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[s, tz=US/Pacific]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01-0800', tz='US/Pacific') == Timestamp('2020-01-01 09:01:01')", + "tests/extension/test_arrow.py::test_quantile[timestamp[us, tz=US/Eastern]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0500', tz='US/Eastern') == datetime.datetime(2020, 1, 1,...", + "tests/extension/test_arrow.py::test_quantile[timestamp[us, tz=US/Eastern]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0500', tz='US/Eastern') == datetime.datetime(2020, 1, 1,...", + "tests/extension/test_arrow.py::test_quantile[timestamp[us, tz=US/Eastern]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0500', tz='US/Eastern') == datetime.datetime(2020, 1, 1,...", + "tests/extension/test_arrow.py::test_quantile[timestamp[us, tz=US/Pacific]-0.5-linear]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0800', tz='US/Pacific') == datetime.datetime(2020, 1, 1,...", + "tests/extension/test_arrow.py::test_quantile[timestamp[us, tz=US/Pacific]-0.5-midpoint]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0800', tz='US/Pacific') == datetime.datetime(2020, 1, 1,...", + "tests/extension/test_arrow.py::test_quantile[timestamp[us, tz=US/Pacific]-0.5-nearest]": "AssertionError: assert Timestamp('2020-01-01 01:01:01.000001-0800', tz='US/Pacific') == datetime.datetime(2020, 1, 1,...", "tests/extension/test_arrow.py::test_quantile_temporal[pa_type10]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.000001') == Timestamp('1969-12-31 16:00:00.000001-0800', tz='US...", "tests/extension/test_arrow.py::test_quantile_temporal[pa_type11]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.000001') == Timestamp('1969-12-31 19:00:00.000001-0500', tz='US...", "tests/extension/test_arrow.py::test_quantile_temporal[pa_type14]": "AssertionError: assert Timestamp('1970-01-01 00:00:00.000000001') == Timestamp('1969-12-31 16:00:00.000000001-0800', ...", @@ -2164,6 +2211,7 @@ def pytest_unconfigure(config): "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_mixed[int]": "assert None is a b\n0 -1 4.0\n1 -1 3.0\n2 3 -1.0\n3 4 -1.0", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_bug_transposition": "TODO: Add a reason for failure", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_dataframe_col_match": "TODO: Add a reason for failure", + "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_datetimelike_noop[datetime64[ns, Asia/Tokyo]]": "Failed: DID NOT RAISE ", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_datetimelike_noop[timedelta64[ns]]": "TODO: Add a reason for failure", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_empty_df_and_empty_cond_having_non_bool_dtypes": "assert np.False_", "tests/frame/indexing/test_where.py::TestDataFrameIndexingWhere::test_where_ndframe_align": "TODO: Add a reason for failure", @@ -2194,8 +2242,6 @@ def pytest_unconfigure(config): "tests/frame/indexing/test_where.py::test_where_nullable_invalid_na[Series-UInt8]": "TODO: Add a reason for failure", "tests/frame/indexing/test_xs.py::TestXSWithMultiIndex::test_xs_droplevel_false_view": "TODO: Add a reason for failure", "tests/frame/indexing/test_xs.py::TestXSWithMultiIndex::test_xs_integer_key": "TODO: Add a reason for failure", - "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_resample_set_correct_freq[DataFrame]": "TODO: Add a reason for failure", - "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_resample_set_correct_freq[Series]": "TODO: Add a reason for failure", "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_with_date_object_index[DataFrame]": "AssertionError: DataFrame.index are different", "tests/frame/methods/test_asfreq.py::TestAsFreq::test_asfreq_with_date_object_index[Series]": "AssertionError: Series.index are different", "tests/frame/methods/test_astype.py::TestAstype::test_astype_arg_for_errors_dictlist": "TODO: Add a reason for failure", @@ -2232,6 +2278,9 @@ def pytest_unconfigure(config): "tests/frame/methods/test_diff.py::TestDataFrameDiff::test_diff_all_int_dtype[int16]": "TODO: Add a reason for failure", "tests/frame/methods/test_diff.py::TestDataFrameDiff::test_diff_all_int_dtype[int8]": "TODO: Add a reason for failure", "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop": "TODO: Add a reason for failure", + "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop_multiindex_not_lexsorted[False]": "AssertionError: assert not True", + "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop_multiindex_not_lexsorted[True]": "AssertionError: assert not True", + "tests/frame/methods/test_drop.py::TestDataFrameDrop::test_drop_raise_with_both_axis_and_index": "Failed: DID NOT RAISE ", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_drop_and_dropna_caching": "TODO: Add a reason for failure", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_dropna": "TODO: Add a reason for failure", "tests/frame/methods/test_dropna.py::TestDataFrameMissingData::test_dropna_multiple_axes": "TODO: Add a reason for failure", @@ -2312,6 +2361,8 @@ def pytest_unconfigure(config): "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_all_na[Int64-Series]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[Float64-DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[Int64-DataFrame]": "TODO: Add a reason for failure", + "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[datetime64[us, US/Pacific]-DataFrame]": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", + "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[datetime64[us, US/Pacific]-Series]": "AssertionError: assert Timestamp('2016-01-05 08:00:00') == Timestamp('2016-01-05 00:00:00-0800', tz='US/Pacific')", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_scalar[timedelta64[us]-DataFrame]": "AttributeError: 'DataFrame' object has no attribute 'dtype'. Did you mean: 'dtypes'?", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_with_na[Float64-DataFrame]": "TODO: Add a reason for failure", "tests/frame/methods/test_quantile.py::TestQuantileExtensionDtype::test_quantile_ea_with_na[Float64-Series]": "TODO: Add a reason for failure", @@ -2459,12 +2510,6 @@ def pytest_unconfigure(config): "tests/frame/methods/test_set_index.py::TestSetIndex::test_set_index_pass_single_array[True-False-None-Index]": "TODO: Add a reason for failure", "tests/frame/methods/test_set_index.py::TestSetIndexCustomLabelType::test_set_index_custom_label_hashable_iterable": "TODO: Add a reason for failure", "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_bool": "TODO: Add a reason for failure", - "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst[DataFrame]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", - "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst[Series]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", - "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame--10]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", - "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame--20]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", - "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame-10]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", - "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dst_beyond[DataFrame-20]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dt64values_axis1_invalid_fill[datetime64[us]-False]": "AssertionError: assert 1 == 2", "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dt64values_axis1_invalid_fill[timedelta64[us]-False]": "AssertionError: assert 1 == 2", "tests/frame/methods/test_shift.py::TestDataFrameShift::test_shift_dt64values_int_fill_deprecated": "TODO: Add a reason for failure", @@ -2485,8 +2530,6 @@ def pytest_unconfigure(config): "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_na_quoting": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_quoting": "TODO: Add a reason for failure", "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_single_level_multi_index": "TODO: Add a reason for failure", - "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle[2015-03-29-2015-03-30]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", - "tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle[2015-10-25-2015-10-26]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/frame/methods/test_to_dict.py::TestDataFrameToDict::test_to_dict_index_false_error[series]": "TODO: Add a reason for failure", "tests/frame/methods/test_to_dict.py::TestDataFrameToDict::test_to_dict_orient_dtype[data1-Timestamp]": "TODO: Add a reason for failure", "tests/frame/methods/test_to_dict.py::TestDataFrameToDict::test_to_dict_scalar_constructor_orient_dtype[data4-Timestamp]": "TODO: Add a reason for failure", @@ -2496,10 +2539,7 @@ def pytest_unconfigure(config): "tests/frame/methods/test_to_records.py::TestDataFrameToRecords::test_to_records_dt64tz_column": "TODO: Add a reason for failure", "tests/frame/methods/test_to_timestamp.py::TestToTimestamp::test_to_timestamp_columns": "AssertionError: Index are different", "tests/frame/methods/test_transpose.py::TestTranspose::test_transpose_get_view_dt64tzget_view": "assert 3 == 1", - "tests/frame/methods/test_transpose.py::TestTranspose::test_transpose_preserves_dtindex_equality_with_dst[America/New_York]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency 4h", "tests/frame/methods/test_truncate.py::TestDataFrameTruncate::test_truncate_multiindex[DataFrame]": "TODO: Add a reason for failure", - "tests/frame/methods/test_tz_convert.py::TestTZConvert::test_tz_convert_copy_inplace_mutate[DataFrame]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", - "tests/frame/methods/test_tz_convert.py::TestTZConvert::test_tz_convert_copy_inplace_mutate[Series]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_false[NAType]": "AssertionError: Series.index level [0] are different", "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_false[NoneType]": "TODO: Add a reason for failure", "tests/frame/methods/test_value_counts.py::test_data_frame_value_counts_dropna_false[float0]": "AssertionError: Series.index level [0] are different", @@ -2926,9 +2966,7 @@ def pytest_unconfigure(config): "tests/frame/test_logical_ops.py::TestDataFrameLogicalOperators::test_logical_with_nas": "TODO: Add a reason for failure", "tests/frame/test_npfuncs.py::TestAsArray::test_np_sqrt": "TODO: Add a reason for failure", "tests/frame/test_npfuncs.py::TestAsArray::test_sum_axis_behavior": "assert np.float64(0.5984297567394846) == np.float64(0.5984297567394847)", - "tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_index_query_with_NaT_duplicates": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", "tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_numexpr_with_min_and_max_columns": "TODO: Add a reason for failure", - "tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_index_query_with_NaT_duplicates": "ValueError: Inferred frequency None from passed values does not conform to passed frequency D", "tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_numexpr_with_min_and_max_columns": "TODO: Add a reason for failure", "tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_multiindex_get_index_resolvers": "TODO: Add a reason for failure", "tests/frame/test_reductions.py::TestDataFrameAnalytics::test_axis_1_empty[kurt-index0]": "TypeError: Cannot perform reduction 'kurt' with string dtype", @@ -2977,7 +3015,6 @@ def pytest_unconfigure(config): "tests/frame/test_reductions.py::TestDataFrameAnalytics::test_axis_1_empty[var-index3]": "TypeError: Cannot perform reduction 'var' with string dtype", "tests/frame/test_reductions.py::TestDataFrameAnalytics::test_idxmax_idxmin_convert_dtypes[idxmax-expected_value0]": "TODO: Add a reason for failure", "tests/frame/test_reductions.py::TestDataFrameAnalytics::test_idxmax_idxmin_convert_dtypes[idxmin-expected_value1]": "TODO: Add a reason for failure", - "tests/frame/test_reductions.py::TestDataFrameAnalytics::test_median": "AssertionError: Attributes of Series are different", "tests/frame/test_reductions.py::TestDataFrameAnalytics::test_mode_dropna[False-expected1]": "AssertionError: DataFrame.iloc[:, 4] (column name='E') are different", "tests/frame/test_reductions.py::TestDataFrameAnalytics::test_mode_dropna[False-expected3]": "AssertionError: DataFrame.iloc[:, 3] (column name='K') are different", "tests/frame/test_reductions.py::TestDataFrameReductions::test_min_max_dt64_api_consistency_empty_df": "TODO: Add a reason for failure", @@ -3071,10 +3108,9 @@ def pytest_unconfigure(config): "tests/frame/test_subclass.py::test_constructor_with_metadata_from_records": "TODO: Add a reason for failure", "tests/frame/test_ufunc.py::test_alignment_deprecation_enforced": "TODO: Add a reason for failure", "tests/frame/test_ufunc.py::test_binary_input_aligns_index[int64]": "TODO: Add a reason for failure", - "tests/frame/test_ufunc.py::test_unary_binary[Int64]": "[XPASS(strict)] Extension / mixed with multiple outputs not implemented.", - "tests/frame/test_ufunc.py::test_unary_binary[dtype2]": "[XPASS(strict)] Extension / mixed with multiple outputs not implemented.", "tests/frame/test_unary.py::TestDataFrameUnaryOperators::test_pos_object_raises": "Failed: DID NOT RAISE ", "tests/frame/test_unary.py::TestDataFrameUnaryOperators::test_pos_raises": "Failed: DID NOT RAISE ", + "tests/generic/test_finalize.py::test_finalize_called[to_period]": "ValueError: You must pass a freq argument as current index has none.", "tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation_indiv": "TODO: Add a reason for failure", "tests/generic/test_generic.py::TestGeneric::test_stdlib_copy_shallow_copies[DataFrame]": "assert False", "tests/generic/test_generic.py::TestGeneric::test_stdlib_copy_shallow_copies[Series]": "assert False", @@ -3482,6 +3518,7 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby.py::test_dont_clobber_name_column": "AssertionError: DataFrame are different", "tests/groupby/test_groupby.py::test_group_name_available_in_inference_pass": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_group_on_two_row_multiindex_returns_one_tuple_key": "TODO: Add a reason for failure", + "tests/groupby/test_groupby.py::test_groupby_agg_ohlc_non_first": "AssertionError: (, None)", "tests/groupby/test_groupby.py::test_groupby_all_nan_groups_drop": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_column_index_name_lost[shift]": "TODO: Add a reason for failure", "tests/groupby/test_groupby.py::test_groupby_column_index_name_lost[sum]": "TODO: Add a reason for failure", @@ -3609,25 +3646,15 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby_dropna.py::test_groupby_apply_with_dropna_for_multi_index[dropna_true_no_nan]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_groupby_nan_included": "AssertionError: numpy array are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-None-True]": "AssertionError: Series.index are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-object-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-Decimal-Decimal-object-True]": "AssertionError: Series.index are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-object-False]": "AssertionError: DataFrame.index are different", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-NoneType-object-True]": "AssertionError: Series.index are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-float0-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-float0-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-float1-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-NoneType-float1-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float0-NoneType-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float0-NoneType-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float1-NoneType-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[False-float1-NoneType-None-True]": "AssertionError: Series are different", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-object-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-Decimal-Decimal-object-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-NoneType-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-NoneType-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-NoneType-NoneType-object-False]": "AssertionError: DataFrame.index are different", @@ -3639,7 +3666,6 @@ def pytest_unconfigure(config): "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-float0-NoneType-None-False]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-float0-NoneType-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-float1-NoneType-None-False]": "TODO: Add a reason for failure", - "tests/groupby/test_groupby_dropna.py::test_null_is_null_for_dtype[True-float1-NoneType-None-True]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_metadata": "TODO: Add a reason for failure", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[all-obj0]": "TODO: Add a reason for failure", "tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[any-obj0]": "TODO: Add a reason for failure", @@ -4118,6 +4144,16 @@ def pytest_unconfigure(config): "tests/indexes/categorical/test_indexing.py::TestContains::test_contains_na_dtype[False]": "TODO: Add a reason for failure", "tests/indexes/categorical/test_indexing.py::TestContains::test_contains_nan": "TODO: Add a reason for failure", "tests/indexes/categorical/test_indexing.py::TestWhere::test_where_non_categories": "TODO: Add a reason for failure", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[-2h]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[-3D]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[-3s]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[2h]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[2min]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[3D]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[D]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[h]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[min]": "AssertionError: assert == None", + "tests/indexes/datetimelike_/test_drop_duplicates.py::TestDropDuplicatesDatetimeIndex::test_drop_duplicates_metadata[s]": "AssertionError: assert == None", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values[DatetimeIndex]": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values[TimedeltaIndex]": "TODO: Add a reason for failure", "tests/indexes/datetimelike_/test_sort_values.py::TestSortValues::test_sort_values_with_freq_periodindex2[idx1]": "TODO: Add a reason for failure", @@ -4153,6 +4189,9 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_int[ns]": "TypeError: unsupported operand type(s) for *: 'int' and 'DateOffset'", "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_int[s]": "TypeError: unsupported operand type(s) for *: 'int' and 'DateOffset'", "tests/indexes/datetimes/methods/test_shift.py::TestDatetimeIndexShift::test_dti_shift_int[us]": "TypeError: unsupported operand type(s) for *: 'int' and 'DateOffset'", + "tests/indexes/datetimes/methods/test_to_period.py::TestToPeriod::test_to_period_tz[US/Eastern]": "TypeError: Argument 'freq' has incorrect type (expected str, got DateOffset)", + "tests/indexes/datetimes/methods/test_to_period.py::TestToPeriod::test_to_period_tz_utc_offset_consistency[Etc/GMT+1]": "TypeError: Argument 'freq' has incorrect type (expected str, got DateOffset)", + "tests/indexes/datetimes/methods/test_to_period.py::TestToPeriod::test_to_period_tz_utc_offset_consistency[Etc/GMT-1]": "TypeError: Argument 'freq' has incorrect type (expected str, got DateOffset)", "tests/indexes/datetimes/methods/test_tz_convert.py::TestTZConvert::test_dti_tz_convert_dst": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/indexes/datetimes/methods/test_tz_convert.py::TestTZConvert::test_tz_convert_nat": "TypeError: Cannot convert tz-naive timestamps, use tz_localize to localize", "tests/indexes/datetimes/methods/test_tz_localize.py::TestTZLocalize::test_dti_tz_localize[]": "Failed: DID NOT RAISE ", @@ -4179,6 +4218,11 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/test_date_range.py::TestDateRangeNonTickFreq::test_date_range_freqstr_matches_offset[W-SUN-offset2]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_ambiguous_endpoint[Europe/London]": "Failed: DID NOT RAISE ", "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_ambiguous_endpoint[dateutil/Europe/London]": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_nonexistent_endpoint[US/Pacific-option4-2019-03-10 03:00]": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_nonexistent_endpoint[US/Pacific-shift_backward-2019-03-10 01:00]": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_nonexistent_endpoint[US/Pacific-shift_forward-2019-03-10 03:00]": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_nonexistent_endpoint[dateutil/US/Pacific-shift_backward-2019-03-10 01:00]": "Failed: DID NOT RAISE ", + "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_nonexistent_endpoint[dateutil/US/Pacific-shift_forward-2019-03-10 03:00]": "Failed: DID NOT RAISE ", "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_with_fixed_tz": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_date_range.py::TestDateRangeTZ::test_date_range_with_fixedoffset_noname": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_over_dst[ms]": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", @@ -4211,9 +4255,7 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series[us]": "AssertionError: assert '0 2011-01..., US/Eastern]' == '0 2011-01-..., US/Eastern]'", "tests/indexes/datetimes/test_indexing.py::TestGetItem::test_getitem[Asia/Tokyo]": "AssertionError: assert None == ", "tests/indexes/datetimes/test_indexing.py::TestGetItem::test_getitem[None]": "TODO: Add a reason for failure", - "tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[Asia/Tokyo]": "AssertionError: assert is None", - "tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[None]": "TODO: Add a reason for failure", - "tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[US/Eastern]": "AssertionError: assert is None", + "tests/indexes/datetimes/test_indexing.py::TestTake::test_dti_take_dont_lose_meta[US/Eastern]": "AssertionError: assert None == ", "tests/indexes/datetimes/test_indexing.py::TestTake::test_take[Asia/Tokyo]": "AssertionError: assert == ", "tests/indexes/datetimes/test_indexing.py::TestTake::test_take[None]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_indexing.py::TestWhere::test_where_invalid_dtypes": "TODO: Add a reason for failure", @@ -4236,6 +4278,8 @@ def pytest_unconfigure(config): "tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_minutely": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_dataframe": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_return_type_doesnt_depend_on_monotonicity": "TODO: Add a reason for failure", + "tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_time2[datetime64[ns, CET]]": "AssertionError: numpy array are different", + "tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_time2[datetime64[ns, EST]]": "AssertionError: numpy array are different", "tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_week": "assert [52, 52, 1] == [52, 1, 1]", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq[False]": "TODO: Add a reason for failure", "tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq[None]": "TODO: Add a reason for failure", @@ -4306,6 +4350,7 @@ def pytest_unconfigure(config): "tests/indexes/interval/test_constructors.py::test_ea_dtype[float64[pyarrow]]": "https://github.com/pandas-dev/pandas/issues/64297", "tests/indexes/interval/test_indexing.py::TestGetIndexer::test_get_indexer_categorical_with_nans": "TODO: Add a reason for failure", "tests/indexes/interval/test_indexing.py::TestGetIndexer::test_get_indexer_datetime": "TODO: Add a reason for failure", + "tests/indexes/interval/test_indexing.py::TestGetLoc::test_get_loc_datetimelike_nonoverlapping[datetime64[us, US/Eastern]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", "tests/indexes/interval/test_indexing.py::TestPutmask::test_putmask_dt64[US/Pacific]": "TypeError: Cannot interpret 'datetime64[us, US/Pacific]' as a data type", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_comparison": "TODO: Add a reason for failure", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[both]": "TODO: Add a reason for failure", @@ -4317,6 +4362,13 @@ def pytest_unconfigure(config): "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks4]": "TODO: Add a reason for failure", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks4]": "TODO: Add a reason for failure", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks4]": "TODO: Add a reason for failure", + "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8[datetime64[us, US/Eastern]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", + "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-datetime64[us, US/Eastern]-datetime64[us]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", + "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-datetime64[us, US/Eastern]-timedelta64[us]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", + "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-datetime64[us, US/Eastern]-datetime64[us]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", + "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-datetime64[us, US/Eastern]-timedelta64[us]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", + "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-datetime64[us]-datetime64[us, US/Eastern]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", + "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-timedelta64[us]-datetime64[us, US/Eastern]]": "TypeError: Cannot interpret 'datetime64[us, US/Eastern]' as a data type", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[both]": "TODO: Add a reason for failure", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[left]": "TODO: Add a reason for failure", "tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[neither]": "TODO: Add a reason for failure", @@ -4475,7 +4527,6 @@ def pytest_unconfigure(config): "tests/indexes/period/test_join.py::TestJoin::test_join_self[outer]": "TODO: Add a reason for failure", "tests/indexes/period/test_join.py::TestJoin::test_join_self[right]": "TODO: Add a reason for failure", "tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_outofbounds[date_range]": "AssertionError: (, None)", - "tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[W-W]": "TODO: Add a reason for failure", "tests/indexes/ranges/test_indexing.py::TestGetIndexer::test_get_indexer_limit": "AssertionError: numpy array are different", "tests/indexes/ranges/test_indexing.py::TestGetIndexer::test_get_indexer_missing_value_casting_string_dtype": "AssertionError: numpy array are different", "tests/indexes/ranges/test_join.py::TestJoin::test_join_self[inner]": "TODO: Add a reason for failure", @@ -4733,7 +4784,6 @@ def pytest_unconfigure(config): "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-exp]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-expm1]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-log10]": "AssertionError: Index are different", - "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-log2]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-rad2deg]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-sin]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_float-sinh]": "AssertionError: Index are different", @@ -4746,9 +4796,7 @@ def pytest_unconfigure(config): "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-arctanh]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-cos]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-cosh]": "AssertionError: Index are different", - "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-expm1]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-log10]": "AssertionError: Index are different", - "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-log1p]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-log2]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-sin]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_int-sinh]": "AssertionError: Index are different", @@ -4765,7 +4813,6 @@ def pytest_unconfigure(config): "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-exp]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-expm1]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-log10]": "AssertionError: Index are different", - "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-log2]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-rad2deg]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-sin]": "AssertionError: Index are different", "tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[nullable_uint-sinh]": "AssertionError: Index are different", @@ -4805,8 +4852,6 @@ def pytest_unconfigure(config): "tests/indexes/test_old_base.py::TestBase::test_numpy_argsort[interval]": "TODO: Add a reason for failure", "tests/indexes/test_old_base.py::TestBase::test_numpy_argsort[multi]": "TODO: Add a reason for failure", "tests/indexes/test_old_base.py::TestBase::test_numpy_argsort[tuples]": "TODO: Add a reason for failure", - "tests/indexes/test_setops.py::TestSetOps::test_symmetric_difference[object]": "[XPASS(strict)] TODO: infer_string", - "tests/indexes/test_setops.py::TestSetOps::test_symmetric_difference[tuples]": "[XPASS(strict)] TODO: infer_string", "tests/indexes/test_setops.py::TestSetOpsUnsorted::test_difference_should_not_compare": "TODO: Add a reason for failure", "tests/indexes/test_setops.py::test_intersection_mutation_safety": "AssertionError: assert 'changed' == 'original'", "tests/indexes/test_setops.py::test_multiindex_intersection_mutation_safety": "AssertionError: assert FrozenList(['..., 'changed2']) == ['x', 'y']", @@ -4825,11 +4870,17 @@ def pytest_unconfigure(config): "tests/indexes/test_setops.py::test_setop_with_categorical[empty-None-union]": "AssertionError: Index are different", "tests/indexes/test_setops.py::test_setop_with_categorical[nullable_bool-False-union]": "TODO: Add a reason for failure", "tests/indexes/test_setops.py::test_setop_with_categorical[nullable_bool-None-union]": "TODO: Add a reason for failure", + "tests/indexes/test_setops.py::test_union_dtypes[names0-datetime64[ns, CET]-float64-object]": "AssertionError: assert datetime64[ns, CET] == 'object'", + "tests/indexes/test_setops.py::test_union_dtypes[names0-datetime64[ns, CET]-int64-object]": "AssertionError: assert datetime64[ns, CET] == 'object'", + "tests/indexes/test_setops.py::test_union_dtypes[names0-datetime64[ns, CET]-uint64-object]": "AssertionError: assert datetime64[ns, CET] == 'object'", "tests/indexes/test_setops.py::test_union_dtypes[names0-datetime64[ns]-float64-object]": "AssertionError: assert dtype('", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_setitem_str_to_small_float_conversion_type": "Failed: DID NOT RAISE ", "tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_uint64_disallow_negative": "TODO: Add a reason for failure", + "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_mask_with_datetimeindex_tz[UTC]": "ValueError: setting an array element with a sequence.", "tests/indexing/test_loc.py::TestLocBooleanMask::test_loc_setitem_ndframe_values_alignment": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocListlike::test_loc_named_index": "AssertionError: DataFrame.index are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_multiple_items_in_multiple_new_columns": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df0-row_index0-col_index0-expected_df0]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df1-row_index1-col_index1-expected_df1]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df2-row_index2-col_index2-expected_df2]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", + "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df3-row_index3-col_index3-expected_df3]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/indexing/test_loc.py::TestLocSeries::test_loc_set_series_to_multiple_columns[df4-row_index4-col_index4-expected_df4]": "AssertionError: DataFrame.iloc[:, 0] (column name='A') are different", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[np.datetime64]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_datetime_keys_cast[to_datetime64]": "TODO: Add a reason for failure", @@ -5052,7 +5116,6 @@ def pytest_unconfigure(config): "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_getitem_multilevel_index_order[index-keys6-expected6]": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_multiindex_null_slice_na_level": "TODO: Add a reason for failure", "tests/indexing/test_loc.py::TestLocWithMultiIndex::test_loc_set_nan_in_categorical_series[Float64]": "TODO: Add a reason for failure", - "tests/indexing/test_loc.py::test_loc_datetimelike_mismatched_dtypes": "ValueError: Inferred frequency None from passed values does not conform to passed frequency h", "tests/indexing/test_loc.py::test_loc_getitem_multiindex_tuple_level": "AssertionError: DataFrame Expected type , found instead", "tests/indexing/test_na_indexing.py::test_series_mask_boolean[True-list-mask0-values0-object]": "TODO: Add a reason for failure", "tests/indexing/test_na_indexing.py::test_series_mask_boolean[True-list-mask1-values0-object]": "TODO: Add a reason for failure", @@ -5062,6 +5125,10 @@ def pytest_unconfigure(config): "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame2": "TODO: Add a reason for failure", "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame3": "TODO: Add a reason for failure", "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame5": "TODO: Add a reason for failure", + "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame_empty_consistencies": "AssertionError: Attributes of DataFrame.iloc[:, 1] (column name='y') are different", + "tests/indexing/test_partial.py::TestEmptyFrameSetitemExpansion::test_partial_set_empty_frame_row": "AssertionError: Attributes of Series are different", + "tests/indexing/test_partial.py::TestPartialSetting::test_loc_with_list_of_strings_representing_datetimes[DataFrame-idx1-labels1-expected_idx1]": "AssertionError: (None, <4 * Days>)", + "tests/indexing/test_partial.py::TestPartialSetting::test_partial_setting2": "TypeError: unsupported operand type(s) for +: 'Timestamp' and 'DateOffset'", "tests/indexing/test_scalar.py::TestMultiIndexScalar::test_multiindex_at_get_one_level": "TODO: Add a reason for failure", "tests/interchange/test_impl.py::test_multi_chunk_column": "TODO: Add a reason for failure", "tests/internals/test_api.py::test_create_block_manager_from_blocks_deprecated": "TODO: Add a reason for failure", @@ -5112,6 +5179,26 @@ def pytest_unconfigure(config): "tests/io/excel/test_odswriter.py::test_cell_value_type[test string-string-string-value-test string]": "TODO: Add a reason for failure", "tests/io/excel/test_odswriter.py::test_cell_value_type[value4-date-date-value-2010-10-10T10:10:10]": "TODO: Add a reason for failure", "tests/io/excel/test_odswriter.py::test_cell_value_type[value5-date-date-value-2010-10-10]": "TODO: Add a reason for failure", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('calamine', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('calamine', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('calamine', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('calamine', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('calamine', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('odf', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('openpyxl', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('openpyxl', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[('xlrd', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[(None, '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[(None, '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestExcelFileRead::test_read_datetime_multiindex[(None, '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='(Timestamp('2020-02-29 00:00:00'), Timestamp('2020-0...", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[('calamine', '.ods')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[('calamine', '.xlsm')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[('calamine', '.xlsx')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[('odf', '.ods')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[('openpyxl', '.xlsm')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[('openpyxl', '.xlsx')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[(None, '.xlsm')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", + "tests/io/excel/test_readers.py::TestReaders::test_dtype_backend[(None, '.xlsx')-pyarrow]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='d') are different", "tests/io/excel/test_readers.py::TestReaders::test_engine_used[('calamine', '.ods')]": "TODO: Add a reason for failure", "tests/io/excel/test_readers.py::TestReaders::test_engine_used[('calamine', '.xls')]": "TODO: Add a reason for failure", "tests/io/excel/test_readers.py::TestReaders::test_engine_used[('calamine', '.xlsb')]": "TODO: Add a reason for failure", @@ -5125,6 +5212,58 @@ def pytest_unconfigure(config): "tests/io/excel/test_readers.py::TestReaders::test_engine_used[(None, '.xls')]": "TODO: Add a reason for failure", "tests/io/excel/test_readers.py::TestReaders::test_engine_used[(None, '.xlsm')]": "TODO: Add a reason for failure", "tests/io/excel/test_readers.py::TestReaders::test_engine_used[(None, '.xlsx')]": "TODO: Add a reason for failure", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('calamine', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('calamine', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('calamine', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('calamine', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('calamine', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('odf', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('openpyxl', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('openpyxl', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('pyxlsb', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[('xlrd', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[(None, '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[(None, '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[(None, '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='D') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('calamine', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('calamine', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('calamine', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('calamine', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('calamine', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('odf', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('openpyxl', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('openpyxl', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('pyxlsb', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[('xlrd', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[(None, '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[(None, '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_index_col_str[(None, '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='B') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('calamine', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('calamine', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('calamine', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('calamine', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('calamine', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('odf', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('openpyxl', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('openpyxl', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('pyxlsb', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[('xlrd', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[(None, '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[(None, '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[(None, '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='col_1') are different", + "tests/io/excel/test_readers.py::TestReaders::test_read_excel_ods_nested_xml[('odf', '.ods')-gh-36122-expected1]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='got 2nd sa') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('calamine', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('calamine', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('calamine', '.xlsb')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('calamine', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('calamine', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('odf', '.ods')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('openpyxl', '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('openpyxl', '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[('xlrd', '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[(None, '.xls')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[(None, '.xlsm')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", + "tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[(None, '.xlsx')]": "AssertionError: Attributes of DataFrame.iloc[:, 3] (column name='StrCol') are different", "tests/io/excel/test_style.py::test_format_hierarchical_rows_periodindex[False]": "AttributeError: _compute. Did you mean: 'compare'?", "tests/io/excel/test_style.py::test_format_hierarchical_rows_periodindex[True]": "AttributeError: _compute. Did you mean: 'compare'?", "tests/io/excel/test_style.py::test_format_hierarchical_rows_periodindex[columns]": "AttributeError: _compute. Did you mean: 'compare'?", @@ -5157,9 +5296,15 @@ def pytest_unconfigure(config): "tests/io/formats/style/test_style.py::test_copy[True-False-True]": "TODO: Add a reason for failure", "tests/io/formats/style/test_style.py::test_copy[True-True-False]": "TODO: Add a reason for failure", "tests/io/formats/style/test_style.py::test_copy[True-True-True]": "TODO: Add a reason for failure", + "tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.999999999]": "AssertionError: assert '2017-01-01 23:59:59.999999999' in ' A\\n0 2017-01-01 23:59:59.99999...", + "tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.99999999]": "AssertionError: assert '2017-01-01 23:59:59.99999999' in ' A\\n0 2017-01-01 23:59:59.999999...", + "tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.9999999]": "AssertionError: assert '2017-01-01 23:59:59.9999999' in ' A\\n0 2017-01-01 23:59:59.999999\\...", "tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimelike_frame": "AssertionError: assert ' ... x 2 columns]' == ' ... x 2 columns]'", "tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr": "TODO: Add a reason for failure", "tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr_max_cols": "TODO: Add a reason for failure", + "tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.999999999]": "AssertionError: assert '2017-01-01 23:59:59.999999999' in '0 2017-01-01 23:59:59.999999\\n1 2017-01-02 23:59:59.9...", + "tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.99999999]": "AssertionError: assert '2017-01-01 23:59:59.99999999' in '0 2017-01-01 23:59:59.999999\\n1 2017-01-02 23:59:59.99...", + "tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.9999999]": "AssertionError: assert '2017-01-01 23:59:59.9999999' in '0 2017-01-01 23:59:59.999999\\n1 2017-01-02 23:59:59.999...", "tests/io/formats/test_format.py::TestSeriesFormatting::test_east_asian_unicode_series": "TODO: Add a reason for failure", "tests/io/formats/test_format.py::TestSeriesFormatting::test_freq_name_separation": "AssertionError: assert 'Freq: D, Name: 0' in '2000-01-01 0.189053\n2000-01-02 -0.522748\n2000-01-03 -0.413064\\...", "tests/io/formats/test_ipython_compat.py::TestTableSchemaRepr::test_publishes": "TODO: Add a reason for failure", @@ -5171,7 +5316,6 @@ def pytest_unconfigure(config): "tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_na_rep": "TODO: Add a reason for failure", "tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_with_single_column": "TODO: Add a reason for failure", "tests/io/formats/test_to_string.py::TestDataFrameToString::test_to_string": "AssertionError: assert ' ...878547 199?!' == ' ... x 2 columns]'", - "tests/io/formats/test_to_string.py::TestDataFrameToString::test_to_string_index_with_nan": "[XPASS(strict)] fix when arrow is default", "tests/io/formats/test_to_string.py::TestDataFrameToString::test_to_string_truncate": "TODO: Add a reason for failure", "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_float_to_string[Float32]": "AssertionError: assert '0 0.0\n1...type: Float32' == '0 0.0\n1....0\n2 '", "tests/io/formats/test_to_string.py::TestSeriesToString::test_nullable_float_to_string[Float64]": "AssertionError: assert '0 0.0\n1...type: Float64' == '0 0.0\n1....0\n2 '", @@ -5225,6 +5369,7 @@ def pytest_unconfigure(config): "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx0]": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx1]": "TODO: Add a reason for failure", "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx2]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='floats') are different", + "tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_timezones_orient[vals0-idx3]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='floats') are different", "tests/io/json/test_pandas.py::TestPandasContainer::test_date_index_and_values[date-False-epoch]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_date_index_and_values[date-False-iso]": "TODO: Add a reason for failure", "tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty": "assert not True", @@ -5584,7 +5729,6 @@ def pytest_unconfigure(config): "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed_high_to_low[area-line]": "ValueError: You must pass a freq argument as current index has none.", "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed_high_to_low[line-area]": "ValueError: You must pass a freq argument as current index has none.", "tests/plotting/test_datetimelike.py::TestTSPlot::test_from_weekly_resampling": "ValueError: You must pass a freq argument as current index has none.", - "tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_hf": "ValueError: Inferred frequency None from passed values does not conform to passed frequency s", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame[D]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame[W]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame[h]": "TODO: Add a reason for failure", @@ -5596,7 +5740,13 @@ def pytest_unconfigure(config): "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq[h]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq[min]": "TODO: Add a reason for failure", "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq[s]": "TODO: Add a reason for failure", - "tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame[W]": "TODO: Add a reason for failure", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[DataFrame-idx0]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[DataFrame-idx1]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[DataFrame-idx3]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[Series-idx0]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[Series-idx1]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_pickle_fig[Series-idx3]": "_pickle.PicklingError: Can't pickle : it's not the same object as pandas.Period", + "tests/plotting/test_datetimelike.py::TestTSPlot::test_to_weekly_resampling": "AssertionError: assert == ", "tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser0]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser1]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser2]": "TODO: Add a reason for failure", @@ -5635,6 +5785,12 @@ def pytest_unconfigure(config): "tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty_nullable[boolean-var]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-False]": "TODO: Add a reason for failure", "tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-True]": "TODO: Add a reason for failure", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-index]": "AssertionError: assert Timestamp('2001-01-05 15:00:00') == Timestamp('2001-01-06 00:00:00+0900', tz='Asia/Tokyo')", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-series]": "AssertionError: assert Timestamp('2001-01-05 15:00:00') == Timestamp('2001-01-06 00:00:00+0900', tz='Asia/Tokyo')", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-index]": "AssertionError: assert Timestamp('2001-01-06 05:00:00') == Timestamp('2001-01-06 00:00:00-0500', tz='US/Eastern')", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-series]": "AssertionError: assert Timestamp('2001-01-06 05:00:00') == Timestamp('2001-01-06 00:00:00-0500', tz='US/Eastern')", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_td64_mean[index]": "AssertionError: assert Timedelta('0 days 13:05:27.272727272') is NaT", + "tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_td64_mean[series]": "AssertionError: assert Timedelta('0 days 13:05:27.272727272') is NaT", "tests/resample/test_base.py::test_first_last_skipna[Float32-False-first]": "TODO: Add a reason for failure", "tests/resample/test_base.py::test_first_last_skipna[Float32-False-last]": "TODO: Add a reason for failure", "tests/resample/test_base.py::test_first_last_skipna[Float32-True-first]": "TODO: Add a reason for failure", @@ -5773,20 +5929,40 @@ def pytest_unconfigure(config): "tests/resample/test_base.py::test_resample_empty_series[sum-h-index1]": "AssertionError: Series.index are different", "tests/resample/test_base.py::test_resample_empty_series[var-D-index1]": "AssertionError: Series.index are different", "tests/resample/test_base.py::test_resample_empty_series[var-h-index1]": "AssertionError: Series.index are different", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=str[pyarrow]-0]": "AssertionError: (<20 * Seconds>, None)", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=str[pyarrow]-1]": "AssertionError: (<20 * Seconds>, None)", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=str[python]-0]": "AssertionError: (<20 * Seconds>, None)", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=str[python]-1]": "AssertionError: (<20 * Seconds>, None)", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=string[pyarrow]-0]": "AssertionError: (<20 * Seconds>, None)", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=string[pyarrow]-1]": "AssertionError: (<20 * Seconds>, None)", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=string[python]-0]": "AssertionError: (<20 * Seconds>, None)", + "tests/resample/test_base.py::test_resample_empty_sum_string[string=string[python]-1]": "AssertionError: (<20 * Seconds>, None)", "tests/resample/test_base.py::test_resample_size_empty_dataframe[D-index0]": "AssertionError: Series.index are different", "tests/resample/test_base.py::test_resample_size_empty_dataframe[h-index0]": "AssertionError: Series.index are different", - "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[ms]": "AssertionError: (, )", - "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[ns]": "AssertionError: (, )", - "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[s]": "AssertionError: (, )", - "tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly_2[us]": "AssertionError: (, )", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[ms]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[ns]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[s]": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_anchored_intraday2[us]": "TODO: Add a reason for failure", - "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[ms]": "AssertionError: (, )", - "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[ns]": "AssertionError: (, )", - "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[s]": "AssertionError: (, )", - "tests/resample/test_datetime_index.py::test_resample_dst_anchor2[us]": "AssertionError: (, )", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ms-2020-03-28-2020-03-31-24h-D-2020-03-30 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ms-2020-03-28-2020-03-31-D-24h-2020-03-30 01:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ms-2020-03-28-2020-10-27-D-24h-2020-10-27 00:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ms-2020-10-25-2020-10-27-24h-D-2020-10-26 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ms-2020-10-25-2020-10-27-D-24h-2020-10-26 23:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ns-2020-03-28-2020-03-31-24h-D-2020-03-30 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ns-2020-03-28-2020-03-31-D-24h-2020-03-30 01:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ns-2020-03-28-2020-10-27-D-24h-2020-10-27 00:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ns-2020-10-25-2020-10-27-24h-D-2020-10-26 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[ns-2020-10-25-2020-10-27-D-24h-2020-10-26 23:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[s-2020-03-28-2020-03-31-24h-D-2020-03-30 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[s-2020-03-28-2020-03-31-D-24h-2020-03-30 01:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[s-2020-03-28-2020-10-27-D-24h-2020-10-27 00:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[s-2020-10-25-2020-10-27-24h-D-2020-10-26 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[s-2020-10-25-2020-10-27-D-24h-2020-10-26 23:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[us-2020-03-28-2020-03-31-24h-D-2020-03-30 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[us-2020-03-28-2020-03-31-D-24h-2020-03-30 01:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[us-2020-03-28-2020-10-27-D-24h-2020-10-27 00:00]": "AssertionError: Series.index are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[us-2020-10-25-2020-10-27-24h-D-2020-10-26 00:00]": "AssertionError: Series are different", + "tests/resample/test_datetime_index.py::test_resample_calendar_day_with_dst[us-2020-10-25-2020-10-27-D-24h-2020-10-26 23:00]": "AssertionError: Series are different", "tests/resample/test_datetime_index.py::test_resample_empty_series_with_tz": "TODO: Add a reason for failure", "tests/resample/test_datetime_index.py::test_resample_group_info[ms]": "AssertionError: Series.index are different", "tests/resample/test_datetime_index.py::test_resample_group_info[ns]": "AssertionError: Series.index are different", @@ -5812,11 +5988,11 @@ def pytest_unconfigure(config): "tests/resample/test_datetime_index.py::test_resample_upsampling_picked_but_not_correct[us]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_evenly_divisible_with_no_extra_bins": "AssertionError: DataFrame.index are different", "tests/resample/test_period_index.py::TestPeriodIndex::test_evenly_divisible_with_no_extra_bins2": "TODO: Add a reason for failure", + "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized2": "AssertionError: (, None)", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[ms]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[ns]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[s]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized[us]": "TODO: Add a reason for failure", - "tests/resample/test_period_index.py::TestPeriodIndex::test_resample_weekly_all_na": "AssertionError: (, )", "tests/resample/test_period_index.py::TestPeriodIndex::test_with_local_timezone[tz0]": "TODO: Add a reason for failure", "tests/resample/test_period_index.py::TestPeriodIndex::test_with_local_timezone[tz1]": "TODO: Add a reason for failure", "tests/resample/test_resample_api.py::test_agg_both_mean_std_named_result[df_col_resample-agg0]": "TODO: Add a reason for failure", @@ -5858,6 +6034,7 @@ def pytest_unconfigure(config): "tests/resample/test_resample_api.py::test_resample_group_keys": "TODO: Add a reason for failure", "tests/resample/test_resample_api.py::test_transform_frame[None]": "TODO: Add a reason for failure", "tests/resample/test_resample_api.py::test_transform_frame[date]": "TODO: Add a reason for failure", + "tests/resample/test_resampler_grouper.py::test_apply_columns_multilevel": "AssertionError: (, None)", "tests/resample/test_resampler_grouper.py::test_deferred_with_groupby": "TODO: Add a reason for failure", "tests/resample/test_resampler_grouper.py::test_getitem": "AssertionError: Series.index are different", "tests/resample/test_time_grouper.py::test_aggregate_normal[count]": "TODO: Add a reason for failure", @@ -6055,6 +6232,8 @@ def pytest_unconfigure(config): "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats[int_vals1-float_vals1-exp_vals1]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats[int_vals2-float_vals2-exp_vals2]": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats_warning": "TODO: Add a reason for failure", + "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_with_intc_columns": "AssertionError: DataFrame.iloc[:, 0] (column name='a') are different", + "tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_with_uintc_columns": "AssertionError: DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::test_merge_arrow_and_numpy_dtypes[int64]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", "tests/reshape/merge/test_merge.py::test_merge_different_index_names": "TODO: Add a reason for failure", "tests/reshape/merge/test_merge.py::test_merge_ea_and_non_ea[Float32-right]": "AssertionError: Attributes of DataFrame.iloc[:, 0] (column name='a') are different", @@ -6352,11 +6531,19 @@ def pytest_unconfigure(config): "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_mask_key[setitem-1-object-True]": "Failed: DID NOT RAISE ", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64::test_series_where[val0-datetime64[ns]-False]": "AssertionError: assert array(['2011-01-01T00:00:00.000000000', '2011-01-02T00:00:00.000000000',\n '2011-01-03T0...", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[iloc-1-object-True]": "AssertionError: Attributes of Series are different", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[iloc-val0-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[iloc-val1-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[loc-1-object-True]": "AssertionError: Attributes of Series are different", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[loc-val0-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[loc-val1-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[setitem-1-object-True]": "AssertionError: Attributes of Series are different", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[setitem-val0-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[setitem-val1-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_mask_key[iloc-1-object-True]": "Failed: DID NOT RAISE ", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_mask_key[loc-1-object-True]": "Failed: DID NOT RAISE ", "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_mask_key[setitem-1-object-True]": "Failed: DID NOT RAISE ", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_series_where[val0-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", + "tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_series_where[val1-datetime64[ns, US/Eastern]-False]": "AssertionError: assert array(['2011-01-01T05:00:00.000000000', '2011-01-02T05:00:00.000000000',\\n '2011-01-03T...", "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-1-float32-False]": "assert array([1.1, 1. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-1.1-float32-False]": "assert array([1.1, 1.1, 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", "tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-val4-float32-False]": "assert array([1.1, 2. , 3.3, 4.4], dtype=float32) is array([1.1, 2.2, 3.3, 4.4], dtype=float32)", @@ -6764,6 +6951,7 @@ def pytest_unconfigure(config): "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes_pyarrow_null": "AssertionError: Attributes of Series are different", "tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes_pyarrow_to_np_nullable": "TODO: Add a reason for failure", "tests/series/methods/test_diff.py::TestSeriesDiff::test_diff_bool": "AssertionError: Attributes of Series are different", + "tests/series/methods/test_drop.py::test_drop_exception_raised[drop_labels1-0-KeyError-not found in axis]": "Failed: DID NOT RAISE ", "tests/series/methods/test_drop.py::test_drop_unique_and_non_unique_index[data1-index1-drop_labels1-rows-expected_data1-expected_index1]": "TODO: Add a reason for failure", "tests/series/methods/test_equals.py::test_equals[arr1-idx1]": "assert False", "tests/series/methods/test_equals.py::test_equals[arr2-idx2]": "assert False", @@ -6789,7 +6977,6 @@ def pytest_unconfigure(config): "tests/series/methods/test_infer_objects.py::TestInferObjects::test_copy[series]": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_memory": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_memory_usage_deep_not_pypy": "TODO: Add a reason for failure", - "tests/series/methods/test_info.py::test_info_memory_usage_deep_pypy": "[XPASS(strict)] on PyPy deep=True does not change result", "tests/series/methods/test_info.py::test_info_series[False]": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_series[True]": "TODO: Add a reason for failure", "tests/series/methods/test_info.py::test_info_show_counts_false": "assert ' == 'YS-JAN'", "tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-ns-YS-JAN-dates0]": "AssertionError: assert == 'YS-JAN'", "tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-s-YS-JAN-dates0]": "AssertionError: assert == 'YS-JAN'", @@ -7621,7 +7790,6 @@ def pytest_unconfigure(config): "tests/tseries/holiday/test_calendar.py::test_calendar_2031": "TODO: Add a reason for failure", "tests/tseries/holiday/test_federal.py::test_memorial_day": "TODO: Add a reason for failure", "tests/tseries/holiday/test_federal.py::test_no_mlk_before_1986": "TODO: Add a reason for failure", - "tests/tseries/holiday/test_holiday.py::test_list_of_list_of_offsets_raises": "AttributeError: 'Holiday' object has no attribute 'month'", "tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor[day]": "TODO: Add a reason for failure", "tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor[days]": "TODO: Add a reason for failure", "tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor[hour]": "TODO: Add a reason for failure", @@ -7663,14 +7831,14 @@ def pytest_unconfigure(config): "tests/util/test_assert_frame_equal.py::test_assert_frame_equal_extension_dtype_mismatch": "TODO: Add a reason for failure", "tests/util/test_assert_frame_equal.py::test_assert_frame_equal_nested_df_na[None]": "KeyError: 0", "tests/util/test_assert_frame_equal.py::test_assert_frame_equal_nested_df_na[nan]": "KeyError: 0", + "tests/util/test_assert_frame_equal.py::test_frame_equal_index_dtype_mismatch[True-df11-df21-DataFrame\\.index level \\[0\\] are different]": "Failed: DID NOT RAISE ", "tests/util/test_assert_index_equal.py::test_index_equal_range_categories[True-True]": "TODO: Add a reason for failure", "tests/util/test_assert_series_equal.py::test_allows_duplicate_labels": "TODO: Add a reason for failure", - "tests/util/test_assert_series_equal.py::test_assert_series_equal_check_exact_index_default[left_idx3-right_idx3]": "[XPASS(strict)] check_exact_index defaults to True", - "tests/util/test_assert_series_equal.py::test_assert_series_equal_check_exact_index_default[left_idx4-right_idx4]": "[XPASS(strict)] check_exact_index defaults to True", "tests/util/test_assert_series_equal.py::test_assert_series_equal_extension_dtype_mismatch": "TODO: Add a reason for failure", "tests/util/test_assert_series_equal.py::test_assert_series_equal_int_tol": "AssertionError: left is not an ExtensionArray", "tests/util/test_assert_series_equal.py::test_large_unequal_ints[Int64]": "Failed: DID NOT RAISE ", "tests/util/test_assert_series_equal.py::test_large_unequal_ints[int64]": "TODO: Add a reason for failure", + "tests/util/test_assert_series_equal.py::test_series_equal_index_dtype[True-s11-s21-Series\\.index level \\[0\\] are different]": "Failed: DID NOT RAISE ", "tests/util/test_assert_series_equal.py::test_series_equal_series_type": "TODO: Add a reason for failure", "tests/util/test_hashing.py::test_hash_with_tuple[data0-result_data0]": "TODO: Add a reason for failure", "tests/util/test_hashing.py::test_hash_with_tuple[data1-result_data1]": "TODO: Add a reason for failure", @@ -7753,11 +7921,12 @@ def pytest_unconfigure(config): "tests/window/test_pairwise.py::TestPairwise::test_no_flex[pairwise_frames8-1]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::TestMinMax::test_wrong_order": "Failed: DID NOT RAISE ", "tests/window/test_rolling.py::test_closed_fixed_binary_col[False-10]": "TODO: Add a reason for failure", - "tests/window/test_rolling.py::test_closed_fixed_binary_col[False-2]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::test_closed_fixed_binary_col[False-5]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::test_closed_fixed_binary_col[True-10]": "TODO: Add a reason for failure", - "tests/window/test_rolling.py::test_closed_fixed_binary_col[True-2]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::test_closed_fixed_binary_col[True-5]": "TODO: Add a reason for failure", + "tests/window/test_rolling.py::test_iter_rolling_datetime[expected0-expected_index0-1D]": "AssertionError: (, None)", + "tests/window/test_rolling.py::test_iter_rolling_datetime[expected1-expected_index1-2D]": "AssertionError: (, None)", + "tests/window/test_rolling.py::test_iter_rolling_datetime[expected2-expected_index2-3D]": "AssertionError: (, None)", "tests/window/test_rolling.py::test_rolling_non_monotonic[mean-expected1]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::test_rolling_non_monotonic[sum-expected2]": "TODO: Add a reason for failure", "tests/window/test_rolling.py::test_rolling_non_monotonic[var-expected0]": "TODO: Add a reason for failure",