diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-12-08 15:15:26 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-12-08 15:15:26 +0200 |
| commit | 152aea5b86cdab40b6f3bd0f9bb6cc49bf4018bb (patch) | |
| tree | 8b1fc0c5237bd055ee3d845abf2a541a86460395 /linegraph-test/data.py | |
| parent | e263daa376ed8b6be58d3c7d311e4b896666d8fc (diff) | |
Diffstat (limited to 'linegraph-test/data.py')
| -rw-r--r-- | linegraph-test/data.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linegraph-test/data.py b/linegraph-test/data.py deleted file mode 100644 index 9171e2a..0000000 --- a/linegraph-test/data.py +++ /dev/null @@ -1,8 +0,0 @@ -import csv - -with open('data.csv', 'r') as f: - reader = csv.reader(f) - tags = reader.next() - data = zip(*[row for row in reader]) - -
\ No newline at end of file |
