OSGeoLive-Notebooks/Pandas/snippets/06 - Reshaping data41.py

3 lines
53 B
Python

temp.columns.name = 'Pclass'
temp = temp.stack()
temp