Hi everybody,
I have a dataframe with 4 variables: NACE code (char), country (char), year (num) and employment (num). So basically how many people work in a certain industry in a given year and country. Now my problem is that I sometimes have multiple observations for for the same year/industry/country. For example I have 3 observations for inustry F in Austria (AT) in 2008 (like you can see in the picture). Now how would I go about adding these observations into 1 observations?
Big thanks for your help