We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f90d9 commit d80bab4Copy full SHA for d80bab4
pandas/tests/indexing/test_iloc.py
@@ -592,7 +592,7 @@ def test_iloc_empty_list_indexer_is_ok(self):
592
check_index_type=True,
593
check_column_type=True)
594
595
- def test_loc_identity_slice_returns_new_object(self):
+ def test_identity_slice_returns_new_object(self):
596
# GH13873
597
df = DataFrame({'a': [1, 2, 3]})
598
result = df.iloc[:]
pandas/tests/indexing/test_loc.py
@@ -631,7 +631,7 @@ def test_loc_empty_list_indexer_is_ok(self):
631
632
633
634
635
636
637
result = df.loc[:]
0 commit comments