I've been working with some timeseries data using TimeSliderChoropleth, however, I've found that, while one can add a simple, statis tooltip to the map (via ...
import pandas as pd income = pd.read_csv( "https://raw.githubusercontent.com/pri-data/50-states/master/data/income-counties-states-national.csv", dtype={"fips": str ...