(version)
| 426 | |
| 427 | @pytest.mark.pandas |
| 428 | def test_empty_strings(version): |
| 429 | df = pd.DataFrame({'strings': [''] * 10}) |
| 430 | _check_pandas_roundtrip(df, version=version) |
| 431 | |
| 432 | |
| 433 | @pytest.mark.pandas |
nothing calls this directly
no test coverage detected