/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/1 (pytest pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_not_string)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/10 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_td64_array_non_tick_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/10 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_sub_td64array)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/11 (pytest pandas/tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/11 (pytest pandas/tests/groupby/test_groupby_subclass.py::test_groupby_resample_preserves_subclass)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/12 (pytest pandas/tests/extension/test_boolean.py::TestGroupby::test_groupby_sum_mincount)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/13 (pytest pandas/tests/arrays/string_/test_string.py::test_use_inf_as_na)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/14 (pytest pandas/tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_reindex_nearest_tz)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/15 (pytest pandas/tests/groupby/test_function.py::test_groupby_sum_below_mincount_nullable_integer)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/16 (pytest pandas/tests/frame/methods/test_replace.py::TestDataFrameReplace::test_replace_no_replacement_dtypes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/17 (pytest pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_equality)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/18 (pytest pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_timedelta_range_freq_divide_end)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/18 (pytest pandas/tests/resample/test_timedelta.py::test_resample_timedelta_edge_case)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/19 (pytest pandas/tests/indexes/categorical/test_indexing.py::TestContains::test_contains_na_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/2 (pytest pandas/tests/indexing/test_scalar.py::test_at_with_tuple_index_get)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/2 (pytest pandas/tests/indexing/test_scalar.py::test_at_with_tuple_index_set)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/2 (pytest pandas/tests/indexing/test_scalar.py::test_multiindex_at_get)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/2 (pytest pandas/tests/indexing/test_scalar.py::test_multiindex_at_set)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/20 (pytest pandas/tests/series/methods/test_update.py::TestUpdate::test_update_extension_array_series)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/21 (pytest pandas/tests/arrays/string_/test_string.py::test_memory_usage)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/22 (pytest pandas/tests/indexing/test_partial.py::TestPartialSetting::test_loc_with_list_of_strings_representing_datetimes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/22 (pytest pandas/tests/indexing/test_partial.py::TestPartialSetting::test_loc_with_list_of_strings_representing_datetimes_missing_value)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/23 (pytest pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/24 (pytest pandas/tests/reshape/test_concat.py::test_duplicate_keys)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/25 (pytest pandas/tests/reshape/test_cut.py::test_cut_non_unique_labels)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/25 (pytest pandas/tests/reshape/test_cut.py::test_cut_unordered_labels)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/25 (pytest pandas/tests/reshape/test_cut.py::test_cut_unordered_with_missing_labels_raises_error)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/26 (pytest pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_str_array)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/26 (pytest pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_numeric_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/27 (pytest pandas/tests/frame/methods/test_cov_corr.py::TestDataFrameCov::test_cov_nullable_integer)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/28 (pytest pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_use_inf_as_na)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/28 (pytest pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_use_inf_as_na_outside_context)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/29 (pytest pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_array)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/29 (pytest pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/3 (pytest pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_object_array)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/3 (pytest pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_ea_dtype_with_ndarray_series)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/3 (pytest pandas/tests/frame/test_arithmetic.py::TestFrameArithmeticUnsorted::test_alignment_non_pandas)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/30 (pytest pandas/tests/window/test_base_indexer.py::test_rolling_forward_cov_corr)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/31 (pytest pandas/tests/reshape/test_cut.py::test_cut_nullable_integer)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/32 (pytest pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_pickle_after_set_freq)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/33 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/34 (pytest pandas/tests/indexes/datetimes/test_insert.py::TestInsert::test_insert_mismatched_types_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/35 (pytest pandas/tests/window/test_base_indexer.py::test_rolling_forward_skewness)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/36 (pytest pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_deprecation_negative_int)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/37 (pytest pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_list_missing_label)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/37 (pytest pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/37 (pytest pandas/tests/series/indexing/test_getitem.py::TestSeriesGetitemListLike::test_getitem_intlist_multiindex_numeric_level)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/38 (pytest pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/39 (pytest pandas/tests/series/indexing/test_getitem.py::TestSeriesGetitemListLike::test_getitem_no_matches)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/4 (pytest pandas/tests/series/methods/test_to_period.py::TestToPeriod::test_to_period_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/4 (pytest pandas/tests/series/methods/test_to_timestamp.py::TestToTimestamp::test_to_timestamp_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/40 (pytest pandas/tests/window/test_base_indexer.py::test_rolling_forward_window)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/41 (pytest pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection_empty)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/41 (pytest pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_intersection_bug)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/41 (pytest pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_intersection_bug)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/42 (pytest pandas/tests/series/indexing/test_getitem.py::TestSeriesGetitemListLike::test_getitem_intlist_intervalindex_non_int)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/42 (pytest pandas/tests/series/indexing/test_indexing.py::test_getitem_out_of_bounds)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/43 (pytest pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_non_list_record_path_errors)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/44 (pytest pandas/tests/indexes/datetimes/test_timezones.py::test_tz_localize_invalidates_freq)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/45 (pytest pandas/tests/arrays/test_integer.py::test_array_setitem_nullable_boolean_mask)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/46 (pytest pandas/tests/indexing/test_scalar.py::TestScalar2::test_frame_at_with_duplicate_axes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/47 (pytest pandas/tests/indexes/datetimes/test_misc.py::test_isocalendar_returns_correct_values_close_to_new_year_with_tz)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/48 (pytest pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_min_max_only_nan)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/49 (pytest pandas/tests/indexes/datetimes/test_to_period.py::TestToPeriod::test_to_period_infer)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/5 (pytest pandas/tests/indexes/multi/test_join.py::test_join_multi_return_indexers)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/50 (pytest pandas/tests/test_strings.py::test_cat_different_classes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/51 (pytest pandas/tests/series/methods/test_replace.py::TestSeriesReplace::test_replace_with_dictlike_and_string_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/52 (pytest pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_weights)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/53 (pytest pandas/tests/arrays/interval/test_interval.py::TestSetitem::test_set_na)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/53 (pytest pandas/tests/series/methods/test_convert_dtypes.py::TestSeriesConvertDtypes::test_convert_dtypes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/54 (pytest pandas/tests/frame/methods/test_diff.py::TestDataFrameDiff::test_diff_datetime_axis1)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/54 (pytest pandas/tests/frame/methods/test_diff.py::TestDataFrameDiff::test_diff_axis1_mixed_dtypes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/54 (pytest pandas/tests/frame/methods/test_diff.py::TestDataFrameDiff::test_diff_axis1_mixed_dtypes_negative_periods)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/55 (pytest pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_getitem_intkey_leading_level)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/55 (pytest pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_series_setitem)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/56 (pytest pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_readjson_bool_series)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/57 (pytest pandas/tests/groupby/test_function.py::test_groupby_quantile_nullable_array)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/58 (pytest pandas/tests/groupby/test_nth.py::test_first_last_extension_array_keeps_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/59 (pytest pandas/tests/io/sas/test_xport.py::TestXport::test2_binary)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/6 (pytest pandas/tests/groupby/test_function.py::test_ops_not_as_index)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/60 (pytest pandas/tests/arrays/integer/test_function.py::test_value_counts_empty)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/61 (pytest pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_like_data_nested_list_column)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/61 (pytest pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_wrong_length_nested_list_column)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/61 (pytest pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_unequal_length_nested_list_column)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/62 (pytest pandas/tests/window/test_base_indexer.py::test_rolling_forward_window)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/63 (pytest pandas/tests/resample/test_datetime_index.py::test_downsample_dst_at_midnight)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/64 (pytest pandas/tests/indexes/multi/test_get_level_values.py::test_get_level_values_when_periods)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/65 (pytest pandas/tests/dtypes//test_missing.py::TestIsNA::test_isna_old_datetimelike)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/66 (pytest pandas/tests/arrays/string_/test_string.py::test_astype_int)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/67 (pytest pandas/tests/groupby/aggregate/test_aggregate.py::test_bool_agg_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/68 (pytest pandas/tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_lookup_requires_unique_axes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/69 (pytest pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_long_index)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/69 (pytest pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_multi_level_cols)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/69 (pytest pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_multi_level_rows_and_cols)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/7 (pytest pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_sum_min_count)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/70 (pytest pandas/tests/frame//test_axis_select_reindex.py::TestDataFrameSelectReindex::test_inplace_drop_and_operation)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/71 (pytest pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_preserves_row_order)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/72 (pytest pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_mapping)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/73 (pytest pandas/tests/indexing/test_iloc.py::TestiLoc2::test_iloc_setitem_categorical_updates_inplace)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/73 (pytest pandas/tests/internals/test_internals.py::TestShouldStore::test_should_store_categorical)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/74 (pytest pandas/tests/series/indexing/test_indexing.py::test_getitem_unrecognized_scalar)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/75 (pytest pandas/tests/util/test_assert_frame_equal.py::test_assert_frame_equal_extension_dtype_mismatch)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/75 (pytest pandas/tests/util/test_assert_frame_equal.py::test_assert_frame_equal_interval_dtype_mismatch)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/75 (pytest pandas/tests/util/test_assert_series_equal.py::test_assert_series_equal_extension_dtype_mismatch)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/75 (pytest pandas/tests/util/test_assert_series_equal.py::test_assert_series_equal_interval_dtype_mismatch)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/76 (pytest pandas/tests/frame/test_arithmetic.py::test_pow_with_realignment)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/77 (pytest pandas/tests/generic/test_generic.py::TestNDFrame::test_sample_random_state)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/77 (pytest pandas/tests/test_common.py::test_random_state)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/78 (pytest pandas/tests/indexes/test_base.py::test_get_indexer_non_unique_wrong_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/78 (pytest pandas/tests/indexing/test_loc.py::test_loc_datetimelike_mismatched_dtypes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/79 (pytest pandas/tests/io/parser/test_parse_dates.py::test_missing_parse_dates_column_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/8 (pytest pandas/tests/groupby/test_size.py::test_size_period_index)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/80 (pytest pandas/tests/tools/test_to_numeric.py::test_downcast_empty)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/81 (pytest pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_construction_from_set_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/82 (pytest pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_bool_dtype_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/83 (pytest pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_retains_tz)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/84 (pytest pandas/tests/frame/methods/test_to_records.py::TestDataFrameToRecords::test_to_records_dt64tz_column)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/85 (pytest pandas/tests/frame/indexing/test_indexing.py::TestDataFrameIndexing::test_setitem_list_missing_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/85 (pytest pandas/tests/indexing/test_loc.py::TestLoc2::test_loc_setitem_missing_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/86 (pytest pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_raw)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/87 (pytest pandas/tests/groupby/aggregate/test_aggregate.py::test_multiindex_custom_func)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/88 (pytest pandas/tests/groupby/test_function.py::test_apply_to_nullable_integer_returns_float)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/89 (pytest pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_meta_non_iterable)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/9 (pytest pandas/tests/window/test_apply.py::test_rolling_apply_args_kwargs)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/90 (pytest pandas/tests/indexing/test_iloc.py::TestILocSetItemDuplicateColumns::test_iloc_setitem_scalar_duplicate_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/90 (pytest pandas/tests/indexing/test_iloc.py::TestILocSetItemDuplicateColumns::test_iloc_setitem_list_duplicate_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/90 (pytest pandas/tests/indexing/test_iloc.py::TestILocSetItemDuplicateColumns::test_iloc_setitem_series_duplicate_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/91 (pytest pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_copies)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/92 (pytest pandas/tests/test_strings.py::TestStringMethods::test_repeat_with_null)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/93 (pytest pandas/tests/frame/methods/test_asof.py::TestFrameAsof::test_asof_periodindex_mismatched_freq)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/93 (pytest pandas/tests/indexes/period/test_indexing.py::TestAsOfLocs::test_asof_locs_mismatched_type)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/94 (pytest pandas/tests/extension/test_categorical.py::TestComparisonOps::test_not_equal_with_na)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/95 (pytest pandas/tests/io/parser/test_python_parser_only.py::test_sniff_delimiter_comment)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/96 (pytest pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dt64object_array)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/96 (pytest pandas/tests/arithmetic/test_datetime64.py::test_dt64arr_addsub_object_dtype_2d)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/97 (pytest pandas/tests/reshape/merge/test_merge.py::test_categorical_non_unique_monotonic)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/98 (pytest pandas/tests/indexes/test_base.py::test_convert_almost_null_slice)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/99 (pytest pandas/tests/indexes/test_index_new.py::TestIndexConstructorInference::test_constructor_categorical_to_object)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/100 (pytest pandas/tests/groupby/test_function.py::test_series_groupby_nunique)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/101 (pytest pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_scalar)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/101 (pytest pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_int)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/101 (pytest pandas/tests/indexing/test_loc.py::test_loc_mixed_int_float)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/102 (pytest pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype_invalid_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/103 (pytest pandas/tests/indexing/test_iloc.py::TestiLoc2::test_is_scalar_access)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/104 (pytest pandas/tests/indexing/test_scalar.py::test_iat_dont_wrap_object_datetimelike)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/105 (pytest pandas/tests/indexing/test_indexers.py::test_length_of_indexer)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/106 (pytest pandas/tests/arrays/categorical/test_replace.py::test_replace)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/107 (pytest pandas/tests/indexes/test_base.py::TestIndex::test_setops_preserve_object_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/108 (pytest pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_nullable_int)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/108 (pytest pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_nullable_int_na_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/109 (pytest pandas/tests/window/test_pairwise.py::TestPairwise::test_corr_freq_memory_error)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/110 (pytest pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_groupby_rolling)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/111 (pytest pandas/tests/series/indexing/test_alter_index.py::test_align_method)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/112 (pytest pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/113 (pytest pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/114 (pytest pandas/tests/indexing/test_scalar.py::TestScalar2::test_series_at_raises_type_error)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/115 (pytest pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_write_subset_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/116 (pytest pandas/tests/io/parser/test_encoding.py::test_binary_mode_file_buffers)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/117 (pytest pandas/tests/series/indexing/test_xs.py::test_xs_datetimelike_wrapping)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/118 (pytest pandas/tests/frame/indexing/test_indexing.py::test_object_casting_indexing_wraps_datetimelike)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/119 (pytest pandas/tests/indexes/test_index_new.py::TestIndexConstructorInference::test_constructor_categorical_to_object)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/120 (pytest pandas/tests/arrays/interval/test_interval.py::TestMethods::test_shift)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/121 (pytest pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_lookups_datetimelike_values)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/122 (pytest pandas/tests/groupby/test_categorical.py::test_groupby_agg_categorical_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/123 (pytest pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_nested_tuples_duplicates)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/124 (pytest pandas/tests/arrays/test_integer.py::test_cut)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/125 (pytest pandas/tests/frame/indexing/test_categorical.py::TestDataFrameIndexingCategorical::test_setitem_single_row_categorical)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/126 (pytest pandas/tests/indexes/datetimes/test_snap.py::test_dti_snap)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/127 (pytest pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/128 (pytest pandas/tests/indexes/timedeltas/test_constructors.py::TestTimedeltaIndex::test_infer_from_tdi_mismatch)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/129 (pytest pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_contains)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/130 (pytest pandas/tests/groupby/test_transform.py::test_transform_transformation_func)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/131 (pytest pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_int_overflow)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/132 (pytest pandas/tests/arithmetic/test_array_ops.py::test_na_logical_op_2d)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/133 (pytest pandas/tests/series/methods/test_append.py::TestSeriesAppend::test_append_dataframe_regression)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/134 (pytest pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclassed_boolean_reductions)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/135 (pytest pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_loc)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/136 (pytest pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_loc_nat)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/137 (pytest pandas/tests/arrays/sparse/test_arithmetics.py::test_invert)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/138 (pytest pandas/tests/arrays/test_integer.py::TestCasting::test_astype_boolean)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/139 (pytest pandas/tests/reshape/merge/test_merge.py::test_merge_datetime_upcast_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/140 (pytest pandas/tests/reshape/test_concat.py::test_concat_copy_index)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/141 (pytest pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_tuplename_in_multiindex)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/141 (pytest pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_mixed_type_name_in_multiindex)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/142 (pytest pandas/tests/groupby/test_apply.py::test_apply_multi_level_name)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/143 (pytest pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margin_with_only_columns_defined)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/144 (pytest pandas/tests/groupby/test_apply.py::test_apply_with_duplicated_non_sorted_axis)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/145 (pytest pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_value)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/146 (pytest pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_columns_none_raise_error)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/147 (pytest pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_end_of_period_resolution)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/148 (pytest pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_both_tuple_names)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/149 (pytest pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_multiindex_only)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/150 (pytest pandas/tests/test_strings.py::test_string_array_extract)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/151 (pytest pandas/tests/frame/test_reshape.py::test_unstacking_multi_index_df)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/152 (pytest pandas/tests/io/test_pickle.py::test_pickle_buffer_roundtrip)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/152 (pytest pandas/tests/io/test_pickle.py::test_pickle_generalurl_read)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/153 (pytest pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_searchsorted_invalid_types)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/154 (pytest pandas/tests/frame/methods/test_asof.py::TestFrameAsof::test_missing)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/155 (pytest pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where_invalid_dtypes)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/156 (pytest pandas/tests/io/parser/test_compression.py::test_compression_utf_encoding)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/157 (pytest pandas/tests/indexes/datetimes/test_constructors.py::TestDatetimeIndex::test_shallow_copy_inherits_array_freq)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/158 (pytest pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_insert_invalid_na)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/158 (pytest pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_insert_dont_cast_strings)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/159 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_eq_integer_disallowed)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/160 (pytest pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_infer_interval)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/161 (pytest pandas/tests/indexes/datetimes/test_date_range.py::test_date_range_with_custom_holidays)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/162 (pytest pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_arraylike_invalid)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/163 (pytest pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_sort_false)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/164 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodArrayLikeComparisons::test_compare_invalid_scalar)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/165 (pytest pandas/tests/indexes/period/test_constructors.py::TestPeriodIndex::test_base_constructor_with_period_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/166 (pytest pandas/tests/indexes/datetimes/test_tools.py::test_nullable_integer_to_datetime)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/167 (pytest pandas/tests/frame/methods/test_pct_change.py::test_pct_change_with_duplicated_indices)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/168 (pytest pandas/tests/indexing/test_indexing.py::test_setitem_with_bool_mask_and_values_matching_n_trues_in_length)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/169 (pytest pandas/tests/frame/test_api.py::TestDataFrameMisc::test_itertuples)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/170 (pytest pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_na_rep)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/171 (pytest pandas/tests/dtypes/test_common.py::test_astype_nansafe)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/172 (pytest pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_from_2d_ndarray_with_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/173 (pytest pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_addsub_object_arraylike)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/174 (pytest pandas/tests/groupby/test_transform.py::test_pct_change)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/175 (pytest pandas/tests/groupby/test_function.py::test_groupby_quantile_with_arraylike_q_and_int_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/176 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/176 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_td64_nat)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/176 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_tdt64_nat_array)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/177 (pytest pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_invalid_compound_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/178 (pytest pandas/tests/series/test_cumulative.py::TestSeriesCumulativeOps::test_cummin_datetime64)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/178 (pytest pandas/tests/series/test_cumulative.py::TestSeriesCumulativeOps::test_cummax_datetime64)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/179 (pytest pandas/tests/series/test_cumulative.py::TestSeriesCumulativeOps::test_cummin_datetime64)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/179 (pytest pandas/tests/series/test_cumulative.py::TestSeriesCumulativeOps::test_cummax_datetime64)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/180 (pytest pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_timestamps_aware_or_naive)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/181 (pytest pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add_empty_datetimeindex)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/182 (pytest pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_from_interval)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/183 (pytest pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_min_max_ordered_empty)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/184 (pytest pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_with_non_string_categories)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/184 (pytest pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_slice)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/185 (pytest pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_with_non_string_categories)
/c/Users/sheng/Documents/GitHub/BugsInPy2/projects/pandas/bugs/185 (pytest pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_non_numeric)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/186 (pytest pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round_interval_category_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/187 (pytest pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_to_string)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/187 (pytest pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_to_int)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/188 (pytest pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationSeries::test_series_named_agg_duplicates_no_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/188 (pytest pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_duplicate_no_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/189 (pytest pandas/tests/extension/decimal/test_decimal.py::test_indexing_no_materialize)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/190 (pytest pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_unsorted_index)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/191 (pytest pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_index_column_tz)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/192 (pytest pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_count)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/193 (pytest pandas/tests/reshape/test_melt.py::TestMelt::test_melt_mixed_int_str_id_vars)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/193 (pytest pandas/tests/reshape/test_melt.py::TestMelt::test_melt_mixed_int_str_value_vars)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/194 (pytest pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_casted_to_float)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/195 (pytest pandas/tests/groupby/test_categorical.py::test_series_groupby_on_2_categoricals_unobserved)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/195 (pytest pandas/tests/groupby/test_categorical.py::test_series_groupby_on_2_categoricals_unobserved_zeroes_or_nans)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/196 (pytest pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_replacer_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/197 (pytest pandas/tests/resample/test_base.py::test_resample_count_empty_series)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/197 (pytest pandas/tests/resample/test_base.py::test_resample_count_empty_dataframe)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/198 (pytest pandas/tests/internals/test_internals.py::test_dataframe_not_equal)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/199 (pytest pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_invalid_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/199 (pytest pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_same)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/199 (pytest pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_range)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/199 (pytest pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_corner)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/200 (pytest pandas/tests/test_strings.py::TestStringMethods::test_empty_str_methods)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/201 (pytest pandas/tests/arrays/categorical/test_algos.py::test_replace)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/201 (pytest pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_categorical_replace_with_dict)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/202 (pytest pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_empty_list)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/203 (pytest pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_with_duplicate_axis)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/204 (pytest pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_strftime_nat)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/204 (pytest pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_strftime_nat)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/204 (pytest pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_strftime_nat)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/205 (pytest pandas/tests/io/json/test_readlines.py::test_readjson_unicode)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/206 (pytest pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_datetimelike_scalar)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/207 (pytest pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts_with_grouper)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/208 (pytest pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_tz_localize_categorical)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/208 (pytest pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_tz_convert_categorical)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/209 (pytest pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_timedelta_ops)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/209 (pytest pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/210 (pytest pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_axis_names)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/211 (pytest pandas/tests/tseries/holiday/test_calendar.py::test_calendar_2031)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/212 (pytest pandas/tests/extension/decimal/test_decimal.py::test_groupby_agg)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/212 (pytest pandas/tests/extension/decimal/test_decimal.py::test_groupby_agg_ea_method)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/213 (pytest pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_duplicate_target)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/213 (pytest pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_reindexing)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/214 (pytest pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_int_type_tolerance)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/215 (pytest pandas/tests/extension/test_categorical.py::TestCasting::test_cast_category_to_extension_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/215 (pytest pandas/tests/reshape/merge/test_merge.py::test_merge_on_cat_and_ext_array)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/216 (pytest pandas/tests/reshape/test_qcut.py::test_qcut_bool_coercion_to_int)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/217 (pytest pandas/tests/io/formats/test_to_html.py::test_html_invalid_formatters_arg_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/218 (pytest pandas/tests/groupby/test_categorical.py::test_preserve_categories)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/219 (pytest pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_scalar_na_logical_ops_corners)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/219 (pytest pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_logical_ops_df_compat)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/220 (pytest pandas/tests/groupby/test_apply.py::test_apply_datetime_issue)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/221 (pytest pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_decreasing)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/222 (pytest pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_bool_diff)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/223 (pytest pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_limit)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/223 (pytest pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_limit)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/224 (pytest pandas/tests/plotting/test_series.py::TestSeriesPlots::test_xtick_barPlot)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/225 (pytest pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_td64_op_nat_casting)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/226 (pytest pandas/tests/dtypes/test_missing.py::test_array_equivalent_tzawareness)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/227 (pytest pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_construct_from_string_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/228 (pytest pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_color_kwd)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/228 (pytest pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_color_kwd_errors)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/229 (pytest pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_funcs_over_empty)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/229 (pytest pandas/tests/frame/test_apply.py::TestDataFrameApply::test_nunique_empty)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/230 (pytest pandas/tests/tseries/offsets/test_offsets.py::test_week_add_invalid)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/231 (pytest pandas/tests/io/test_gcs.py::test_to_parquet_gcs_new_file)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/232 (pytest pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/233 (pytest pandas/tests/arrays/test_numpy.py::test_setitem_object_typecode)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/233 (pytest pandas/tests/arrays/test_numpy.py::test_setitem_no_coercion)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/234 (pytest pandas/tests/io/formats/test_to_html.py::test_to_html_truncate_formatter)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/235 (pytest pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_append_tuples)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/236 (pytest pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithDatetimeLike::test_add_sub_datetimelike_invalid)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/237 (pytest pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_na_rep_long_string)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/238 (pytest pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_logical_ops_bool_dtype_with_ndarray)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/239 (pytest pandas/tests/groupby/test_groupby.py::test_shift_bfill_ffill_tz)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/240 (pytest pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_add_int_no_freq_raises)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/241 (pytest pandas/tests/groupby/test_function.py::test_nunique_with_NaT)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/242 (pytest pandas/tests/window/test_rolling.py::TestRolling::test_rolling_datetime)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/243 (pytest pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameArithmetic::test_add_series_retains_dtype)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/244 (pytest pandas/tests/groupby/test_function.py::test_quantile_array2)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/245 (pytest pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_timedelta_tolerance_nearest)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/246 (pytest pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_with_custom_indexer)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/246 (pytest pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_with_custom_indexer_inplace)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/247 (pytest pandas/tests/groupby/test_function.py::test_quantile_array)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/247 (pytest pandas/tests/groupby/test_function.py::test_quantile_array_no_sort)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/247 (pytest pandas/tests/groupby/test_function.py::test_quantile_array_multiple_levels)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/248 (pytest pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_annual)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/248 (pytest pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_timedelta_ticks_narrow)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/248 (pytest pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_timedelta_ticks_wide)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/249 (pytest pandas/tests/arithmetic/test_numeric.py::test_fill_value_inf_masking)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/249 (pytest pandas/tests/arithmetic/test_numeric.py::test_dataframe_div_silenced)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/250 (pytest pandas/tests/plotting/test_converter.py::test_registry_mpl_resets)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/251 (pytest pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_isnull)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/252 (pytest pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/253 (pytest pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/254 (pytest pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical_with_new_categories)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/255 (pytest pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_numeric_data)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/256 (pytest pandas/tests/indexing/multiindex/test_loc.py::test_loc_setitem_single_column_slice)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/257 (pytest pandas/tests/plotting/test_series.py::TestSeriesPlots::test_boolean)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/258 (pytest pandas/tests/reshape/test_pivot.py::TestCrosstab::test_margin_normalize)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/259 (pytest pandas/tests/window/test_rolling.py::TestRolling::test_readonly_array)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/260 (pytest pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_dta_tz)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/261 (pytest pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dta_add_sub_index)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/262 (pytest pandas/tests/frame/test_join.py::test_suppress_future_warning_with_sort_kw)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/263 (pytest pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_setitem_objects)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/264 (pytest pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_reduce_to_series)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/265 (pytest pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_tdt64_nat_array)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/266 (pytest pandas/tests/groupby/test_groupby.py::test_groupby_axis_1)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/267 (pytest pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_unstack_wrong_level_name)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/268 (pytest pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_complex_float_formatting)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/269 (pytest pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_empty_no_columns)
/c/Users/sheng/Documents/GitHub/BugsInPy/projects/pandas/bugs/270 (pytest pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_index_constructor_with_numpy_object_array_and_timestamp_tz_with_nan)

PASS: 348
