Skip to content

Commit

Permalink
pd.NaT instead of empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPospisil committed Jan 20, 2025
1 parent 323c48d commit c929f4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def sum_columns(row):
billing_data['job_created'] = pd.to_datetime(
billing_data['job_created']).dt.tz_localize(None)
else:
billing_data['job_created'] = ''
billing_data['job_created'] = pd.NaT

################################
# Do the aggregation
################################
Expand Down

0 comments on commit c929f4b

Please sign in to comment.