Difficulty: Easy
Description: You are a linguist studying linguistic diversity around the world. You’ve found a dataset that includes information about countries, such as the number of languages spoken, area, and population. The dataset also contains a column called MGS, which refers to the mean growing season in each country (i.e., how many months per year crops can be grown in that country, on average).
Beginner-Friendly Objectives:
Learn how to import a CSV file into KNIME.
Perform calculations between columns.
Sort a table using a specific criterion.
Filter the top rows based on your selected criteria.
Try to answer these questions:
What are the top 5 countries by the number of languages spoken?
What are the top 5 countries by the ratio of languages spoken to population?
What are the top 5 countries by the ratio of languages spoken to land area?
Finally, do you notice any patterns related to the MGS value?