react-plotly.js
{" "}
for interactive rendering
{formatted}
No numeric columns found in dataset.
No Plotly JSON column detected (
{PLOTLY_COLUMN_NAMES.join(", ")}
). Showing numeric column summary.
| Column | Count | Min | Max | Mean |
|---|---|---|---|---|
| {col.name} | {col.count} | {col.min.toLocaleString(undefined, { maximumFractionDigits: 4, })} | {col.max.toLocaleString(undefined, { maximumFractionDigits: 4, })} | {col.mean.toLocaleString(undefined, { maximumFractionDigits: 4, })} |