Radio button group choose different rows in DF (brand new to Bokeh)

Trying to create a radio button group that changes the displayed plot of data. Wanting the buttons to control which rows of data from the Pandas DF are chosen. Trying to find tutorials or examples but sadly striking out. Any help is greatly appreciated.

Thanks!

Have you read the documentation section about filtering data? Providing data — Bokeh 2.4.2 Documentation

Yes indeed. I’m leaning toward the boolean filter by date, setting the date as part of the Radio Button (probably the title) such that if the date in the row is the same as the labeled date on the button then the data range is displayed. Struggling to figure out that behavior. Any ideas?

Edit: nevermind I think I figured it out. Thanks again!