This dataset was generated as an output for the DRI Mapping exercise carried out during the UKRI Net Zero Digital Research Infrastructure (DRI) Scoping Project undertaken from 2021-2023. The final report of this work is available from:
https://doi.org/10.5281/zenodo.7805987
This dataset, and its accompanying code and metadata files are available from:
https://doi.org/10.5281/zenodo.7784877
Or on GitHub at:
https://github.com/net-zero-dri/dri-mapping-dataset
This repository contains the following files:
column_descriptions.csv- A CSV mapping the short column names to descriptives names and the original questions.correlation_plot.png- A correlation matrix plot included in the example notebook.dri_mapping_dataset.csv- The DRI Mapping dataset file (in CSV format).DISCLAIMER.txt- Disclaimer on the usage of this dataset.environment.yml- The software dependencies required for running the example notebook (as a Conda environment file).example-notebook.ipynb- A Jupyter Notebook demonstrating how to read and visualise the dataset.full_questionnaire.pdf- A PDF of the full questionnaire used in the DRI Mapping Survey.LICENSE- Licence file.README.md- This file.
The following information gives guidance on reading and working with the dataset.
The dataset file is contained within this repository:
dri_mapping_dataset.csv
It can be accessed directly from this public URL:
https://github.com/net-zero-dri/dri-mapping-dataset/blob/main/dri_mapping_dataset.csv
The dataset contains a simple table, as follows:
-
The first row contains column headings:
- The first column is the record number
- Excluding the first cell (which is the record number), these map to questions asked in DRI Mapping Survey
- The headings use short codes
- A CSV file is provided,
column_descriptions.csv, containing the columns:- Column name
- Descriptive name
- Original survey question
-
There are 44 records in total
The dataset is written to a comma-separated-variables (CSV) file so it can be read by any software designed for data analysis as well as standard desktop applications such as Excel and Notepad.
You can open the CSV file directly into Microsoft Excel. There are many guides on how to do this, such as:
Jupyter Notebooks are powerful interactive tools that allow you to write, annotate and execute Python code within your web-browser. We have provided a Notebook with examples of how to work with the DRI Mapping dataset. See:
https://github.com/net-zero-dri/dri-mapping-dataset/blob/main/example-notebook.ipynb
You can execute the Notebook directly on the free Binder service, from here:
https://mybinder.org/v2/gh/net-zero-dri/dri-mapping-dataset/HEAD
The Python software environment required to run the notebook is defined in the file:
environment.yml