Check out a userscript which highlights deleted posts.
GitHub
79210407
Date:
2024-11-21 09:07:33
Score:
1
Natty:
Report link
you could groupby and use np.diff:
import numpy as np df.groupby(['X','Y'])['H'].apply(np.diff)
Reasons:
Low length (1):
Has code block (-0.5):
Low reputation (0.5):
Posted by:
AlexVI