Skip to content

Commit a324f4a

Browse files
committed
Update arrow_parser_wrapper.py
1 parent 9d68f91 commit a324f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/parsers/arrow_parser_wrapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ def handle_warning(invalid_row) -> str:
156156
column_types[col] = pyarrow_dtype
157157
except (TypeError, ValueError, pa.ArrowNotImplementedError):
158158
# TODO: Unsupported dtypes silently ignored - may cause unexpected
159-
# behavior when pyarrow applies default inference instead of user's dtype
159+
# behavior when pyarrow applies default inference instead of
160+
# user's dtype
160161
continue
161162

162163
if column_types:

0 commit comments

Comments
 (0)