Skip to content

Commit c5f3591

Browse files
committed
Fix more encoding issues
1 parent b4a1656 commit c5f3591

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

data/movie-lens/movies.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5018,7 +5018,7 @@
50185018
7781,1990,Twister (1990),Comedy
50195019
7782,1993,Sniper (1993),Action|Drama
50205020
7786,1999,Genghis Blues (1999),Documentary
5021-
7789,2002,"11'09""01 - September 11 (2002)",Drama
5021+
7789,2002,"11'0901 - September 11 (2002)",Drama
50225022
7792,1974,"Parallax View, The (1974)",Thriller
50235023
7802,1979,"Warriors, The (1979)",Action|Adventure|Crime|Thriller
50245024
7810,1999,Babylon 5: A Call to Arms (1999),Adventure|Sci-Fi

data/movie-lens/ratings.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100834,4 +100834,4 @@ userId,movieId,rating,timestamp
100834100834
610,168248,5.0,1493850091
100835100835
610,168250,5.0,1494273047
100836100836
610,168252,5.0,1493846352
100837-
610,170875,3.0,1493846415
100837+
610,170875,3.0,1493846415

data/movie-lens/tags.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3004,7 +3004,7 @@ userId,movieId,tag,timestamp
30043004
567,4144,visually stunning,1525283550
30053005
567,4226,cerebral,1525282541
30063006
567,4226,dreamlike,1525282545
3007-
567,4552,"""artsy""",1525285878
3007+
567,4552,"artsy",1525285878
30083008
567,4552,atmospheric,1525285874
30093009
567,4552,gritty,1525285880
30103010
567,4552,hallucinatory,1525285875
@@ -3681,4 +3681,4 @@ userId,movieId,tag,timestamp
36813681
606,7936,austere,1173392334
36823682
610,3265,gun fu,1493843984
36833683
610,3265,heroic bloodshed,1493843978
3684-
610,168248,Heroic Bloodshed,1493844270
3684+
610,168248,Heroic Bloodshed,1493844270

data/movie-lens/users.csv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,5 +608,4 @@ userId
608608
607
609609
608
610610
609
611-
610
612-
611+
610

0 commit comments

Comments
 (0)