Plot the combine graph

Hi All,

Eager to know ,if there is a way to plot the combine graphs .
Like get the csv data and simply plot it together with the complete datas with respect to the index column.

For eg : we have something like “df.plot() from matplot” which simply draw the combined graphs from the complete csv data.

Would like to achieve the same through plotly. Thanks