We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1507fc + aefdfd6 commit 8a6ae81Copy full SHA for 8a6ae81
benchmarks/benchmarks.py
@@ -29,7 +29,7 @@ def gen_dataframe_compressible(cols, rows):
29
30
def gen_series_compressible(rows):
31
d = round(random.uniform(-100.0, 100.0), 1)
32
- data = [d * rows]
+ data = [d] * rows
33
34
index = [range(rows)]
35
0 commit comments