* Update the compare table to include parent column labels.
* Show scalar metrics tablethrough rough calculations.
* Remove unnecessary comment.
* Remove unnecesssary print statements and simplify code.
* Break up the loading of scalar metrics table data.
* Update display and error when scalar metrics are not available.
* Update compare table comment and error formatting.
* Add tests and update artifact index to global variable.
* Update formatting.
* Separate scalar metrics table calculation into a separate utils file.
* Add compare utils test and reorganize calculation of compare table props.
* Ensure that the table organization works without names.
* Update compare utils and table tests.
* Update formatting and add compare table test and snapshot.
* Rename file from tsx to ts.
* Reset this branch to only hold the CompareTable changes.
* Update new tests to use React Testing Library.
* Minor fixes - newline and remove unused variable.
* Update formatting.