May-29-2018, 02:37 AM
Hi, I am quite new to python, and I got confused how to transform a dataset into a table
![[Image: Screenshot%202018-05-29%2009.24.50.png?dl=0]](https://www.dropbox.com/s/xz1q791mlxotnnh/Screenshot%202018-05-29%2009.24.50.png?dl=0)
From that dataset, I want to tramsform the 'Tittle' and the 'Age Group'
so it could look like this :
Mr Mrs Miss
Adult
Senior
Baby
Unknown
Then that table contains how many adult that are alson Mr, and so on
![[Image: Screenshot%202018-05-29%2009.24.50.png?dl=0]](https://www.dropbox.com/s/xz1q791mlxotnnh/Screenshot%202018-05-29%2009.24.50.png?dl=0)
From that dataset, I want to tramsform the 'Tittle' and the 'Age Group'
so it could look like this :
Mr Mrs Miss
Adult
Senior
Baby
Unknown
Then that table contains how many adult that are alson Mr, and so on