Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 802 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 802 Bytes

IPython notebooks for topics specific tutorials

Data files used for tutorials

We also have a buildings.db which is a sqlite file which has the same data as csv files. We will show a sql statement, and then a pandas expression to get the same result. The sql statement can be used with the buildings.db.

Libs

The required libraries can be installed with pip install -r requirements.txt