Skip to content

Instantly share code, notes, and snippets.

@alq666
Last active August 29, 2015 13:58
Show Gist options
  • Save alq666/9927492 to your computer and use it in GitHub Desktop.
Save alq666/9927492 to your computer and use it in GitHub Desktop.
Top function summary
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