Skip to content

Commit

Permalink
Merge pull request #642 from JuliaStats/showgrouped
Browse files Browse the repository at this point in the history
tweak show(GroupedDataFrame) to match other show methods
  • Loading branch information
garborg committed Jul 7, 2014
2 parents 9cf5009 + e7befce commit 1946ebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/groupeddataframe/grouping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ function Base.show(io::IO, gd::GroupedDataFrame)
println(io, "First Group:")
show(io, gd[1])
if N > 1
println(io, " :")
println(io, " :")
print(io, "\n\n")
println(io, "Last Group:")
show(io, gd[N])
end
Expand Down

0 comments on commit 1946ebe

Please sign in to comment.