(
options:
{
columns?: string | Array<string>,
index?: Array<string | number>,
inplace?: boolean
}
)
| 190 | export interface DataFrameInterface extends NDframeInterface { |
| 191 | [key: string]: any |
| 192 | drop( |
| 193 | options: |
| 194 | { |
| 195 | columns?: string | Array<string>, |
no outgoing calls
no test coverage detected