Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the use of Pandas' iloc() in WorldMapViz (apache#7379)
When the same metric is used in a World Map panel for both bubble size and an axis (either X or Y), it currently breaks the rendering. The change in behavior was introduced in: apache@71e0c07#diff-f451672348fc6071e8d627778bdc4e96L1730 The use of .iloc() is not needed anymore since the code that used to duplicate the metric is not there anymore. Should fix apache#7006
- Loading branch information