()
| 164 | dropNa(options?: { inplace?: boolean }): Series | void |
| 165 | argSort(options?: { ascending: boolean }): Series |
| 166 | argMax(): number |
| 167 | argMin(): number |
| 168 | get dtype(): string |
| 169 | dropDuplicates(options?: { keep?: "first" | "last", inplace?: boolean }): Series | void |
no outgoing calls
no test coverage detected