Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 220 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 220 Bytes

cmpinf0010-final-project-6

mask = (fireIncidents["type_description"].str.lower().str.find("trash") > -1) | (fireIncidents["type_description"].str.lower().str.find("rubbish") > -1) fireIncidents = fireIncidents[mask]