All our Data Science projects include bite-sized activities to test your knowledge and practice in an environment with constant feedback.
All our activities include solutions with explanations on how they work and why we chose them.
Sort the df
dataframe by Revenue
in descending order. This should be an immutable operation and you should store your results in the variable df_rev_desc
.
Sort the df
dataframe by Sector
in ascending order and by Revenue
in descending order. This should be an immutable operation and you should store your results in the variable df_sect_rev
.