This can be achieved with "{:n}".format(value), but pandas uses %-formatting for strings (inside to_native_types function) which doesn't support %n format (as of Python 3.4 x64 Win 7) ...
I would like to setup the float format for the whole table using the float_format option in the PrettyTable class constructor. I have tried several values, but either ...