Skip to content

Commit

Permalink
Merge pull request #39 from jrleeman/surface_plots
Browse files Browse the repository at this point in the history
Declarative Surface Plots
  • Loading branch information
dopplershift committed Jan 11, 2020
2 parents 7292517 + 73c8790 commit cbfd0a1
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
"\n",
"<div style=\"float:right; width:250 px\"><img src=\"http://weather-geek.net/images/metar_what.png\" alt=\"METAR\" style=\"height: 200px;\"></div>\n",
"\n",
"## Overview:\n",
"\n",
"* **Teaching:** 30 minutes\n",
"* **Exercises:** 35 minutes\n",
"\n",
"### Questions\n",
"1. How do I read in complicated mesonet data with Pandas?\n",
"1. How do I merge multiple Pandas DataFrames?\n",
Expand Down Expand Up @@ -519,9 +514,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:gallery]",
"display_name": "Python 3",
"language": "python",
"name": "conda-env-gallery-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -533,7 +528,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cbfd0a1

Please sign in to comment.