Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
In [2]: tabulate.tabulate([], headers=['a', 'b', 'c', 'd', 'e'], colalign=['left', 'left', 'left', 'left', 'left']) ----- IndexError Traceback (most recent call last ...