diff --git a/notebooks/conflict/acled.ipynb b/notebooks/conflict/acled.ipynb index 5e92b99..0a72bba 100644 --- a/notebooks/conflict/acled.ipynb +++ b/notebooks/conflict/acled.ipynb @@ -78,7 +78,7 @@ "\n", "To match the conflict analysis with the maritime trade trends as [previously seen on this web-book](https://datapartnership.org/red-sea-monitoring/notebooks/ports/README.html), we aggregated the ACLED data to show weekly trends near the ports of interest. \n", "\n", - "### Visualizing conflict fatalities between January 1st 2023 and April 9th 2024" + "### Visualizing conflict fatalities between January 1st 2023 and September 31st 2024" ] }, { @@ -414,6 +414,23 @@ "conflict_monthly['event_date']= conflict_monthly['event_date'].astype('str')" ] }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "tags": [ + "remove-cell" + ] + }, + "outputs": [], + "source": [ + "events_dict = {datetime(2023, 10, 7):'First Attack on Gaza',\n", + " datetime(2023, 11, 17):'First Attack on the Red Sea',\n", + " \n", + " #datetime(2022, 10,5): 'West Azerbaijan\\nEarthquake',\n", + " }" + ] + }, { "cell_type": "code", "execution_count": 44, @@ -1632,23 +1649,6 @@ ")" ] }, - { - "cell_type": "code", - "execution_count": 57, - "metadata": { - "tags": [ - "remove-cell" - ] - }, - "outputs": [], - "source": [ - "events_dict = {datetime(2023, 10, 7):'First Attack on Gaza',\n", - " datetime(2023, 11, 17):'First Attack on the Red Sea',\n", - " \n", - " #datetime(2022, 10,5): 'West Azerbaijan\\nEarthquake',\n", - " }" - ] - }, { "cell_type": "code", "execution_count": 151,