buildings_analytics.queries Package

Queries

This is the module that takes care retriving information from the database

Plot

read_database()

Reads the database and creates a pandas dataframe object.

plot_typical_spans(df)

Reads dataframe and prints a horizontal bar plot of the dataframe.

plot_soft_quantities(df[, filter, overlap, path])

Reads dataframe and prints a radar plot of the dataframe.

Functions

plot(df)

Reads dataframe and prints a horizontal bar plot of the first two colunms of the dataframe.

plot_soft_quantities(df[, filter, overlap, path])

Reads dataframe and prints a radar plot of the dataframe.

plot_typical_spans(df)

Reads dataframe and prints a horizontal bar plot of the dataframe.

read_database()

Reads the database and creates a pandas dataframe object.