Check out a userscript which highlights deleted posts.
GitHub
79550300
Date:
2025-04-02 09:57:15
Score:
2.5
Natty:
Report link
val_counts = df["x"].value_counts()
filtered_df = df[df["x"].map(val_counts) <= ceiling]
Reasons:
Low length (1.5):
No code block (0.5):
Low reputation (0.5):
Posted by:
Soumen Ghosh