Description

The app allows users to upload CSV files of some hotels' energy consumption data 
and view each hotel's total sum of consumption for each electricity supply meter,
this gives us insights into which electricity supply each hotel consumes the most.

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/AmaniEzz/Hotels-Energy-Consumption-visualizations.git
$ cd Hotels-Energy-Consumption-visualizations
$ python manage.py migrate
$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.

Walkthrough

Step 1: Upload all csv files

Inserting 93000 rows into the database took only 2 minutes (thanks to bulk creation)


Step 2: A table with all hotels show up


Step 2: Navigate to the desired Hotel to explore it's data

Chart Explanation