MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / getDummies

Method getDummies

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

Source from the content-addressed store, hash-verified

321 ): DataFrame | void
322 toString(): string;
323 getDummies(options?: {
324 columns?: string | Array<string>,
325 prefix?: string | Array<string>,
326 prefixSeparator?: string | Array<string>,

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected