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 2019/05/19 22:37:17 UTC

[GitHub] [incubator-superset] mistercrunch commented on issue #7379: Remove the use of Pandas' iloc() in WorldMapViz

mistercrunch commented on issue #7379: Remove the use of Pandas' iloc() in WorldMapViz
URL: https://github.com/apache/incubator-superset/pull/7379#issuecomment-493797954
 
 
   `iloc` was introduced because pandas' behavior changed when dealing with multiple columns with the same key. Before it would return the first one, now it returns a dataframe which broke things.
   
   Does this work when the same metric is used twice?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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