[GitHub] xiaohanyu commented on a change in pull request #4394: Implement the column config and row config in pivot table

2018-02-13 Thread GitBox
xiaohanyu commented on a change in pull request #4394: Implement the column 
config and row config in pivot table
URL: 
https://github.com/apache/incubator-superset/pull/4394#discussion_r167819769
 
 

 ##
 File path: superset/viz.py
 ##
 @@ -584,8 +584,12 @@ def get_data(self, df):
 # Display metrics side by side with each column
 if self.form_data.get('combine_metric'):
 df = df.stack(0).unstack()
+parsed_columns = list(map(
 
 Review comment:
   Yeah, OK for us. Guido don't like map/reduce/filter, LOL.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] xiaohanyu commented on a change in pull request #4394: Implement the column config and row config in pivot table

2018-02-13 Thread GitBox
xiaohanyu commented on a change in pull request #4394: Implement the column 
config and row config in pivot table
URL: 
https://github.com/apache/incubator-superset/pull/4394#discussion_r167819769
 
 

 ##
 File path: superset/viz.py
 ##
 @@ -584,8 +584,12 @@ def get_data(self, df):
 # Display metrics side by side with each column
 if self.form_data.get('combine_metric'):
 df = df.stack(0).unstack()
+parsed_columns = list(map(
 
 Review comment:
   Yeah, OK for me. Guido don't like map/reduce/filter, LOL.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services