diff --git a/test.py b/test.py deleted file mode 100644 index 0f021e4..0000000 --- a/test.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- - -import tablib - -data = tablib.Dataset() - -data.headers = ['a', 'b', 'c'] -data.append([1,2,3]) -data.append([1,2,3]) - -print data.dict - -new_data = tablib.formats.json.import_set(str(data.json)) -#print new_data.yaml - - - -# data.headers = ['one', 'two', 'three'] -# print data.dict \ No newline at end of file