Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 18, 2023
1 parent a7bbd4e commit eeb48ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ merged_list['per_100k_hours'] = (merged_list.accidents / merged_list.total_hours
merged_list.to_csv("accident-rate-ranking.csv")
```

The file it creates can be imported into other program for reuse, including the data visualization programs many newsrooms rely on to publish graphics. For instance, the file we've exported above could be used to quickly draft a chart with Datawrapper, like this one:
The file it creates can be imported into other programs for reuse, including the data visualization tools many newsrooms rely on to publish graphics. For instance, the file we've exported above could be used to quickly draft a chart with [Datawrapper](https://datawrapper.de/), like this one:

<iframe title="Helicopter accident rates" aria-label="Split Bars" id="datawrapper-chart-6gTy3" src="https://datawrapper.dwcdn.net/6gTy3/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="452" data-external="1"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(e){if(void 0!==e.data["datawrapper-height"]){var t=document.querySelectorAll("iframe");for(var a in e.data["datawrapper-height"])for(var r=0;r<t.length;r++){if(t[r].contentWindow===e.source)t[r].style.height=e.data["datawrapper-height"][a]+"px"}}}))}();
</script>

```{note}
Interesting in learning more about how to publish data online? Check out ["First Visual Story,"](https://palewi.re/docs/first-visual-story/) a tutorial that will show you how journalists at America’s top news organizations escape rigid content-management systems to publish custom interactive graphics on deadline.
Interested in learning more about how to publish data online? Check out ["First Visual Story,"](https://palewi.re/docs/first-visual-story/) a tutorial that will show you how journalists at America’s top news organizations escape rigid content-management systems to publish custom interactive graphics on deadline.
```


Expand Down

0 comments on commit eeb48ae

Please sign in to comment.