Skip to content

Commit c56e49b

Browse files
#156 updated zipcodes.config for adding floats format config example
1 parent a6b6945 commit c56e49b

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

data/excel/zipcodes.config

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
{
22
"config": {
3-
"aggregates": "{\"city\":\"count\",\"county\":\"count\",\"state\":\"count\",\"zip_code\":\"sum\",\"latitude\":\"sum\",\"longitude\":\"sum\"}",
4-
"column-pivots": "[]",
5-
"columns": "[\"zip_code\",\"latitude\",\"longitude\",\"city\",\"state\",\"county\"]",
6-
"filters": "[]",
7-
"row-pivots": "[]",
3+
"aggregates": {
4+
"city": "count",
5+
"county": "count",
6+
"latitude": "sum",
7+
"longitude": "sum",
8+
"state": "count",
9+
"zip_code": "sum"
10+
},
11+
"column-pivots": [],
12+
"columns": [
13+
"zip_code",
14+
"latitude",
15+
"longitude",
16+
"city",
17+
"state",
18+
"county"
19+
],
20+
"filters": [],
21+
"plugin": "hypergrid",
22+
"row-pivots": [],
823
"settings": "true",
9-
"sort": "[[\"state\",\"asc\"]]",
24+
"sort": [
25+
[
26+
"state",
27+
"asc"
28+
]
29+
],
1030
"view": "hypergrid"
1131
},
1232
"dataFileName": "zipcodes.csv",

0 commit comments

Comments
 (0)