forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34d6aac
commit 9452a3d
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
_includes/20190710_visit_parks_sorted_by_visits_top_10_national_parks.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<table border="1" class="dataframe table-park-list"> | ||
<thead> | ||
<tr style="text-align: left;"> | ||
<th></th> | ||
<th>Park Name</th> | ||
<th>Visits in 2018</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>1</th> | ||
<td>Great Smoky Mountains National Park</td> | ||
<td>11,421,200</td> | ||
</tr> | ||
<tr> | ||
<th>2</th> | ||
<td>Grand Canyon National Park</td> | ||
<td>6,380,495</td> | ||
</tr> | ||
<tr> | ||
<th>3</th> | ||
<td>Rocky Mountain National Park</td> | ||
<td>4,590,493</td> | ||
</tr> | ||
<tr> | ||
<th>4</th> | ||
<td>Zion National Park</td> | ||
<td>4,320,033</td> | ||
</tr> | ||
<tr> | ||
<th>5</th> | ||
<td>Yellowstone National Park</td> | ||
<td>4,115,000</td> | ||
</tr> | ||
<tr> | ||
<th>6</th> | ||
<td>Yosemite National Park</td> | ||
<td>4,009,436</td> | ||
</tr> | ||
<tr> | ||
<th>7</th> | ||
<td>Acadia National Park</td> | ||
<td>3,537,575</td> | ||
</tr> | ||
<tr> | ||
<th>8</th> | ||
<td>Grand Teton National Park</td> | ||
<td>3,491,151</td> | ||
</tr> | ||
<tr> | ||
<th>9</th> | ||
<td>Olympic National Park</td> | ||
<td>3,104,455</td> | ||
</tr> | ||
<tr> | ||
<th>10</th> | ||
<td>Glacier National Park</td> | ||
<td>2,965,309</td> | ||
</tr> | ||
</tbody> | ||
</table> |
Binary file added
BIN
+85.4 KB
assets/20190710_visit_park_visits_vs_year_highest_10_national_parks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.