(self, *args, **kwargs)
| 4777 | raise AttributeError("'Index' object has no attribute 'std'") |
| 4778 | |
| 4779 | def var(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'") |