1. Import the dataset by pop up the location path.
2. Stored into variable data
3. Check the how many rows and columns with datatype.
4. Check all the name of columns
5. Find out the first 15 entries with column names university, country, score and rank and sort the data with university name.
6. Find out the count of different country.
7. Plot and label the points on graph first 20 entries of given dataset with different colors for country, region, city.
8. Plot the bar chat of first 15 entries and label it wr.t. to scores and university. And also give different width to each bar with different color.
9. Make 3d pie chart with good visualization of first 7 data of data sets.
10. Plot the ggplot in the form of histogram and make different categories according to country and save the output in tiff format.
GO THROUGH THIS LINK FOR ANSWER: