Skip to content

Commit 7d7c519

Browse files
refactor cleaned up comments
1 parent a37f5e1 commit 7d7c519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/parsers/arrow_parser_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def read(self) -> DataFrame:
278278
for i, field in enumerate(table.schema):
279279
if pa.types.is_timestamp(field.type):
280280
column = table.column(i).to_pandas()
281-
282281
column.fillna(pd.NaT, inplace=True)
283282

284283
table = table.set_column(i, field.name, pa.array(column))

0 commit comments

Comments
 (0)