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 83f6be5 commit 615615aCopy full SHA for 615615a
asv_bench/benchmarks/reshape.py
@@ -141,7 +141,7 @@ class GetDummies(object):
141
142
def setup(self):
143
categories = list(string.ascii_letters[:12])
144
- s = pd.Series(np.random.choice(categories, size=1_000_000),
+ s = pd.Series(np.random.choice(categories, size=1000000),
145
dtype=pd.api.types.CategoricalDtype(categories))
146
self.s = s
147
0 commit comments