generated from usf-cs360-spring2020/template-bulma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c9bc30
commit b115264
Showing
19 changed files
with
573,595 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
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
184,166
(trash)/reviews_animeSet_keep_uid_animeUid_scores_1986-2019.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.