(self)
| 575 | to_coord = utils.alias(to_index_variable, "to_coord") |
| 576 | |
| 577 | def _to_index(self) -> pd.Index: |
| 578 | return self.to_index_variable()._to_index() |
| 579 | |
| 580 | def to_index(self) -> pd.Index: |
| 581 | """Convert this variable to a pandas.Index""" |
no test coverage detected