Generate histogram with weighted counts

Is it possible to create histogram with weighted counts? For example, in Seaborn it is fairly straightforward to generate a histogram with the ‘weight’ command. In the chart I’m showing the distribution is weighted by a column weight called ‘persons-sum’.
I have looked around in the hvplot and holoviz documentation but haven’t found a solution.