Pandas currently depends on tabulate >= 0.9.0, so downgrading to 0.8.10 is not really an option at this point. Let us know if you might need some help with some of the items here, or if you're ...
In [2]: tabulate.tabulate([], headers=['a', 'b', 'c', 'd', 'e'], colalign=['left', 'left', 'left', 'left', 'left']) ----- IndexError Traceback (most recent call last ...