fix spaces
This commit is contained in:
parent
677dfa5ea6
commit
6e90dc700c
4
ch08.jl
4
ch08.jl
@ -34,9 +34,9 @@ puzzles = CSV.read("puzzles.csv", DataFrame);
|
|||||||
|
|
||||||
puzzles2 = CSV.read(plain, DataFrame;
|
puzzles2 = CSV.read(plain, DataFrame;
|
||||||
header=["PuzzleId", "FEN", "Moves",
|
header=["PuzzleId", "FEN", "Moves",
|
||||||
"Rating","RatingDeviation",
|
"Rating", "RatingDeviation",
|
||||||
"Popularity", "NbPlays",
|
"Popularity", "NbPlays",
|
||||||
"Themes","GameUrl"]);
|
"Themes", "GameUrl"]);
|
||||||
puzzles == puzzles2
|
puzzles == puzzles2
|
||||||
|
|
||||||
compressed = nothing
|
compressed = nothing
|
||||||
|
Loading…
Reference in New Issue
Block a user