We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all of the groupby vbenches need a np.random.seed(1234) to make them consistent from run-to-run (where they don't have them now).
np.random.seed(1234)
Possibly should do this on other benches as well.