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

3 lines
53 B
Python
Raw Normal View History

2021-05-11 12:38:26 -07:00
temp.columns.name = 'Pclass'
temp = temp.stack()
temp