(
column: string,
values: Series | ArrayType1D,
options?: {
inplace?: boolean,
atIndex?: number | string
}
)
| 249 | abs(options?: { inplace?: boolean }): DataFrame | void |
| 250 | query(condition: Series | Array<boolean>, options?: { inplace?: boolean }): DataFrame | void |
| 251 | addColumn( |
| 252 | column: string, |
| 253 | values: Series | ArrayType1D, |
| 254 | options?: { |
no outgoing calls