We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c4a82 commit 847e8baCopy full SHA for 847e8ba
pandas/tests/io/parser/test_quoting.py
@@ -24,7 +24,7 @@
24
{"quotechar": None, "quoting": csv.QUOTE_MINIMAL},
25
"quotechar must be set if quoting enabled",
26
),
27
- ({"quotechar": 2}, '"quotechar" must be string, not int'),
+ ({"quotechar": 2}, '"quotechar" must be string( or None)?, not int'),
28
],
29
)
30
def test_bad_quote_char(all_parsers, kwargs, msg):
0 commit comments