This commit is contained in:
2025-11-29 15:11:13 +01:00
commit 9b3618478f
293 changed files with 113456 additions and 0 deletions
@@ -0,0 +1,4 @@
...1,step,before,after,dropped,logic
1,"status == ""Done""",4265,4066,199,"~status == ""Done"""
2,nchar(fulltext) > 1000,4066,3997,69,~nchar(fulltext) > 1000
3,"is_statistical == ""Yes""",3997,1763,2234,"~is_statistical == ""Yes"""
1 ...1 step before after dropped logic
2 1 status == "Done" 4265 4066 199 ~status == "Done"
3 2 nchar(fulltext) > 1000 4066 3997 69 ~nchar(fulltext) > 1000
4 3 is_statistical == "Yes" 3997 1763 2234 ~is_statistical == "Yes"