Skip to content

Commit

Permalink
add range properties for vehicles, remove is_reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Dec 18, 2023
1 parent c2bb278 commit 4a39ded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipeline/sources/lamassu.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
'vehicle_id': pd.StringDtype(),
'form_factor': pd.StringDtype(),
'name': pd.StringDtype(),
'is_reserved': pd.BooleanDtype(),
'propulsion_type': pd.StringDtype(),
'current_fuel_percent': pd.Float32Dtype(),
'current_range_meters': pd.Int32Dtype(),
'max_range_meters': pd.Int32Dtype(),
'rental_uris_android': pd.StringDtype(),
'rental_uris_ios': pd.StringDtype(),
Expand Down

0 comments on commit 4a39ded

Please sign in to comment.