Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ isQuantitative
Function
isQuantitative
packages/sanddance-specs/src/inference.ts:12–14 ·
view source on GitHub ↗
(column: Column)
Source
from the content-addressed store, hash-verified
10
}
11
12
function
isQuantitative(column: Column) {
13
return
column.
type
===
'number'
|| column.
type
===
'integer'
;
14
}
15
16
/**
17
* Derive column metadata from the data array.
Callers
1
inferAll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected