I have Series names "rows" in DataFrame in Python like this:
The type of this column is "int64" my question is how can I build interacvite Box plot something like below, which will show me max, min and so on values, probably there have to be use :
import plotly.graph_objs as go
import plotly.offline as py
:

