- Keep the data in raw and universal (csv) form: Update data anytime with external programs like Excel, Python, MATLAB, R, PowerShell
- Render scientific notation correctly and uniform: Render
4.41941738e-02
as 4.42⋅10−2 3a,3b,3c
- Format numbers: Set max. decimal places 3a,3b,3c; When to show exponent 3c; Use German commas 3b
- Visually guide horizontal reading: Shade every other row 3a; Add dashed line every third row 3b
- Process input data: sort with column 3c
- More ideas: filter, sort, custom column titles, multi column names, Align at decimal or scientific separator
- See source examples: Layout the table
calculate sum, mean, standard deviation under table
Statistics
Calculate sum, mean, or standard deviation for each column
Table calculation
Sum up integers
Sum up floats