Adding initial DataFrames Support

Signed-off-by: Jason Myers <jason@jasonamyers.com>
This commit is contained in:
Jason Myers
2017-08-26 20:43:35 -05:00
parent a3cd2c9cff
commit 00e2ffa2ef
5 changed files with 56 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@ install = [
'xlrd',
'xlwt',
'pyyaml',
'pandas',
]
with open('tablib/core.py', 'r') as fd: