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