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 22bd4e3 commit 22e4129Copy full SHA for 22e4129
pandas/tests/io/parser/test_preserve_leading_zeros.py
@@ -2,9 +2,10 @@
2
3
import pytest
4
5
-import pandas._testing as tm
6
from pandas.errors import ParserWarning
7
+import pandas._testing as tm
8
+
9
10
def test_leading_zeros_preserved_with_dtype_str(all_parsers, request):
11
# GH#57666: pyarrow engine strips leading zeros when dtype=str is passed
0 commit comments