python-tablefu
python-tablefu copied to clipboard
A Python version (almost a port) of ProPublica's TableFu
as mentioned on the tweeters, this seems to mostly work for allowing you to us a row as a dict, or to use table.values(...) with the key being a 'virtual...
I am using tablefu + jinja2 to create html forms from an excel spreadsheet. Excel 2013 will export csv with 8bit ASCII, Latin-1, which allows for translations into European languages....
python 3.3 version installled using easyinstall under Windows7. error: File "C:\Python33\lib\site-packages\python_tablefu-0.4.2-py3.3.egg\table_fu__ init__.py", line 15, in ImportError: No module named 'urllib2' tried fixing using 2to3, but have no success yet.
for example: ``` t1 = TableFu() t2 = t1.filter(type='xxx') t2.total('column_name') ``` the last cause will raise an error such like: ``` D:\tools\WinPython-32bit-2.7.3.3\python-2.7.3\lib\site-packages\table_fu\__init__.pyc in __getitem__(self, column_name) 343 datum = self.get(column_name) 344...
Hello, Thanks first for your code ! I have experience a little desagreement : your module doesn't work (from import declaration) if the statestyle module is not installed. I think...