home-assistant / home-assistant-notebooks

:notebook: Sample Jupyter Notebooks to explore Home Assistant data
https://data.home-assistant.io/
Other
63 stars 32 forks source link

Querying and plotting Home Assistant data with Pandas and matplotlib #1

Closed kireyeu closed 8 years ago

kireyeu commented 8 years ago

Change includes a Jupyter notebook which walks through execution of raw SQL, storing query results in a Pandas dataframe, shaping the data, and outputting matplotlib plots inline in Jupyter. Included word file describes the required dependencies and first steps.

fabaff commented 8 years ago

Your docx file would make a nice blog post. Feel free to create a PR against our documentation repository or let me know if I should convert it.

Thanks for your contribution.