fixed comma syntax error
This commit is contained in:
parent
55d6adf1b8
commit
891ac4d585
|
@ -32,7 +32,7 @@ parser.add_option('-f','--function',
|
|||
help = 'mapping function [%default]')
|
||||
parser.add_option('-a','--all',
|
||||
dest = 'all',
|
||||
action = 'store_true'
|
||||
action = 'store_true',
|
||||
help = 'apply mapping function also to grouping column')
|
||||
|
||||
parser.set_defaults(function = 'np.average')
|
||||
|
|
Loading…
Reference in New Issue