author | Francesco Abbate <francesco.bbt@gmail.com> | 2013年05月16日 22:35:54 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2013年05月16日 22:35:54 +0200 |
commit | 9b8fbb9baf01aae2cb19f0f16ccc5d21682f32a5 (patch) | |
tree | ed19b0539091df0e94b53c0e5a2684fa544cf91f /examples | |
parent | 925ef990a3e082f137705c257ef897e53ca48925 (diff) | |
download | gsl-shell-9b8fbb9baf01aae2cb19f0f16ccc5d21682f32a5.tar.gz |
-rw-r--r-- | examples/exam.csv | 21 |
diff --git a/examples/exam.csv b/examples/exam.csv new file mode 100644 index 00000000..e6ee25dc --- /dev/null +++ b/examples/exam.csv @@ -0,0 +1,21 @@ +student,teacher,sex,m1,m2,final +S-1,john,male,56,42,58 +S-2,john,male,96,90,91 +S-3,john,male,70,59,65 +S-4,john,male,82,75,78 +S-5,john,male,85,90,92 +S-6,john,male,69,60,65 +S-7,john,female,82,78,60 +S-8,john,female,84,81,82 +S-9,john,female,89,80,68 +S-10,john,female,90,93,91 +S-11,jane,male,42,46,65 +S-12,jane,male,28,15,34 +S-13,jane,male,49,68,75 +S-14,jane,male,36,30,48 +S-15,jane,male,58,58,62 +S-16,jane,male,72,70,84 +S-17,jane,female,65,61,70 +S-18,jane,female,68,75,71 +S-19,jane,female,62,50,55 +S-20,jane,female,71,72,87 |