Return the DataContext used to create this Dataset.
(self)
| 7321 | @property |
| 7322 | @DeveloperAPI |
| 7323 | def context(self) -> DataContext: |
| 7324 | """Return the DataContext used to create this Dataset.""" |
| 7325 | return self._context |
| 7326 | |
| 7327 | def _aggregate_on( |
| 7328 | self, agg_cls: type, on: Optional[Union[str, List[str]]], *args, **kwargs |
no outgoing calls