(self, split_every=False)
| 4758 | # Methods and properties of Series that are not implemented on Index |
| 4759 | |
| 4760 | def count(self, split_every=False): |
| 4761 | return new_collection(IndexCount(self, split_every)) |
| 4762 | |
| 4763 | @property # type: ignore |
| 4764 | def index(self): |
no test coverage detected