We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e16fb commit 616fbecCopy full SHA for 616fbec
python/perspective/perspective/tests/core/data/test_pd.py
@@ -15,7 +15,7 @@
15
fake = Faker()
16
17
18
-def superstore(count=10):
+def superstore(count=50):
19
data = []
20
for id in range(count):
21
dat = {}
0 commit comments