Unlimited time test 3

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. The test results were from 2013.
Data source
Grades from a midterm [%] and the time taken to write the test [minutes].
Data shape
89 rows and 2 columns
Usage restrictions
None
Contact person
Kevin Dunn
Contact details
[email protected]
Added here on
16 February 2014 16:35
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-3.csv")
df.describe()

Preview (first 10 rows)

GradeTime
36.4121
54.0197
58.5183
58.8145
59.9152
59.9178
60.5121
66.8186
67.3195
68.2193