(self, *args, **kwargs)
| 4817 | raise AttributeError("'Index' object has no attribute 'mean'") |
| 4818 | |
| 4819 | def std(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'") |