I have a table where every 6 entries of the data are loosely related. How can I show that these sections of data are related without adding a separate column explicitly saying so?
I've tried to highlight the columns in groups of 6's but I don't think it looks as good as it potentially could.
Example:

Edit:
The main purpose of the grouping design is to give users a way to count out sets of 6 entries more quickly/easily than using mental math. However, the original order/grouping of the entries is completely arbitrary and based purely on what order they are imported. After the data is imported it will always be kept in that order because it will corresponds with a process that I have no control over.


