Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestion from @jorisvandenbossche
  • Loading branch information
jorisvandenbossche authored Dec 18, 2025
commit 78af6fa3de1058c29c737f7f878a679f285e6544
2 changes: 0 additions & 2 deletions pandas/tests/strings/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,6 @@ def test_removesuffix(any_string_dtype, suffix, expected):
tm.assert_series_equal(result, ser_expected)




def test_string_slice_get_syntax(any_string_dtype):
ser = Series(
["YYY", "B", "C", "YYYYYYbYYY", "BYYYcYYY", np.nan, "CYYYBYYY", "dog", "cYYYt"],
Expand Down
Loading