Animated Bubble Plot

In [56]:
from verticapy.datasets import load_gapminder
gapminder = load_gapminder()
gapminder.animated("year", ["lifeExp", "gdpPercap", "country", "pop",], "continent", 
                   kind="bubble", limit_labels=10, limit_over=100,)
Out[56]: