Core Designer Course| Request for feedback
Hi! I had a dataset with a column for country, a column with 5 different years x country and a column with some statistics. I wanted to: 1) Rank each country for each year on that statistic 2) Compute difference between the stat of yeach year compared to the previous year What I did: 1) Pivoted the df, so that I had one…