Skip to content

Commit

Permalink
text changes (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
SahitiSarva authored Oct 3, 2024
1 parent b8cdfae commit 63b0c32
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions notebooks/conflict/acled.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 63b0c32

Please sign in to comment.