Skip to content

Instantly share code, notes, and snippets.

@Co0olCat
Created June 22, 2017 13:03
Show Gist options
  • Select an option

  • Save Co0olCat/1e182ad2b74336f0e95079b70ee21c69 to your computer and use it in GitHub Desktop.

Select an option

Save Co0olCat/1e182ad2b74336f0e95079b70ee21c69 to your computer and use it in GitHub Desktop.
No name

README is empty

Appnexus_AU 41.81% 92.29% 96.38% 99.34% 98.86% 98.22% 91.14% 80.62%
Facebook_AU 0.14% 0.00% 0.20% 0.00% 0.00% 0.00% 0.00% 0.08%
Google 7.84% 0.42% 0.08% 0.15% 0.23% 0.31% 0.00% 2.48%
MCN_AU 0.67% 2.14% 0.66% 0.00% 0.00% 0.00% 0.00% 0.54%
Performance_Factory 49.54% 5.16% 2.69% 0.51% 0.91% 1.47% 8.86% 16.28%
{
"name": "No name",
"state": "active",
"created": "2017-06-22T13:03:11.989Z",
"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-454066",
"resources": [
{
"backend": "csv",
"delimiter": "\t",
"path": "current.csv",
"schema": {
"fields": [
{
"id": "Appnexus_AU",
"label": "Appnexus_AU",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "41.81%",
"label": "41.81%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "92.29%",
"label": "92.29%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "96.38%",
"label": "96.38%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "99.34%",
"label": "99.34%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "98.86%",
"label": "98.86%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "98.22%",
"label": "98.22%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "91.14%",
"label": "91.14%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "80.62%",
"label": "80.62%",
"type": "string",
"format": null,
"is_derived": false
}
]
}
},
{
"backend": "csv",
"delimiter": "\t",
"path": "original.csv",
"id": "undefined-original",
"schema": {
"fields": [
{
"id": "Appnexus_AU",
"label": "Appnexus_AU",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "41.81%",
"label": "41.81%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "92.29%",
"label": "92.29%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "96.38%",
"label": "96.38%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "99.34%",
"label": "99.34%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "98.86%",
"label": "98.86%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "98.22%",
"label": "98.22%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "91.14%",
"label": "91.14%",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "80.62%",
"label": "80.62%",
"type": "string",
"format": null,
"is_derived": false
}
]
}
}
]
}
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);
});
Facebook_AU 0.14% 0.00% 0.20% 0.00% 0.00% 0.00% 0.00% 0.08%
Google 7.84% 0.42% 0.08% 0.15% 0.23% 0.31% 0.00% 2.48%
MCN_AU 0.67% 2.14% 0.66% 0.00% 0.00% 0.00% 0.00% 0.54%
Performance_Factory 49.54% 5.16% 2.69% 0.51% 0.91% 1.47% 8.86% 16.28%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment