(options: { inplace?: boolean })
| 235 | cumProd(options?: { axis?: 0 | 1 }): DataFrame | void |
| 236 | copy(): DataFrame |
| 237 | resetIndex(options: { inplace?: boolean }): DataFrame | void |
| 238 | setIndex( |
| 239 | options: |
| 240 | { |
nothing calls this directly
no outgoing calls
no test coverage detected