antra0497 / Interview_Assignment_FandP

Interview_Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indoor Facilities Management Analysis : F&P

Original Data: Json Format

* Indoor air quality data [iaq.json] : (102629, 5)
* Outdoor air quality [oaq.json] : (2892, 4)
* Sensor locations [floors.json] : (2, 3)

Processed Data: Pandas Dataframe and .CSV output. Loaded dated into pandas dataframe and normalized it where required

Data wrangling steps:

1. Datetime conversion
2. Creating separate date and time feature
3. Checking/ treating missing values 
4. Checking for inconsistency in the data 
5. Stats check: with respect to required operational values
6. Data rollup: hourly and daily basis
7. Calculation Humidity Ratio
8. Data Merge

Analysis Report:

1. Indoor Air Quality (IAQ) Analysis: As the given indoor data includes indoor temperature, humidity, and CO2 levels, we can analyze the IAQ of the building. We can analyze mean and standard deviation of each sensor on both the floor. We can also identify any area that have high CO2 levels, which may indicate poor ventilation. We can suggest improving the ventilation system in those rooms to enhance the IAQ. The temperature readings from different sensors can be compared to identify areas with a high or low temperature, and hence help to optimize heating and cooling systems

2. Outdoor Air Quality (OAQ) Analysis: We can also analyze the OAQ data and see how it affects the IAQ of the building. We can compare outdoor data with the indoor data to identify any correlations. We can also analyze the wind speed data and see how it affects the IAQ of the building, as wind speed affects the ventilation of the building.

3.) Occupancy analysis: The indoor temperature and CO2 measurements can be used to estimate occupancy levels in different areas of the building. By analyzing the patterns of temperature and CO2 fluctuations, we can identify which areas are frequently occupied and which ones are not. This information can be used to optimize HVAC systems and ventilation rates.

4. HVAC Analysis : The indoor temperature and humidity measurements can be used to optimize the HVAC system of the building. By analyzing the data from temperature and humidity sensors in the building, we can gain insights into how the HVAC system is performing and identify areas for improvement. For this we will look for correlations between temperature and humidity data for each sensor

Humidity ratio is the ratio of the mass of water vapor to the mass of dry air in a given air-vapor mixture. It is an important parameter in indoor environmental quality (IEQ) analysis as it affects thermal comfort, indoor air quality, and building energy performance.

Read Full Report Here: Link

PowerBI Dashboard

PDF Version Link

About

Interview_Assignment


Languages

Language:Jupyter Notebook 100.0%