MCPcopy Create free account
hub / github.com/microsoft/SandDance / isQuantitative

Function isQuantitative

docs/app/js/sanddance-app.js:2047–2049  ·  view source on GitHub ↗
(column)

Source from the content-addressed store, hash-verified

2045 return !!(0, _d3Color.color)(cssColorSpecifier);
2046}
2047function isQuantitative(column) {
2048 return column.type === "number" || column.type === "integer";
2049}
2050function getColumnsFromData(inferTypesFn, data, columnTypes) {
2051 const sample = data[0];
2052 const fields = sample ? Object.keys(sample) : [];

Callers 1

inferAllFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected