Skip to content

Commit 8cda906

Browse files
committed
Update arrow_parser_wrapper.py
1 parent a324f4a commit 8cda906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/io/parsers/arrow_parser_wrapper.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ def handle_warning(invalid_row) -> str:
155155
pyarrow_dtype = pa.from_numpy_dtype(numpy_dtype)
156156
column_types[col] = pyarrow_dtype
157157
except (TypeError, ValueError, pa.ArrowNotImplementedError):
158-
# TODO: Unsupported dtypes silently ignored - may cause unexpected
159-
# behavior when pyarrow applies default inference instead of
160-
# user's dtype
158+
# TODO: Unsupported dtypes silently ignored - may cause
159+
# unexpected behavior when pyarrow applies default inference
160+
# instead of user's dtype
161161
continue
162162

163163
if column_types:

0 commit comments

Comments
 (0)