Skip to content

Instantly share code, notes, and snippets.

@onzfonz
Created February 26, 2016 06:49
Show Gist options
  • Save onzfonz/bff0431e9b672d969632 to your computer and use it in GitHub Desktop.
Save onzfonz/bff0431e9b672d969632 to your computer and use it in GitHub Desktop.
group: some random data
description[[ the data for this dataset is for testing
The relation _T_ contains basic information about T
The relation _S_ contains basic information about S
]]
S = {
A, B, C
10, 800, Peter
11, 777, Lois
8, 785, Peter
9, 800, Meg
}
T = {
X, Y, Z
785, Peter, 17
800, Meg, 15
761, Meg, 16
800, Lois, 16
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment