df.set_index('col1').apply(pd.Series.explode).reset_index()

Read more of this post