sleep logosleep.

Sleep affects your coding.

Purpose
This dataset is part of a research paper. We merely consider a subset of the original dataset in the paper for sake of calm. We also renamed a few columns. The dataset contains a test done at a university where students had to implement a `PigLatin` class in 90 minutes. Some students deprived themselves of sleep the night before the exercise. A few unit tests were available that had to be confirmed while another set of unit tests were held back. We also know the GPA of the students. The goal is to figure out what the effect is of sleep deprivation.
Links

This dataset is used in a number of places on our website.


Source
This dataset was originally found in a research paper.
Contents

Name Description
id An id for each student in the trial.
gpa The italian grade point average of the student.
sleep The level of sleep the student got.
passed_unit_tests How many unit tests that were held back passed.
passed_asserts How many known unit tests passed
tackled_user_stories How many user stories were tackled
Download

You can download the dataset from the commandline.


wget https://calmcode.io/static/data/sleep.csv

You can also download it directly.