Data Source: "WNBA_playoffs.csv" from https://stats.wnba.com/players/boxscores-traditional/. csv file included
What I want to convey: I want to show some important game stats for each WNBA team over the course of the 2022 playoffs. These stats include points per game, turnovers per game, and 3 pointers attempted per game. This table can be a good visual for the user to see how each team did.
Functionality: I allow the user to highlight each row which makes it easy to see which team they are looking at. There is also a column with graphs of points for each playoff game and the user can hover over the graph and see exactly how many points the team had for each game.
Formatting: I put a header over the stats which makes the column names easier to read and understand. I also made each value rounded to one decimal place which is typical of sports stats reporting and makes the table easier to read for the user.