How to return a table based on the zoom_in area from a hvplot.scatter(x,y)

After zoom-in on a hvplot like curve/scatter,
I’d to perform some statistical summary like mean/max/min/std,
is there way to return a sub table based on the zoom-in area.

Thanks
Wilson