Skip to content

Instantly share code, notes, and snippets.

@NotZombieFood
Created March 6, 2018 21:58
Show Gist options
  • Save NotZombieFood/2548627d0da39f5245e19d0b90685c7c to your computer and use it in GitHub Desktop.
Save NotZombieFood/2548627d0da39f5245e19d0b90685c7c to your computer and use it in GitHub Desktop.
test
group: monkey barfs occasionally. stupid
description[[ the data for this dataset was generated using pythonConv by notZombieFood]]
job = {jobID pickupDate driverID clientID cost
1001 7/25/2006 D456 C034 1000
1102 7/29/2006 D456 C034 700
1203 7/30/2006 D344 C034 300
1334 08/02/2006 D667 C089 550
1455 08/02/2006 D957 C019 450
1676 8/25/2006 D344 C019 800
}
Driver = {driverID dFName Dlname
D456 Jane Smith
D667 Karen Larson
D957 Steven Jobs
D344 Tom Seller
}
client = {clientID cFName cLName cAddress
C034 Ana Aguilar Patria, 400,, Guadalajara
C089 Marco Ruiz Hidalgo, 55,, Guadalajara
C019 Ana Ibarra Bolivar, 345,, Zapopan
C039 Karen Tellez Petunias, 76,, Tonalá
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment