We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8fb65 commit adc32b8Copy full SHA for adc32b8
pandas/tests/strings/test_strings.py
@@ -782,7 +782,6 @@ def test_series_str_decode():
782
783
784
def test_decode_with_dtype_none():
785
- # Ensure that future.infer_string is enabled
786
with option_context("future.infer_string", True):
787
ser = Series([b"a", b"b", b"c"]) # Use byte strings
788
result = ser.str.decode("utf-8", dtype=None)
0 commit comments