tasi.GeoTrajectory.during#
- GeoTrajectory.during(since, until, include_until=False)[source]#
Select rows within a specific time range (include “since”, exclude “until”).
- Parameters:
since (datetime) – The start datetime for the selection.
until (datetime) – The end datetime for the selection.
include_until (bool, optional) – Whether to include data with timestamp “until”. Defaults to False.
- Returns:
A subset of the dataset with rows between the specified datetimes.
- Return type:
ObjectDataset