MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / isGeoColumn

Function isGeoColumn

client/censusGPT/src/utils/plotly-ui-config.js:5–10  ·  view source on GitHub ↗
(columnName)

Source from the content-addressed store, hash-verified

3 */
4
5const isGeoColumn = (columnName) => {
6 if (columnName == 'zip_code' || columnName == 'city' || columnName == 'state') {
7 return true
8 }
9 return false
10}
11
12 export const getPlotConfig = (rows, cols) => {
13 let data = []

Callers 1

getPlotConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected