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 8c31e7f commit 3310fa5Copy full SHA for 3310fa5
pandas/tests/extension/list/test_list.py
@@ -21,7 +21,6 @@ def data():
21
return ListArray(data)
22
23
24
-# @pytest.mark.skip(reason="fails with update to na_rep")
25
def test_to_csv(data):
26
# https://github.com/pandas-dev/pandas/issues/28840
27
# array with list-likes fail when doing astype(str) on the numpy array
0 commit comments