|
question,answer,type,columns_used,column_types,sample_answer |
|
Are there any complaints made in Brooklyn?,True,boolean,['borough'],['category'],True |
|
Do any complaints have 'Dog' as a descriptor?,True,boolean,['descriptor'],['category'],False |
|
Were there any complaints raised in April?,True,boolean,['month_name'],['category'],True |
|
Is the Mayor's office of special enforcement one of the agencies handling complaints?,True,boolean,['agency'],['category'],False |
|
How many complaints have been made in Queens?,23110,number,['borough'],['category'],0 |
|
What's the total number of unique agencies handling complaints?,22,number,['agency'],['category'],7 |
|
How many complaints were raised at midnight?,14811,number,['hour'],['number[uint8]'],2 |
|
How many unique descriptors are present in the dataset?,1131,number,['descriptor'],['category'],16 |
|
Which borough has the most complaints?,BROOKLYN,category,['borough'],['category'],QUEENS |
|
Which month sees the highest number of complaints?,July,category,['month_name'],['category'],January |
|
Which weekday has the least complaints?,Sunday,category,['weekday_name'],['category'],Thursday |
|
Which agency is least frequently handling complaints?,ACS,category,['agency'],['category'],DOHMH |
|
List the top 5 most frequent complaint types.,"['Noise - Residential', 'HEAT/HOT WATER', 'Illegal Parking', 'Blocked Driveway', 'Street Condition']",list[category],['complaint_type'],['category'],"[HEAT/HOT WATER, Building/Use, Noise - Residential, General Construction/Plumbing, Air Quality]" |
|
Which 4 agencies handle the most complaints?,"['NYPD', 'HPD', 'DOT', 'DSNY']",list[category],['agency'],['category'],"[NYPD, HPD, DOB, DSNY]" |
|
Name the 3 least frequent descriptors for complaints.,"['Booting Company', 'Ready NY - Businesses', 'Animal']",list[category],['descriptor'],['category'],"[Structure - Outdoors, Air: Odor/Fumes, Restaurant (AD2), 12 Dead Animals]" |
|
Mention the 2 most common weekdays for complaints.,"['Tuesday', 'Monday']",list[category],['weekday_name'],['category'],"[Monday, Wednesday]" |
|
What are the top 4 hours with the most complaints?,"[0, 12, 10, 11]",list[number],['hour'],['number[uint8]'],"[18, 21, 0, 16]" |
|
State the 3 lowest unique complaint keys.,"[15628852, 15634748, 15634996]",list[number],['unique_key'],['number[uint32]'],"[18311800, 22322205, 25369019]" |
|
Which 5 hours see the least complaints?,"[6, 2, 3, 5, 4]",list[number],['hour'],['number[uint8]'],"[22, 7, 14, 23, 8]" |
|
List 6 unique complaint numbers from the dataset.,"[33629705, 46718634, 51900343, 53128216, 34575561, 46015340]",list[number],['unique_key'],['number[uint32]'],"[51990440, 43655624, 35414182, 43260648, 28084067, 50082845]" |
|
|