(
callable: mapParam,
options?: { inplace?: boolean })
| 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, |
| 144 | options?: { inplace?: boolean }) |
| 145 | : Series | void |
no outgoing calls