tables.columnindexeswithzeros.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/tables > columnIndexesWithZeros
columnIndexesWithZeros() function
Returns a list of column indices that contain at least one 0.
Signature:
export declare function columnIndexesWithZeros(table: ColumnTable): number[];
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | ColumnTable |
Returns:
number[]