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 f71509d commit d821052Copy full SHA for d821052
pandas/io/tests/parser/common.py
@@ -41,8 +41,7 @@ def test_empty_decimal_marker(self):
41
1|2,334|5
42
10|13|10.
43
"""
44
- # C parser: supports only length-1 decimals
45
- # Python parser: 'decimal' not supported yet
+ # Parsers support only length-1 decimals
46
self.assertRaises(ValueError, self.read_csv,
47
StringIO(data), decimal='')
48
0 commit comments