DataFrame.to_string() remove extra white space between columns · Issue #571 · pandas-dev/pandas (original) (raw)

DataFrame.to_string() uses one extra white space between columns for sign alignment.
Remove it, for user who need exact column width, how to do this nicely?

see also mailing list discussion