query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
incident with no arrest made refers to arrest = 'FALSE'; general description refers to primary_description; "BATTERY" is the primary_description; percentage = Divide (Count(iucr_no where primary_description = 'BATTERY'), Count(iucr_no)) * 100
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
name of neighborhood refers to neighborhood_name; the most population refers to max(population)
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
index status refers to index_code; homicide incident refers to primary_description = 'HOMICIDE'
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
no arrest has been made refers to arrest = 'FALSE'
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
crime case against persons refers to crime_against = 'Persons'
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
"unlawful taking, carrying, leading, or riding away of property from the possession or constructive possession of another person" is the description; name of community refer to community_area_name; most reported incidents refers to Max(Count(fbi_code_no))
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
"Calumet" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime
|
Among the incidents reported in Harrison, what percentage are disorderly conduct?
|
"Harrison" is the district_name; 'Disorderly Conduct' is the title; percentage = Divide (Count(title = 'Disorderly Conduct'), Count(report_no)) * 100; incident report refers to report_no
|
community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
"Avalon Park" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
index code refers to iucr_no; case JB296775 refers to case_number = 'JB296775'
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
in aircraft refers to location_description = 'AIRCRAFT'; general description refers to primary_description; specific description refers to secondary_description; most common crime incidents refers to Max(Count(iucr_no))
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
"Robert A. Rubio" is the commander
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'
|
List down the neighborhood areas of Douglas.
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
"CHILD ABDUCTION" is the secondary_description; coordinates refers to latitude, longitude
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
"Homicide 1st & 2nd Degree" is the title
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
domestic violence refers to domestic = 'TRUE'; Lincoln Square refers to community_area_name = 'Lincoln Square'
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
neighborhood area refers to neighborhood_name; Douglas refers to community_area_name = 'Douglas'
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
the least population refers = min(sum(population))
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
"Austin" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'; West Pullman refers to community_area_name = 'West Pullman'; percent = divide(count(report_no where arrest = 'TRUE'), count(report_no)) where domestic = 'TRUE' and community_area_name = 'West Pullman' * 100%
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
"Calumet" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
Find the ward office's address and phone number of the ward where the most crimes without arrest occurred.
|
the most crime without arrest refers to Max(Count(arrest = 'FALSE')); phone number refers to ward_office_phone; address refers to ward_office_address
|
simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
"Avalon Park" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
in May 2018 refers to date LIKE '5/%/2018%'
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
alderman's full name refers to alderman_name_suffix, alderman_first_name, alderman_last_name; the most crowded refers to max(population)
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
in the street refers to location_description = 'STREET'
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
the Central district refers to district_name = 'Central'; percentage = divide(count(case_number where district_name = 'Central'), count(case_number)) * 100%
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
Albany Park refers to district_name = 'Albany Park'; in an apartment refers to location_description = 'APARTMENT'; criminal sexual abuse refers to title = 'Criminal Sexual Abuse'
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
report number refers report_no; 'Jill M. Stevens" is the commander
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
"Forest Glen" is the community_area_name; neighborhoods refers to neighborhood_name
|
Which alderman represents the ward with the most number of crimes in January, 2018? Please give his or her full name.
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
location coordinates refers to latitude, longitude
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
Central Chicago refers to district_name = 'Central'
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
more than 50000 inhabitants refers to Population > 50000; first name of alderman refers to alderman_first_name
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
domestic violence refers to domestic = 'TRUE'; in an abandoned building refers to location_description = 'ABANDONED BUILDING'; in 2018 refers to date LIKE '%2018%'
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
vandalism refers to title = 'Vandalism'; arrested refers to arrest = 'TRUE'
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
most crowded ward refers to Max(Population)
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
least populated refers to Min(Population); community refers to community_area_no; most common location refers to Max(Count(location_description))
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
average = Divide(Count(ward_no), Count(side))
|
What is the average population of the wards where apartment crimes have been reported without arrests?
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
no arrest made refers to arrest = 'FALSE'; Central Chicago refers to district_name = 'Central'
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
most crowded ward refers to Max(Population)
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
community area refers to community_area_name; the neighborhood Albany Park refers to neighborhood_name = 'Albany Park'
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
"RECKLESS HOMICIDE" is the secondary_description; average = Divide (Count(report_no), Count(district_name))
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
"Austin" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
case JB107731 refers to case_number = 'JB107731'
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
"Avalon Park" is the neghborhood_name; happened inside the house refers to location_description = 'HOUSE'; percentage = Divide (Count(location_description = 'HOUSE'), Count(location_description)) * 100
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
population below 52000 refers to population < 52000; beat greater than the 90% of the average beat refers to beat > multiply(avg(beat), 0.9) where population < 52000
|
What is the legislative district's office address where 010XX W LAKE ST is located?
|
the legislative district's office address refers to ward_office_address; 010XX W LAKE ST refers to block = '010XX W LAKE ST'
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; against property refers to crime_against = 'Property'
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
most population refers to Max(Population); domestic violence refers to domestic = 'TRUE'
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
case No.JB134191 refers to case_number = 'JB134191'
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
domestic violence refers to domestic = 'TRUE'; arrested refers to arrest = 'TRUE'
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
no arrest has been made refers to arrest = 'FALSE'
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
"Calumet" is the district_name; 'WEAPON VIOLATION' is the primary_description of crime
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
the person responsible for the crime cases refers to commander; Central Chicago refers to district_name = 'Central'
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
communities refers to community_area_name; 'Fraud Incident' is the title of crime
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
"Austin" is the district_name; the most number of crime refers to Max(Count(case_number)); kind of location refers to location_description
|
Among all the crimes that had happened in Central Chicago, how many of them were cases of domestic violence?
|
Central Chicago refers to district_name = 'Central'; case of domestic violence refers to domestic = 'TRUE'
|
January, 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; had more incidents refers to Max(Count(ward_no))
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
simple assault refers to primary_description = 'ASSAULT'AND secondary_description = 'SIMPLE'; on 2018/9/8 refers to date like '%9/8/2018%'
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
least number of domestic crime refers to Min(Count(domestic = "TRUE")); community area refers to community_area_no
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
most crowded ward refers to Max(Population)
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; ward with the most number of crime refers to Max (Count(ward_no)); full name refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
case No. JB100065 refers to case_number = 'JB100065'; name of the district refers to district_name
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
name of neighborhood refers to neighborhood_name; the most population refers to max(population)
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
"BURGLARY" is the primary_description; 'FORCIBLE ENTRY' is the secondary_description; 'DAY CARE CENTER' is the location_description; arrests have been made refers to arrest = 'TRUE'
|
Among the crimes, what percentage are severe?
|
severe refers to index_code = 'I'; percentage = divide(count(iucr_no where index_code = 'I'), count(iucr_no)) * 100%
|
the Far North side refers to side = 'Far North'
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
report number refers to report_no; the far north side refers to side = 'Far North'; population greater than 60,000 refers to population > '60000'
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
the Far North side refers to side = 'Far North'
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
lake view community refers to community_area_name = 'Lake View'; 'The theft of a motor vehicle' is the description
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
FBI code refers to fbi_code_no; definition refers to description; Gambling refers to title = 'Gambling'
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
the highest population refers to max(population); report number refers to report_no; the highest beat refers to max(beat)
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
least number of domestic crime refers to Min(Count(domestic = "TRUE")); community area refers to community_area_no
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
full name of alderman refers to alderman_first_name, alderman_last_name, alderman_name_suffix
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
community with highest number of neighborhoods refers to Max(Count(community_area_no)); community refers to community_area_name
|
Which crime was committed the most by criminals?
|
crime refers to title; committed the most refers to max(fbi_code_no)
|
solicit on public way prostitution crime refers to secondary_description = 'SOLICIT ON PUBLIC WAY' AND primary_description = 'PROSTITUTION'; arrested refers to arrest = 'TRUE'; West Garfield Park refers to community_area_name = 'West Garfield Park'
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
arrest refers to arrest = 'TRUE'; in 2018 refers to date LIKE '%2018%'; in an animal hospital refers to location_description = 'ANIMAL HOSPITAL'; FBI code 08B refers to fbi_code_no = '08B'
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
apartment crime refers to location_description = 'APARTMENT'; without arrest refers to arrest = 'FALSE'; average population = AVG(Population)
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
the most population refers to max(population)
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
in January 2018 refers to Substr(date, 1, 1) = '1' AND Substr(date, 5, 4) = '2018'; 'Robert A. Rubio' and 'Glenn White' are both commander; responsible for more incident refers to Max(count(ward_no))
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
domestic violence refers to domestic = 'TRUE'; highest number of case refers to Max(Count(district_no)); name of district refers to distric_name
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
"Weapons Violation" is the title of crime; crime cases refers to report_no;
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
name of the community refers to community_area_name; the highest number of crimes refers to max(case_number); prostitution refers to primary_description = 'PROSTITUTION'
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
case JB107731 refers to case_number = 'JB107731'
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
average = Divide(Count(ward_no), Count(side))
|
Who is the crime against criminal sexual abuse?
|
"Criminal Sexual Abuse" is the title of crime
|
coordinates refers to latitude, longitude; severe crime refers to index_code = 'I'
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.