elukey opened a new pull request #7156: Add condition in WorldMapViz before using Pandas' iloc URL: https://github.com/apache/incubator-superset/pull/7156 Recent pandas versions (0.23+) changed the value of df[metric] when the same metric is used in a World Map panel for both bubble size and an axis (either X or Y). This change adds some guards before using panda's iloc to avoid exceptions. Should fix #7006
---------------------------------------------------------------- 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]
