Skip to content

Commit

Permalink
chore: Change cargomovements default timestamp column, closes #56
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Burgess committed Nov 20, 2019
1 parent e593195 commit 8a7a8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vortexasdk/endpoints/cargo_movements_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def to_df(self, columns=None) -> pd.DataFrame:
'product.grade.label',
'quantity',
'vessels.0.name',
'events.cargo_port_load_event.0.start_timestamp',
'events.cargo_port_load_event.0.end_timestamp',
'events.cargo_port_unload_event.0.start_timestamp',
]
```
Expand Down Expand Up @@ -548,7 +548,7 @@ def to_df(self, columns=None) -> pd.DataFrame:
'product.grade.label',
'quantity',
'vessels.0.name',
'events.cargo_port_load_event.0.start_timestamp',
'events.cargo_port_load_event.0.end_timestamp',
'events.cargo_port_unload_event.0.start_timestamp',
]

Expand Down

0 comments on commit 8a7a8cd

Please sign in to comment.