(options?: {
columns?: string | Array<string>,
prefix?: string | Array<string>,
prefixSeparator?: string | Array<string>,
inplace?: boolean
})
| 321 | ): DataFrame | void |
| 322 | toString(): string; |
| 323 | getDummies(options?: { |
| 324 | columns?: string | Array<string>, |
| 325 | prefix?: string | Array<string>, |
| 326 | prefixSeparator?: string | Array<string>, |
nothing calls this directly
no outgoing calls
no test coverage detected