(
column: string,
dtype: "float32" | "int32" | "string" | "boolean",
options?: { inplace?: boolean }
)
| 286 | get T(): DataFrame |
| 287 | get ctypes(): Series |
| 288 | asType( |
| 289 | column: string, |
| 290 | dtype: "float32" | "int32" | "string" | "boolean", |
| 291 | options?: { inplace?: boolean } |
nothing calls this directly
no outgoing calls
no test coverage detected