Skip to content

Commit

Permalink
Merge pull request #4 from octogenary/dev
Browse files Browse the repository at this point in the history
Remove charts from markdown since WP deals with them
  • Loading branch information
octogenary authored Sep 12, 2021
2 parents fe7ba11 + 06a9753 commit 43a015d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
16 changes: 1 addition & 15 deletions data/Web_scraper_PFDs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,7 @@
},
{
"cell_type": "code",
"execution_count": 404,
"execution_count": 405,
"metadata": {
"tags": []
},
Expand All @@ -2778,20 +2778,6 @@
"initially named as respondents also respond. Due to an absence of\n",
"machine-readable data, it is difficult to devise more informative schemas\n",
"that remain robust.\n",
"\n",
"Figure 1: number of reports sent per month\n",
"\n",
"![Number of reports sent per month](./reports-per-month.svg)\n",
"\n",
"Figure 2: response rates by month\n",
"\n",
"![Response rates by month](./responses-over-time.svg)\n",
"\n",
"Figure 3: reports by area\n",
"\n",
"![Reports by area](./areas.svg)\n",
"\n",
"\n",
"\"\"\"\n",
"\n",
"with open(\"summary_statistics.md\", \"w\") as f:\n",
Expand Down
14 changes: 0 additions & 14 deletions data/summary_statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,3 @@ of recipients of a report. In some cases, interested parties not
initially named as respondents also respond. Due to an absence of
machine-readable data, it is difficult to devise more informative schemas
that remain robust.

Figure 1: number of reports sent per month

![Number of reports sent per month](./reports-per-month.svg)

Figure 2: response rates by month

![Response rates by month](./responses-over-time.svg)

Figure 3: reports by area

![Reports by area](./areas.svg)


0 comments on commit 43a015d

Please sign in to comment.