diff --git a/toy.py b/toy.py new file mode 100644 index 0000000..fea9860 --- /dev/null +++ b/toy.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- + +import tablib + +d = tablib.Dataset() + +with open('/Users/kreitz/Desktop/test.json') as f: + d.json = f.read() + +# del d[900:] + +# print d.height + +print len(d.ods) +