This project examines data provided by the Columbia University School of Journalism's Stabile Center for Investigative Journalism. Compelled by the lack of available information on EJKs by the Philippine government, Stabile Center attempted to verify deaths under the anti-drug campaign and released their data and research as a downloadable Microsoft excel files for three cities, Manila, Caloocan, and Quezon City. This dataset contains information on 2,320 individuals killed in three municipalities in the capital in the first 18 months of the antidrug campaign. Their data examines twenty-three different sources across six different types of information sources (police records, Philippine Commission on Human Rights, independent journalists, international human rights organizations, etc.), covering the period of July 2016-2017.

For this project, I downloaded the Microsoft excel files from https://github.com/HRDAG/PH-drug-related-killings/tree/master/import/input I saved each tab of data from the excel file and saved them as a CSV file. From here, I imported all six CSV files and used python in order to manipulate the CSV files for import and use in visualization for Tableau. With the raw data, the first python file to run is "data_csvcolumn_export.py", which adds the column "assailant" in each of the six CSV files. This information is crucial for the analysis. This code rewrites 6 csv files to include the new "assailant" comumn. The second python file "data_mergingCSVs.py" merges my CSV files, such that each city's info is now in a single file. It outputs is 3 new csvs, one per city. Once these are run, the CSVs are ready for input into Tableau.

For each city (Manila, Caloocan, and Quezon City), three graphs were made. One graph demonstrates police killings versus unidentified/vigilante assailants; another compares the verification of killings according to the information source (important to compare all other reporting agencies to the police) with a beakdown of 2016 and 2017; and the final one presents a timeline comparing killings by information source (again, important to compare all other reporting agencies to the police) with break down by month (following the periodization of the raw data) for 2016 and 2017. General trends to note inlucde the increase in killings by unidentified/vigilante assailants in 2017 as compared to 2016; the difficulty of verifying killings news, academic, and human rights groups and community organizations; a noticable drop in police claims to killings in 2017; news agencies dropped reporting and verification of killings in 2017; and a gradual increase of external groups doing verifications in 2017.