Unlimited time test

Description
The grades from a midterm exam, as well as the time taken by the student to write the exam. It was an "infinite" time midterm, so there was no time pressure to finish within the allocated period.
Data source
Grades from a midterm [%] and the time taken to write the test [minutes].
Data shape
80 rows and 2 columns
Usage restrictions
None
Contact person
Kevin Dunn
Contact details
[email protected]
Added here on
01 March 2013 8:41
Last updated
11 November 2018 16:35

Load this dataset in Python

import pandas as pd

df = pd.read_csv("https://openmv.net/file/unlimited-time-test.csv")
df.describe()

Preview (first 10 rows)

GradeTime
85.0127
79.2152
74.2115
71.7152
80.0152
88.3190
80.0209
59.2155
60.8195
50.8158