0% found this document useful (0 votes)
28 views

Link To Download The Data Set:: Data Visualization (Batch 2A) - Assignment 2 Due Date: 16 December 2017

This document provides instructions for an assignment on data visualization using an IoT temperature dataset. Students are asked to: 1) Create a line chart of average daily temperatures. 2) Create a stacked bar chart counting exceedances of temperature limits each day. 3) Plot a tile map of average temperature by day and hour. 4) Create a separate box plot for the temperature distribution each day. 5) Build a dashboard combining the above visualizations and KPI metrics. The temperature data was collected every minute from an IoT device in a server room.

Uploaded by

Uma Maheshwar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Link To Download The Data Set:: Data Visualization (Batch 2A) - Assignment 2 Due Date: 16 December 2017

This document provides instructions for an assignment on data visualization using an IoT temperature dataset. Students are asked to: 1) Create a line chart of average daily temperatures. 2) Create a stacked bar chart counting exceedances of temperature limits each day. 3) Plot a tile map of average temperature by day and hour. 4) Create a separate box plot for the temperature distribution each day. 5) Build a dashboard combining the above visualizations and KPI metrics. The temperature data was collected every minute from an IoT device in a server room.

Uploaded by

Uma Maheshwar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data Visualization (Batch 2A) - Assignment 2

Due Date: 16th December 2017

Link to download the data set:

The data set can be downloaded from the below URL

https://github.com/skathirmani/datasets/blob/master/data_iot_temperature.zip

Description

An IOT device is placed in a server room to monitor the temperature. The device senses the
temperature every minute and sends the data to cloud. The lower and upper limit of the
temperatures are 25 and 30 respectively

1. Day wise compute the average temperature and visualize them in a line chart

2. For each day compute how many times the temperature has exceeded the lower limit

and upper limit separately. Visualize the same using stack bar

3. Create a new column for day of the month and hour of the day. Plot a tile map where x

axis is day of the month, y axis is hour of the day. The colour should represent average

temperature

4. Day wise visualize the distribution of temperature using one box plot per day

5. Create a static dashboard using above visuals. Make sure that you add some KPI metrics

on top of the dashboard

You might also like