We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49248d2 commit 2780c6fCopy full SHA for 2780c6f
asv_bench/benchmarks/reshape.py
@@ -135,7 +135,7 @@ def time_pivot_table(self):
135
class GetDummies(object):
136
def setup(self):
137
categories = list(string.ascii_letters[:12])
138
- s = pd.Series(np.random.choice(categories, size=10000),
+ s = pd.Series(np.random.choice(categories, size=1000000),
139
dtype=pd.api.types.CategoricalDtype(categories))
140
self.s = s
141
0 commit comments