Skip to content

Commit

Permalink
refactor cleaned up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavishgangwani committed Oct 16, 2024
1 parent a37f5e1 commit 7d7c519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/io/parsers/arrow_parser_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def read(self) -> DataFrame:
for i, field in enumerate(table.schema):
if pa.types.is_timestamp(field.type):
column = table.column(i).to_pandas()

column.fillna(pd.NaT, inplace=True)

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

0 comments on commit 7d7c519

Please sign in to comment.