Full Description:
For this contest, I aim to integrate the great-tables and Polars packages in Python to create a table that displays the 2023 Euro NCAP ratings for 17 cars.
I couldn't help but notice that your tables are all static images, but the code is setting up the row labels as links (and the column labels might be clickable to sort?). Have you looked at deploying the table as a jupyter notebook or quarto doc to github pages or Quarto.pub? That way you can link to the fully featured table.
@EconomiCurtis, thanks for your great suggestion. I took some time to figure out how to output the table in raw HTML and render it in Quarto Pub, and it looks great!