(options?: { axis?: 0 | 1 })
| 231 | round(dp?: number, options?: { inplace: boolean }): DataFrame | void |
| 232 | cumSum(options?: { axis?: 0 | 1 }): DataFrame | void |
| 233 | cumMin(options?: { axis?: 0 | 1 }): DataFrame | void |
| 234 | cumMax(options?: { axis?: 0 | 1 }): DataFrame | void |
| 235 | cumProd(options?: { axis?: 0 | 1 }): DataFrame | void |
| 236 | copy(): DataFrame |
nothing calls this directly
no outgoing calls
no test coverage detected