(options?: { keep?: "first" | "last", inplace?: boolean })
| 167 | argMin(): number |
| 168 | get dtype(): string |
| 169 | dropDuplicates(options?: { keep?: "first" | "last", inplace?: boolean }): Series | void |
| 170 | asType(dtype: "float32" | "int32" | "string" | "boolean", options?: { inplace?: boolean }): Series | void |
| 171 | get str(): Str |
| 172 | get dt(): Dt |
no outgoing calls
no test coverage detected