====== WarLogs Dataset ====== The dataset contains a subset of reports concerning the Iraq war, from 2004 to 2009, published by WikiLeak on October 22, 2010. The dataset, already cleaned and preprocessed, is made of a relational table with the following attributes: * **report_key** | text: ID of report * **to_timestamp** | timestamp: date of release of report (up to the minute) * **Type** | text: Macro-classification of events in each report * **category** | text: Specific classification of each report * **region** | text: Class of location of the event * **attack_on** | text: target of event/attack of the report * **coalition_forces_wounded** | integer: n. coalition force units wounded in the event/attack * **coalition_forces_killed** | integer: n. coalition force units killed in the event/attack * **iraq_forces_wounded** | integer: n. Iraqi force units wounded in the event/attack * **iraq_forces_killed** | integer: n. Iraqi force units killed in the event/attack * **civilian_wia** | integer: n. civilians wounded in the event/attack * **civilian_kia** | integer: n. vicilians killed in the event/attack * **enemy_wia** | integer: n. enemy units wounded in the event/attack * **enemy_kia** | integer: n. enemy units killed in the event/attack * **enemy_detained** | integer: n. enemy units captured in the event/attack * **total_deaths** | integer: total number of deaths in the event/attack * **st_x** | numeric: longitude of event/attack location * **st_y** | numeric: latitude of event/attack location The dataset is in CVS format: {{:dm:warlogs.csv.zip| warlogs.csv.zip}}\\