question,answer,type,columns_used,column_types,sample_answer Is the most visited URL related to 'no code data science'?,True,boolean,"['URLs', 'Keyword', 'Ranking']","['url', 'category', 'number[uint8]']",True Does any URL have a competition level of 'Low'?,True,boolean,"['URLs', 'Competition']","['url', 'category']",True Are there any URLs with an average monthly searches above 1000?,False,boolean,"['URLs', 'Avg. monthly searches']","['url', 'number[uint8]']",False Is the URL with the highest ranking also the one with the highest monthly searches?,True,boolean,"['URLs', 'Ranking', 'Avg. monthly searches']","['url', 'number[uint8]', 'number[uint8]']",True How many unique URLs are in the dataset?,28,number,['URLs'],['url'],13 What is the highest ranking value in the dataset?,11,number,['Ranking'],['number[uint8]'],11 What is the minimum average monthly searches in the dataset?,50,number,['Avg. monthly searches'],['number[uint8]'],50 How many unique keywords are present in the dataset?,6,number,['Keyword'],['category'],6 What is the competition level of the highest-ranked URL?,Medium,category,"['Ranking', 'Competition']","['number[uint8]', 'category']",Low What keyword has the highest average monthly searches?,no code data science,category,"['Avg. monthly searches', 'Keyword']","['number[uint8]', 'category']",no code analytics platform What is the competition level for the URL with the lowest ranking?,Low,category,"['Ranking', 'Competition']","['number[uint8]', 'category']",Medium What keyword is associated with the URL with the highest ranking?,no code data science,category,"['Ranking', 'Keyword']","['number[uint8]', 'category']",no code analytics What are the top 3 URLs with the highest average monthly searches?,"['https://www.obviously.ai/', 'https://venturebeat.com/2021/10/12/no-code-ai-startup-obviously-ai-raises-4-7m/', 'https://hbr.org/2021/11/how-no-code-platforms-could-disrupt-the-it-industry']",list[category],"['URLs', 'Avg. monthly searches']","['url', 'number[uint8]']","[https://towardsdatascience.com/top-8-no-code-machine-learning-platforms-you-should-use-in-2020-1d1801300dd0, https://hbr.org/2021/11/how-no-code-platforms-can-bring-ai-to-small-and-midsize-businesses, https://www.obviously.ai/]" List the bottom 2 competition levels of URLs with ranking less than 5.,"['Medium', 'Unknown']",list[category],"['Ranking', 'Competition']","['number[uint8]', 'category']","[High, High]" Which are the top 4 keywords associated with the URLs of highest rankings?,"['no code data science', 'no code data analytics', 'no code data science', 'no code data science']",list[category],"['Ranking', 'Keyword']","['number[uint8]', 'category']","[no code analytics, no code data science, no code analytics platform, no code data science]" Enumerate the bottom 3 URLs with the lowest rankings.,"['https://www.obviously.ai/', 'https://www.obviously.ai/', 'https://venturebeat.com/2021/10/12/no-code-ai-startup-obviously-ai-raises-4-7m/']",list[category],"['Ranking', 'URLs']","['number[uint8]', 'url']","[https://www.obviously.ai/, https://hbr.org/2021/11/how-no-code-platforms-can-bring-ai-to-small-and-midsize-businesses, https://analyticsindiamag.com/top-12-no-code-machine-learning-platforms-in-2021/]" What are the top 4 rankings associated with the keyword 'no code data science'?,"[10, 9, 8, 7]",list[number],"['Keyword', 'Ranking']","['category', 'number[uint8]']","[10, 9, 6, 4]" List the bottom 3 average monthly searches for URLs with medium competition.,"[50, 50, 50]",list[number],"['Competition', 'Avg. monthly searches']","['category', 'number[uint8]']","[50, 50, 50]" Provide the top 5 rankings of URLs with low competition (if any).,"[11, 10, 10, 9, 9]",list[number],"['Competition', 'Ranking']","['category', 'number[uint8]']","[11, 8, 6, 6, 5]" Specify the bottom 2 average monthly searches for URLs with the highest rankings.,"[50, 50]",list[number],"['Ranking', 'Avg. monthly searches']","['number[uint8]', 'number[uint8]']","[50, 50]"