Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hamima-halim committed Apr 7, 2024
1 parent f019168 commit 9506b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestor/chalicelib/lamp/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def ingest_pq_file(pq_df: pd.DataFrame) -> pd.DataFrame:
pq_df["direction_id"] = pq_df["direction_id"].astype("int16")
pq_df["service_date"] = pq_df["service_date"].apply(format_dateint)

processed_daily_events = _process_arrivals_departure_times(pq_df)
processed_daily_events = _process_arrival_departure_times(pq_df)
return processed_daily_events.sort_values(by=["event_time"])


Expand Down

0 comments on commit 9506b9c

Please sign in to comment.