plot
-
buildings_analytics.queries.
plot
(df)[source] - Reads dataframe and prints a horizontal bar plot of the first two colunms of the dataframe.
The first column are the titles and the secound column the values.
- Parameters
df (Dataframe) – pandas Dataframe object containing the slabs data.
- Returns
None