Soumya Purohit
University of Missouri - Columbia
Recent Activity
ABSTRACT:
This resource includes a data file containing high resolution water use data from a residential dormitory building on Utah State University's campus. The included iPython notebook demonstrates an analysis aimed at answering the question of how weekend (Saturday and Sunday) water demands are different than weekday (Monday - Friday) demands. The code in the Notbook does the following:
1. Resamples the data to hourly by summing incremental volumes
2. Bins the hourly data into weekday versus weekend data
3. Aggregates the data to average hourly and standard deviation by using the "groupby" function
4. Plots the aggregated weekday versus weekend data for visual comparison
Contact
(Log in to send email) |
All | 0 |
Collection | 0 |
Resource | 0 |
App Connector | 0 |
Created: June 1, 2020, 6:53 p.m.
Authors: Jeffery Horsburgh
ABSTRACT:
This resource includes a data file containing high resolution water use data from a residential dormitory building on Utah State University's campus. The included iPython notebook demonstrates an analysis aimed at answering the question of how weekend (Saturday and Sunday) water demands are different than weekday (Monday - Friday) demands. The code in the Notbook does the following:
1. Resamples the data to hourly by summing incremental volumes
2. Bins the hourly data into weekday versus weekend data
3. Aggregates the data to average hourly and standard deviation by using the "groupby" function
4. Plots the aggregated weekday versus weekend data for visual comparison