MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / drop

Method drop

src/danfojs-base/shared/types.ts:192–192  ·  view source on GitHub ↗
(
        options:
            {
                columns?: string | Array<string>,
                index?: Array<string | number>,
                inplace?: boolean
            }
    )

Source from the content-addressed store, hash-verified

190export interface DataFrameInterface extends NDframeInterface {
191 [key: string]: any
192 drop(
193 options:
194 {
195 columns?: string | Array<string>,

Callers 3

frame.test.jsFile · 0.65
dummyEncodeFunction · 0.65
frame.test.tsFile · 0.65

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected