Code for cleaning, transforming and analyzing data from the methodologies used in the thesis project. This includes data from the survey questionnaire among building occupants, data logs from the air quality monitors installed within the meeting rooms and data and coding from the evaluation sessions of the prototype.
Written in Python (Jupyter Notebook format, .ipynb), the notebooks utilize libraries such as Numpy and Pandas for data cleaning. Visualization libraries like Seaborn are employed to create graphs and plots, offering an overview of the collected data, exploring patterns, and gaining insights into understanding the occupants.
The data used within the notebooks are not publicly available and are thus not part of this GitHub repository. Only aggregated datasets and data frames of cleaned outputs are visible within the notebooks. Please contact the researcher for the possibility of getting access to the raw unstructured data used in this research.
The notebooks can be viewed using JupyterLab or using the below set-up with the native implementation within VSCode as described below in the install guide.
- Install a code editor such as VSCode.
- Install Python using the Anaconda distribution
- Clone this repository to your local machine.
$ git clone git@github.com:viszlab/datasets.git
- Set-up your VSCode environment using the official guide
- Run (all) the cells to display the output and plot the graphs
βββ docs # Images and documentation for the repo
βββ evaluation-data # Raw .csv export from qualtrics and transcriptions (not included)
βββ monitor-data # Raw .csv logs from the monitors (not included)
βββ survey-data # Raw .csv export from qualtrics (not included)
βββ evaluation-charts # Output graphs of the monitor notebooks
βββ monitor-charts # Output graphs of the monitor notebooks
βββ survey-charts # Output graphs of the survey notebooks
βββ evaluation-notebooks # Notebooks to analyse evaluation data
βββ monitor-notebooks # Notebooks to analyse monitoring data
βββ survey-notebooks # Notebooks to analyse survey data
Viszlab is a tangible physical data visualization for the Lab42 building. An interactive experience using environment sensor data to offer Human Building-Interaction. Viszlab is developed as a Thesis and Graduation project for the Master (MSc) Information Studies: Information Systems (track) at the University of Amsterdam by part-time student Danny de Vries.
- Master: Master Information Studies: Information Systems (track)
- University: University of Amsterdam (UvA)
- Institute: Informatics Institute
- Faculty: Faculty of Science (FNWI)
- Research Group: Digital Interactions Lab (DIL)
- Student: BSc Danny de Vries (14495643)
- Supervisor: Dr. H. (Hamed) Seiied Alavi PhD
Viszlab Β© 2024 by Danny de Vries is licensed under CC BY-NC-SA 4.0.