tasi.TrajectoryDataset.atid#

TrajectoryDataset.atid(ids, attributes=None)[source]#

Select rows by the given id and optionally by attributes

Parameters:
  • ids (Union[int, List[int], pd.Index]) – A list of IDs

  • attributes (pd.Index, optional) – A list of attribute names. Defaults to None.

Returns:

The selected rows and attributes

Return type:

Self