Is it possible to specify a float precision specifically for each column to be printed by the Python pandas package method pandas.DataFrame.t
pandas
You can do this with to_string. There is a formatters argument where you can provide a dict of columns names to formatters. Then you can use some regexp to replace the default column separators with your delimiter of choice.
formatters