README is empty
Created
November 10, 2015 02:09
-
-
Save elipousson/967d0bc67118a8bdbcf8 to your computer and use it in GitHub Desktop.
Manufacturing Firm Moves Within the Baltimore SMSA, 1955-1965
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_noname_ | Baltimore City | Anne Arundel | Baltimore County | Carroll County | Harford County | Howard County | |
---|---|---|---|---|---|---|---|
Baltimore City | 11 | 65 | 2 | 1 | 3 | ||
Anne Arundel | 1 | 0 | 0 | 0 | 1 | ||
Baltimore County | 6 | 0 | 0 | 0 | 1 | ||
Carroll County | 3 | 0 | 1 | 0 | 0 | ||
Harford County | 0 | 0 | 0 | 0 | 0 | ||
Howard County | 1 | 0 | 0 | 0 | 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Manufacturing Firm Moves Within the Baltimore SMSA, 1955-1965", | |
"state": "active", | |
"created": "2015-11-10T02:09:52.361Z", | |
"sources": [ | |
{} | |
], | |
"profiles": { | |
"dataexplorer": "0.9" | |
}, | |
"scripts": [ | |
{ | |
"id": "main.js", | |
"path": "main.js" | |
} | |
], | |
"views": [ | |
{ | |
"id": "grid", | |
"label": "Grid", | |
"type": "SlickGrid", | |
"state": { | |
"gridOptions": { | |
"editable": true, | |
"enabledAddRow": true, | |
"enabledDelRow": true, | |
"enableReOrderRow": true, | |
"autoEdit": false, | |
"enableCellNavigation": true | |
} | |
} | |
}, | |
{ | |
"id": "graph", | |
"label": "Graph", | |
"type": "Graph" | |
}, | |
{ | |
"id": "map", | |
"label": "Map", | |
"type": "Map" | |
} | |
], | |
"id": "dataexplorer-829029", | |
"resources": [ | |
{ | |
"backend": "csv", | |
"delimiter": "\t", | |
"path": "current.csv", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "_noname_", | |
"label": "_noname_", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Baltimore City", | |
"label": "Baltimore City", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Anne Arundel", | |
"label": "Anne Arundel", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Baltimore County", | |
"label": "Baltimore County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Carroll County", | |
"label": "Carroll County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Harford County", | |
"label": "Harford County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Howard County", | |
"label": "Howard County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
} | |
] | |
} | |
}, | |
{ | |
"backend": "csv", | |
"delimiter": "\t", | |
"path": "original.csv", | |
"id": "undefined-original", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "_noname_", | |
"label": "_noname_", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Baltimore City", | |
"label": "Baltimore City", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Anne Arundel", | |
"label": "Anne Arundel", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Baltimore County", | |
"label": "Baltimore County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Carroll County", | |
"label": "Carroll County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Harford County", | |
"label": "Harford County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Howard County", | |
"label": "Howard County", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
} | |
] | |
} | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadDataset("current", function (error, dataset) { | |
// error will be null unless there is an error | |
// dataset is a Recline memory store (http://reclinejs.com//docs/src/backend.memory.html). | |
console.log(dataset); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Baltimore City | 11 | 65 | 2 | 1 | 3 | ||
---|---|---|---|---|---|---|---|
Anne Arundel | 1 | 0 | 0 | 0 | 1 | ||
Baltimore County | 6 | 0 | 0 | 0 | 1 | ||
Carroll County | 3 | 0 | 1 | 0 | 0 | ||
Harford County | 0 | 0 | 0 | 0 | 0 | ||
Howard County | 1 | 0 | 0 | 0 | 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment