()
| 265 | inplace?: boolean |
| 266 | }): DataFrame | void |
| 267 | isNa(): DataFrame |
| 268 | dropNa(options?: { axis: 0 | 1, inplace?: boolean }): DataFrame | void |
| 269 | apply(callable: any, options?: { axis?: 0 | 1 }): DataFrame | Series |
| 270 | applyMap(callable: any, options?: { inplace?: boolean }): DataFrame | void |
nothing calls this directly
no outgoing calls
no test coverage detected