You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/26 05:32:31 UTC

[GitHub] villebro commented on a change in pull request #5487: Match viz dataframe column case to form_data fields

villebro commented on a change in pull request #5487: Match viz dataframe column case to form_data fields
URL: https://github.com/apache/incubator-superset/pull/5487#discussion_r205335593
 
 

 ##########
 File path: superset/viz.py
 ##########
 @@ -467,6 +468,36 @@ def get_data(self, df):
     def json_data(self):
         return json.dumps(self.data)
 
+    def fix_df_column_case(self, df):
 
 Review comment:
   Good idea, I'll move it over.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org