(other: any)
| 175 | options?: { inplace?: boolean }): Series | void |
| 176 | toString(): string; |
| 177 | and(other: any): Series |
| 178 | or(other: any): Series |
| 179 | getDummies(options?: { |
| 180 | prefix?: string | Array<string>, |
no outgoing calls
no test coverage detected