(callable: any, options?: { inplace?: boolean })
| 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 |
| 271 | lt(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame |
| 272 | gt(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame |
| 273 | le(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame |
no outgoing calls
no test coverage detected