You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Bokeh naturally interprets Pandas group-by objects, making it very easy to plot series for datasets where each row defines one data point for a single group. As an example, take the Vizier Getting Started Bokeh Example.
Over half the code in the script is used solely to break the dataset down into groups.
By comparison, if the dataset were coming from Pandas, the following line would supplant nearly everything:
I propose adding a
group_byoptional parameter forto_bokehso that the following line has the same behavior: