(self, *args, **kwargs)
| 4814 | raise AttributeError("'Index' object has no attribute 'prod'") |
| 4815 | |
| 4816 | def mean(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'") |