stefanuddenberg
2/12/2019 - 9:14 PM

Pandas -- Convert series to DataFrame with columns on top

# For when the .to_frame() method just won't work for you
df = DataFrame(series).transpose()