Skip to content

Commit

Permalink
missing period
Browse files Browse the repository at this point in the history
Co-authored-by: steveoh <[email protected]>
  • Loading branch information
jacobdadams and steveoh authored Jan 6, 2025
1 parent 186e5d6 commit 1daf8a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ hui_dataframe.groupby(["BLT_DECADE", "SUBTYPE"])["UNIT_COUNT"].sum()

<Image src={StackedPlot} loading="eager" alt="A stacked bar chart showing the unit count by subtype per decade." />

Now we have a much more understandable graph that makes it easier to pick out trends, like the overall housing slump in the 80s, the near disappearance of new mobile homes, and the relative decrease in new stand-alone single home construction in the last 15 years
Now we have a much more understandable graph that makes it easier to pick out trends, like the overall housing slump in the 80s, the near disappearance of new mobile homes, and the relative decrease in new stand-alone single home construction in the last 15 years.

## `pivot`: The General Case of Unstacking

Expand Down

0 comments on commit 1daf8a1

Please sign in to comment.