Skip to content

Commit

Permalink
adding everything
Browse files Browse the repository at this point in the history
  • Loading branch information
phamiter253 committed May 13, 2020
1 parent 4c9bc30 commit b115264
Show file tree
Hide file tree
Showing 19 changed files with 573,595 additions and 22 deletions.
20 changes: 20 additions & 0 deletions (trash)/final.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
d3.csv("animes_with_years_and_genres.csv").then(function(csv){
var hierarchy = d3.nest()
.key(function(d) { return d.year; })
/* .key(function(d) {
air = d.aired.split("to");
//console.log(air);
return air[0];
})
.key(function(d) { return d.genre; })*/
.entries(csv);

console.log(hierarchy)

});


/*d3.json("results5.json").then(function(json) {
console.log(json)
});*/

184,166 changes: 184,166 additions & 0 deletions (trash)/reviews_animeSet_keep_uid_animeUid_scores_1986-2019.csv

Large diffs are not rendered by default.

1,124 changes: 1,124 additions & 0 deletions (trash)/stacked-bar1.json

Large diffs are not rendered by default.

60,634 changes: 60,634 additions & 0 deletions (trash)/sun.json

Large diffs are not rendered by default.

Loading

0 comments on commit b115264

Please sign in to comment.