(self, *args, **kwargs)
| 4780 | raise AttributeError("'Index' object has no attribute 'var'") |
| 4781 | |
| 4782 | def idxmax(self, *args, **kwargs): |
| 4783 | raise AttributeError("'Index' object has no attribute 'idxmax'") |
| 4784 | |
| 4785 | def idxmin(self, *args, **kwargs): |
| 4786 | raise AttributeError("'Index' object has no attribute 'idxmin'") |