Skip to content

Commit

Permalink
Adding first draft for water consumption analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
saroele committed Jan 18, 2018
1 parent 23d65ab commit 887ae77
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions notebooks/Analyze water consumption.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,7 @@
"outputs": [],
"source": [
"import opengrid as og\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"og.datasets.list_available()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline"
"plt = og.plot_style()"
]
},
{
Expand Down Expand Up @@ -69,6 +51,13 @@
"plt.ylabel('Frequency')\n",
"plt.title('Water consumption histogram')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -87,7 +76,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 887ae77

Please sign in to comment.