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