(row: string | number, column: string)
| 328 | }): DataFrame | void |
| 329 | iat(row: number, column: number): number | string | boolean | undefined |
| 330 | at(row: string | number, column: string): number | string | boolean | undefined |
| 331 | plot(divId: string): IPlotlyLib |
| 332 | } |
| 333 |
nothing calls this directly
no outgoing calls
no test coverage detected