Unlimited time test 2

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
61 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-2.csv")
df.describe()

Preview (first 10 rows)

GradeTime
43.0228
49.4228
50.6245
51.3173
52.5186
52.5201
53.0230
54.4240
57.6200
57.6244