10 Guidelines to Better Table Design
[This article was first published on r – paulvanderlaken.com, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Jon Schwabisch recently proposed ten guidelines for better table design.
Next to the academic paper, Jon shared his recommendations in a Twitter thread.
Let me summarize them for you:
- Right-align your numbers
- Left-align your texts
- Use decimals appropriately (one or two is often enough)
- Display units (e.g., $, %) sparsely (e.g., only on first row)
- Highlight outliers
- Highlight column headers
- Use subtle highlights and dividers
- Use white space between rows and columns
- Use white space (or dividers) to highlight groups
- Use visualizations for large tables
To leave a comment for the author, please follow the link and comment on their blog: r – paulvanderlaken.com.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.