This message was deleted.
# help
s
This message was deleted.
m
Good question! Unfortunately we don’t currently have an option to format results. You could use the type assertion option below the column name to convert the number to a string, but then you would lose the histogram. For context, numbers in the table are currently formatted with the option
num.toLocaleString("en-US")
. The summary histogram tries to be a bit smarter by finding the format specificity that allows you to distinguish between the displayed minimum/maximum values (therefore not displaying unnecessary information in the relatively compact table header). That said, we’ve discussed creating UI to format the table output, and this is valuable feedback!
👍 1