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 1254768 commit da5c5b5Copy full SHA for da5c5b5
pandas/io/tests/parser/c_parser_only.py
@@ -271,7 +271,7 @@ def test_categorical_dtype_chunksize(self):
271
'b': Categorical(['a', 'b'])}),
272
pd.DataFrame({'a': [1, 2],
273
'b': Categorical(['b', 'c'])})]
274
- actuals = self.read_csv(StringIO(data), dtype={'b':'category'},
+ actuals = self.read_csv(StringIO(data), dtype={'b': 'category'},
275
chunksize=2)
276
277
for actual, expected in zip(actuals, expecteds):
0 commit comments