(options?: { inplace?: boolean })
| 138 | copy(): Series |
| 139 | describe(): Series |
| 140 | resetIndex(options?: { inplace?: boolean }): Series | void |
| 141 | setIndex(index: Array<number | string | (number | string)>, options?: { inplace?: boolean }): Series | void |
| 142 | map( |
| 143 | callable: mapParam, |
no outgoing calls
no test coverage detected