how to convert a series to a dataframe in python code example Example: series to dataframe pd.DataFrame({'email':sf.index, 'list':sf.values})