(self, *args, **kwargs)
| 4768 | raise AttributeError("'Index' object has no attribute 'sum'") |
| 4769 | |
| 4770 | def prod(self, *args, **kwargs): |
| 4771 | raise AttributeError("'Index' object has no attribute 'prod'") |
| 4772 | |
| 4773 | def mean(self, *args, **kwargs): |
| 4774 | raise AttributeError("'Index' object has no attribute 'mean'") |