Skip to content

Commit 2780c6f

Browse files
committed
Revert "reduce number of rows in reshape.GetDummies.time_get_dummies_1d_sparse benchmark"
This reverts commit e2f892a.
1 parent 49248d2 commit 2780c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/reshape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def time_pivot_table(self):
135135
class GetDummies(object):
136136
def setup(self):
137137
categories = list(string.ascii_letters[:12])
138-
s = pd.Series(np.random.choice(categories, size=10000),
138+
s = pd.Series(np.random.choice(categories, size=1000000),
139139
dtype=pd.api.types.CategoricalDtype(categories))
140140
self.s = s
141141

0 commit comments

Comments
 (0)