Skip to content

Commit f07d0f8

Browse files
committed
Fix areas_of_control replace operation
1 parent 5730f1f commit f07d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/conflict/acled_post_assad.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@
12641264
},
12651265
"outputs": [],
12661266
"source": [
1267-
"areas_of_control['2026-01-01'].replace({'US And NSAGs': 'US and NSAGs'}, inplace=True)"
1267+
"areas_of_control['2026-01-01'] = areas_of_control['2026-01-01'].replace({'US And NSAGs': 'US and NSAGs'})"
12681268
]
12691269
},
12701270
{

0 commit comments

Comments
 (0)