combining series to a dataframe code example Example: combining series to a dataframe df = pd.concat([a_series, another_series], axis=1)