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