Skip to content

Commit

Permalink
#156 updated zipcodes.config for adding floats format config example
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Oct 9, 2019
1 parent a6b6945 commit c56e49b
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions data/excel/zipcodes.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
{
"config": {
"aggregates": "{\"city\":\"count\",\"county\":\"count\",\"state\":\"count\",\"zip_code\":\"sum\",\"latitude\":\"sum\",\"longitude\":\"sum\"}",
"column-pivots": "[]",
"columns": "[\"zip_code\",\"latitude\",\"longitude\",\"city\",\"state\",\"county\"]",
"filters": "[]",
"row-pivots": "[]",
"aggregates": {
"city": "count",
"county": "count",
"latitude": "sum",
"longitude": "sum",
"state": "count",
"zip_code": "sum"
},
"column-pivots": [],
"columns": [
"zip_code",
"latitude",
"longitude",
"city",
"state",
"county"
],
"filters": [],
"plugin": "hypergrid",
"row-pivots": [],
"settings": "true",
"sort": "[[\"state\",\"asc\"]]",
"sort": [
[
"state",
"asc"
]
],
"view": "hypergrid"
},
"dataFileName": "zipcodes.csv",
Expand Down

0 comments on commit c56e49b

Please sign in to comment.