多个series合并成dataframe

import pandas as pd
df = pd.Dateframe(list(zip(series_1, series_2)))

 

你可能感兴趣的:(python,pandas,Python,pandas)