(self, *args, **kwargs)
| 4820 | raise AttributeError("'Index' object has no attribute 'std'") |
| 4821 | |
| 4822 | def var(self, *args, **kwargs): |
| 4823 | raise AttributeError("'Index' object has no attribute 'var'") |
| 4824 | |
| 4825 | def idxmax(self, *args, **kwargs): |
| 4826 | raise AttributeError("'Index' object has no attribute 'idxmax'") |