(dtype: "float32" | "int32" | "string" | "boolean", options?: { inplace?: boolean })
| 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 |
| 173 | append(values: string | number | boolean | Series | ArrayType1D, |
no outgoing calls
no test coverage detected