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.
2 parents 9863ca9 + 23c455e commit 75d28f1Copy full SHA for 75d28f1
pandas/tests/resample/test_resampler_grouper.py
@@ -3,8 +3,6 @@
3
import numpy as np
4
import pytest
5
6
-from pandas._config import using_string_dtype
7
-
8
from pandas.compat import is_platform_windows
9
10
import pandas as pd
@@ -494,7 +492,6 @@ def test_empty(keys):
494
492
tm.assert_frame_equal(result, expected)
495
493
496
497
-@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)")
498
@pytest.mark.parametrize("consolidate", [True, False])
499
def test_resample_groupby_agg_object_dtype_all_nan(consolidate):
500
# https://github.com/pandas-dev/pandas/issues/39329
0 commit comments