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 e1435d1 commit 7c02c71Copy full SHA for 7c02c71
pandas/tests/frame/constructors/test_from_dict.py
@@ -108,7 +108,6 @@ def test_constructor_list_of_series(self):
108
expected = DataFrame.from_dict(sdict, orient="index")
109
tm.assert_frame_equal(result, expected)
110
111
- @pytest.mark.xfail(using_string_dtype(), reason="columns inferring logic broken")
112
def test_constructor_orient(self, float_string_frame):
113
data_dict = float_string_frame.T._series
114
recons = DataFrame.from_dict(data_dict, orient="index")
0 commit comments