@astanin Would you please look into merging some of the pending PRs (such as #362) and release a new 0.9.x package? Pandas currently depends on tabulate >= 0.9.0, so downgrading to 0.8.10 is not ...
In [2]: tabulate.tabulate([], headers=['a', 'b', 'c', 'd', 'e'], colalign=['left', 'left', 'left', 'left', 'left']) ----- IndexError Traceback (most recent call last ...