Skip to content

Commit 393cb5e

Browse files
committed
Fix CSV parsing: add trailing newline to events.csv
The CSV parser was skipping the last event because the file didn't end with a newline character. This is a common CSV parsing requirement.
1 parent a2911aa commit 393cb5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

events.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ date,event_type,company,city,geometry_file,vehicles,platform,fares,direct_bookin
154154
2025-12-11,supervision_updated,Waymo,Orlando,"-81.379039,28.54211",,,,,,Autonomous,,,,,,https://x.com/Waymo/status/1999237761434345487?s=20,Orlando becomes autonomous for Waymo
155155
2025-12-20,geometry_updated,Waymo,Silicon Valley,waymo-silicon-valley-december-20-2025-boundary.geojson,,,,,,,,,,,,https://www.reddit.com/r/waymo/comments/1prowr0/san_jose_service_area_expanded/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button,Thanks to u/dscreations for posting this on Reddit!
156156
2025-12-22,service_announced,Apollo Go,London,"-0.1276,51.5074",Apollo RT6,Lyft;Uber,Yes,No,Flexible,Safety Driver,Announced,,2026,https://www.apollogo.com/,,https://www.cnbc.com/2025/12/22/uber-lyft-set-to-trial-robotaxis-uk-in-partnership-chinas-baidu.html,Apollo Go to provide service with Uber AND Lyft in London in 2026
157-
2026-01-13,geometry_updated,Waymo,Austin,waymo-austin-january-13-2026-boundary.geojson,,,,,,,,,,,,https://x.com/reed/status/2011133349486871008?s=20,Waymo expands Austin service area according to a Waymo employee on X
157+
2026-01-13,geometry_updated,Waymo,Austin,waymo-austin-january-13-2026-boundary.geojson,,,,,,,,,,,,https://x.com/reed/status/2011133349486871008?s=20,Waymo expands Austin service area according to a Waymo employee on X

0 commit comments

Comments
 (0)