elukey commented on issue #7006: World map viz not working in 0.29rc7/0.31.0rc18/0.32 URL: https://github.com/apache/incubator-superset/issues/7006#issuecomment-487260548 Updated the pull request to avoid mentioning pandas and adding a reference to the commit that changed the behavior. In theory there are two possible fixes: 1) partially revert the commit that removed the qry['metrics'] etc.. bits 2) use .iloc only with a dataframe (my approach in the pull request is not 100% pythonic since I could have simply tried .iloc and caught the exception afterwards, but I believe that my version is a bit more clear). Let me know :)
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
