I have a dataframe that looks like this:
I would like to reshape the dataframe in order to have the agegroup categories as columns. Does anyone know how to do this?
I have a dataframe that looks like this:
I would like to reshape the dataframe in order to have the agegroup categories as columns. Does anyone know how to do this?
This is one method: