(options?: { axis?: 0 | 1 })
| 224 | mode(options?: { axis?: 0 | 1, keep?: number }): Series |
| 225 | min(options?: { axis?: 0 | 1 }): Series |
| 226 | max(options?: { axis?: 0 | 1 }): Series |
| 227 | std(options?: { axis?: 0 | 1 }): Series |
| 228 | var(options?: { axis?: 0 | 1 }): Series |
| 229 | sum(options?: { axis?: 0 | 1 }): Series |
nothing calls this directly
no outgoing calls
no test coverage detected