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 714a941 commit 38c6f3aCopy full SHA for 38c6f3a
src/assets/synthetic-data.tsx
@@ -616,7 +616,7 @@ def run():
616
setResult(json.dumps(
617
{'type': 'heading', 'data': 'Output file:'}
618
))
619
- setResult(json.dumps({'type': 'table', 'data': synthetic_data.to_json(orient="records")}))
+ setResult(json.dumps({'type': 'table', 'data': synthetic_data.head().to_json(orient="records")}))
620
621
np.random.seed(42)
622
heatmap = np.random.rand(100, 10)
0 commit comments