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

ParameterTypeDescription
tableColumnTable

Returns:

string[]

Contents

  1. 1columnNamesWithZeros() function
  2. 2Parameters