Skip to content

Commit

Permalink
Split groupeddataframe/grouping.jl into two files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe authored and bkamins committed Dec 24, 2019
1 parent bb32e91 commit 0ee43f5
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 396 deletions.
4 changes: 3 additions & 1 deletion src/DataFrames.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ include("abstractdataframe/abstractdataframe.jl")
include("dataframe/dataframe.jl")
include("subdataframe/subdataframe.jl")
include("dataframerow/dataframerow.jl")
include("groupeddataframe/grouping.jl")
include("groupeddataframe/groupeddataframe.jl")
include("dataframerow/utils.jl")

include("other/broadcasting.jl")
Expand All @@ -76,6 +76,8 @@ include("abstractdataframe/iteration.jl")
include("abstractdataframe/join.jl")
include("abstractdataframe/reshape.jl")

include("groupeddataframe/splitapplycombine.jl")

include("abstractdataframe/show.jl")
include("groupeddataframe/show.jl")
include("dataframerow/show.jl")
Expand Down
Loading

0 comments on commit 0ee43f5

Please sign in to comment.