tasi.Dataset.att#
- Dataset.att(timestamps, attribute=None)[source]#
Select the rows at the specified times and optionally the specified attributes.
- Parameters:
timestamps (Union[pd.Timestamp, List[pd.Timestamp], pd.Index]) – The timestamps to select
attribute (pd.Index, optional) – The attribute to select. Defaults to None.
- Returns:
The selected row(s) and column(s)
- Return type:
Union[Self, pd.Series]