| question,answer,columns_used,type,column_types,sample_answer | |
| "Are there any job positions available in 'New York, NY'?",True,['Location'],boolean,['category'],True | |
| Are there any job listings from companies founded before 1900?,True,['Founded'],boolean,['number[int16]'],False | |
| Are there any job listings that require Python skills?,True,['python_yn'],boolean,['number[uint8]'],True | |
| Is there a job listing for a 'Data Engineer' role?,True,['Job Title'],boolean,['category'],True | |
| How many unique job titles are listed?,264,['Job Title'],number,['category'],19 | |
| "On average, how old are the companies that have job listings?",46.591644204851754,['age'],number,['number[int16]'],1885.25 | |
| What's the highest rating a company has received?,5.0,['Rating'],number,['number[double]'],4.7 | |
| How many job listings are there from 'Government' type of ownership?,15,['Type of ownership'],number,['category'],0 | |
| Which job title has the highest average salary?,"Director II, Data Science - GRM Actuarial","['Job Title', 'avg_salary']",category,"['category', 'number[double]']",Lead Big Data Engineer | |
| Which state has the most number of job listings?, CA,['job_state'],category,['category'], CA | |
| From which sector is the job listing with the highest salary?,Insurance,"['Sector', 'avg_salary']",category,"['category', 'number[double]']",Information Technology | |
| Which company size has the most job listings?,1001 to 5000 employees,['Size'],category,['category'],1001 to 5000 employees | |
| Which are the top 3 sectors with the most job listings?,"['Information Technology', 'Biotech & Pharmaceuticals', 'Business Services']",['Sector'],list[category],['category'],"['Information Technology', 'Insurance', 'Business Services']" | |
| List the 4 most common industries in the dataset.,"['Biotech & Pharmaceuticals', 'Insurance Carriers', 'Computer Hardware & Software', 'IT Services']",['Industry'],list[category],['category'],"['Computer Hardware & Software', 'Insurance Carriers', 'Enterprise Software & Network Solutions', 'Internet']" | |
| Which 5 states have the most number of job listings?,"[' CA', ' MA', ' NY', ' VA', ' IL']",['job_state'],list[category],['category'],"[' CA', ' MA', ' NY', ' IL', ' TN']" | |
| List 2 company sizes with the least number of job listings.,"['1 to 50 employees', '5001 to 10000 employees']",['Size'],list[category],['category'],"['10000+ employees', 'Unknown']" | |
| What are the top 4 average salaries for job titles in the dataset?,"[254.0, 232.5, 225.0, 205.0]","['Job Title', 'avg_salary']",list[number],"['category', 'number[double]']","[162.0, 161.5, 154.5, 150.5]" | |
| List the year the 3 oldest companies that have job listings were founded.,"[1744, 1781, 1781]",['Founded'],list[number],['number[int16]'],"[1784, 1912, 1928]" | |
| Which are the highest 5 ratings?,"[5.0, 5.0, 5.0, 5.0, 5.0]",['Rating'],list[number],['number[double]'],"[4.7, 4.4, 4.3]" | |
| List the average salaries of the 6 most recent companies.,"[78.0, 88.5, 110.0, 40.5, 132.5, 20.5]","['Founded', 'avg_salary']",list[number],"['number[int16]', 'number[double]']","[122.0, 150.5, 154.5, 162.0, 59.5, 102.5]" | |