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 ce290e1 commit 5128059Copy full SHA for 5128059
tests/test_io.py
@@ -1804,4 +1804,3 @@ def test_converters_partial() -> None:
1804
1805
result = pd.read_excel(path, converters={"field_1": partial_func})
1806
check(assert_type(result, pd.DataFrame), pd.DataFrame)
1807
-
0 commit comments