From 0e6c80f56d226f1c5b7c0a82aa854735fb79458f Mon Sep 17 00:00:00 2001 From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de> Date: Wed, 26 Jun 2019 17:56:06 +0200 Subject: [PATCH] Add a note on a deprecated filter action --- src/explore.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/explore.ipynb b/src/explore.ipynb index e4ab6c7..738d324 100644 --- a/src/explore.ipynb +++ b/src/explore.ipynb @@ -2084,6 +2084,13 @@ "collections.Counter(list(df_actions['FilterActions'].fillna('log only'))).most_common()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "So, apparently 'aftv5flagabuse' was deprecated as an action at some point: \"Deleting, AFTv5 removed from WMF wikis --Legoktm 03/03/13\" see https://en.wikipedia.org/wiki/Special:AbuseFilter/history/472/diff/prev/12164" + ] + }, { "cell_type": "code", "execution_count": 14, -- GitLab