Last active
August 29, 2015 13:58
-
-
Save alq666/9927492 to your computer and use it in GitHub Desktop.
Top function summary
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
Shortcut num_series (= N) method asc / desc | |
---------------------------------------------------------- | |
topN 5, 10, 15, 20 mean desc | |
topN_max 5, 10, 15, 20 max desc | |
topN_min 5, 10, 15, 20 min desc | |
topN_last 5, 10, 15, 20 last desc | |
topN_area 5, 10, 15, 20 area desc | |
topN_norm 5, 10, 15, 20 norm desc | |
bottomN 5, 10, 15, 20 mean asc | |
bottomN_max 5, 10, 15, 20 max asc | |
bottomN_min 5, 10, 15, 20 min asc | |
bottomN_last 5, 10, 15, 20 last asc | |
bottomN_area 5, 10, 15, 20 area asc | |
bottomN_norm 5, 10, 15, 20 norm asc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment