git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19244ec
)
fix groupBy postprocess was not removing percent
author
Scott Baker
<smbaker@gmail.com>
Tue, 29 Apr 2014 06:30:52 +0000
(23:30 -0700)
committer
Scott Baker
<smbaker@gmail.com>
Tue, 29 Apr 2014 06:30:52 +0000
(23:30 -0700)
planetstack/hpc_wizard/bigquery_analytics.py
patch
|
blob
|
history
diff --git
a/planetstack/hpc_wizard/bigquery_analytics.py
b/planetstack/hpc_wizard/bigquery_analytics.py
index
dafb55c
..
4e375df
100644
(file)
--- a/
planetstack/hpc_wizard/bigquery_analytics.py
+++ b/
planetstack/hpc_wizard/bigquery_analytics.py
@@
-204,6
+204,7
@@
class BigQueryAnalytics:
avg = [x.replace("%","") for x in avg]
computed = [x.replace("%","") for x in computed]
maxi = [x.replace("%","") for x in maxi]
+ groupBy = [x.replace("%","") for x in groupBy]
for (k,v) in filter.items():
rows = self.filter_results(rows, k, v)