MCPcopy Create free account
hub / github.com/DFin/palaeograph / buildNumericColumnList

Function buildNumericColumnList

src/csvLoader.js:80–82  ·  view source on GitHub ↗
(columnStats)

Source from the content-addressed store, hash-verified

78}
79
80export function buildNumericColumnList(columnStats) {
81 return columnStats.filter((column) => column.isNumeric).map((column) => column.name);
82}
83
84export function inferBestNumericColumns(columnStats) {
85 const numericColumns = buildNumericColumnList(columnStats);

Callers 1

inferBestNumericColumnsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected