Skip to content

Commit

Permalink
Removed countries sample dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
romsson committed Aug 14, 2014
1 parent 8687c42 commit e674bcf
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 229 deletions.
206 changes: 195 additions & 11 deletions data/countries/countries.csv

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions data/countries/countries.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"file": "data/countries/countries.csv",
"file": "data/countries/countries100.csv",
"name": "Exports of Countries by Products",
"header": 0,
"separator": ",",
"skip": 0,
"meta": [
{ "type": "id", "index": 0, "name": "Name" }
{ "type": "id", "index": 0, "name": "Name" },
{ "type": "integer", "index": 1355, "name": "Population" },
{ "type": "float", "index": 1357, "name": "ECI" },
{ "type": "float", "index": 1358, "name": "OppGain" }
],
"sets": [
{ "format": "binary", "start": 1, "end": 345}
{ "format": "binary", "start": 1, "end": 1354}
],
"author": "UN Comtrade",
"description": "International Trade Statistics on Exports and Imports by Countries for the Year 2010",
Expand Down
195 changes: 0 additions & 195 deletions data/countries/countries100.csv

This file was deleted.

19 changes: 0 additions & 19 deletions data/countries/countries100.json

This file was deleted.

1 change: 0 additions & 1 deletion datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"data/compounds/comp-family.json",

"data/countries/countries.json",
"data/countries/countries100.json",

"data/socialgraph/socialgraph.json",

Expand Down

0 comments on commit e674bcf

Please sign in to comment.