-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Documents as private some (recently introduced) class methods in Daru::Core::GroupBy * Makes initialization of @groups and @df lazy in Daru::Core::GroupBy * Simplifies aggregation code in DataFrame * Avoids intermediary dataframe creation in Daru::Core::GroupBy#aggregate * Reduces the number of calls to DataFrame#get_sub_dataframe during aggregation (instead of doing iterations over columns, we iterate over groups) * Document and consolidate use of internal method to access rows in Daru::DataFrame * Cleans code in Daru::Index * Cleans code in Daru::Core::GroupBy * Makes loading of ploting libraries lazy * Cleans some code (cosmetic)
- Loading branch information
1 parent
5e962f3
commit 984ff72
Showing
7 changed files
with
181 additions
and
96 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
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
Oops, something went wrong.