Skip to content

Commit

Permalink
fix: alt must be there even if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Jan 8, 2025
1 parent 7c483ff commit 9b5b897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ For example:
hui_dataframe.groupby(["BLT_DECADE", "SUBTYPE"])["UNIT_COUNT"].sum().unstack()
```

<Image src={StackedDataframe} loading="eager" />
<Image src={StackedDataframe} loading="eager" alt="" />

(Note that this is a great way to catch inconsistencies in your data, like the `health_care` and `townhomes` entries that snuck in the latest update. We're working on fixing those.)

Expand Down

0 comments on commit 9b5b897

Please sign in to comment.