question,answer,type,columns_used,column_types,sample_answer Is it true that the oldest company (based on approval year) is from an urban (UrbanRural=1) area?,False,boolean,"['ApprovalFY', 'UrbanRural']","['number[uint16]', 'number[uint8]']",False Are all companies with more than 10 employees located in an urban (UrbanRural=1) area?,False,boolean,"['NoEmp', 'UrbanRural']","['number[uint16]', 'number[uint8]']",True "Are all companies with a default amount greater than $250,000 in the food sector?",False,boolean,"['default_amount', 'Sector']","['number[uint32]', 'category']",False Is the average number of retained jobs higher for companies located in urban (UrbanRural=1) areas than those in rural (UrbanRural=0) areas?,True,boolean,"['UrbanRural', 'RetainedJob']","['number[uint8]', 'number[uint16]']",True How many companies have a franchise code of 1?,57340,number,['FranchiseCode'],['number[uint32]'],14 What is the average disbursement gross for companies in the retail sector?,164636.4123068934,number,"['Sector', 'DisbursementGross']","['category', 'number[uint32]']", What is the highest approval year in the dataset?,2010,number,['ApprovalFY'],['number[uint16]'],2008 How many unique sectors are there in the dataset?,20,number,['Sector'],['category'],8 What is the most common sector among companies with a franchise code of 1?,Retail trade,category,"['FranchiseCode', 'Sector']","['number[uint32]', 'category']",Other services (except public administration) What is the state of the company with the highest disbursement gross?,ME,category,"['DisbursementGross', 'State']","['number[uint32]', 'category']",FL What is the bank for the company with the highest default amount?,COMMUNITY BANK & TRUST,category,"['default_amount', 'Bank']","['number[uint32]', 'category']","READYCAP LENDING, LLC" What is the sector of the company with the most number of employees?,Health care and social assistance,category,"['NoEmp', 'Sector']","['number[uint16]', 'category']",Construction What are the top 3 sectors among companies with a franchise code of 1?,"['Retail trade', 'Other services (except public administration)', 'Manufacturing']",list[category],"['FranchiseCode', 'Sector']","['number[uint32]', 'category']","['Other services (except public administration)', 'Construction', 'Manufacturing']" What are the 5 most common banks among companies with an approval year earlier than 2000?,"['WELLS FARGO BANK NATL ASSOC', 'BANK OF AMERICA NATL ASSOC', 'U.S. BANK NATIONAL ASSOCIATION', 'JPMORGAN CHASE BANK NATL ASSOC', 'PNC BANK, NATIONAL ASSOCIATION']",list[category],"['ApprovalFY', 'Bank']","['number[uint16]', 'category']","['TRUSTMARK NATIONAL BANK', 'KEYBANK NATIONAL ASSOCIATION']" "What are the top 4 states among companies with a disbursement gross greater than $1,000,000?","['CA', 'TX', 'FL', 'AZ']",list[category],"['DisbursementGross', 'State']","['number[uint32]', 'category']",[] "What are the top 2 sectors among companies with a default amount greater than $500,000?","['Retail trade', 'Accommodation and food services']",list[category],"['default_amount', 'Sector']","['number[uint32]', 'category']",[] What are the top 5 approval years for companies in the retail sector?,"[2005, 2004, 2006, 2007, 2003]",list[number],"['Sector', 'ApprovalFY']","['category', 'number[uint16]']",[] What are the 3 highest disbursement gross for companies with a franchise code of 1?,"[50000.0, 100000.0, 10000.0]",list[number],"['FranchiseCode', 'DisbursementGross']","['number[uint32]', 'number[uint32]']","[249719.0, 136000.0, 125000.0]" What are the top 4 approval years for companies in the state of CA?,"[2007, 2004, 2006, 2003]",list[number],"['State', 'ApprovalFY']","['category', 'number[uint16]']","[2006, 2004, 2003]" What are the 6 highest default amounts among companies in the state of NY?,"[0.0, 50000.0, 25000.0, 100000.0, 35000.0, 10000.0]",list[number],"['State', 'default_amount']","['category', 'number[uint32]']","[49996.0, 12942.0]"