Skip to content

Commit

Permalink
asv groupby.string smaller_faster (pandas-dev#49385)
Browse files Browse the repository at this point in the history
  • Loading branch information
debnathshoham authored and noatamir committed Nov 9, 2022
1 parent f1145fc commit 8a867d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class String:
def setup(self, dtype, method):
cols = list("abcdefghjkl")
self.df = DataFrame(
np.random.randint(0, 100, size=(1_000_000, len(cols))),
np.random.randint(0, 100, size=(10_000, len(cols))),
columns=cols,
dtype=dtype,
)
Expand Down

0 comments on commit 8a867d9

Please sign in to comment.