Hi there,
I have the following string which is tab seperated
dasj dhsahdwe dhasdhajks ewqhehwq dsajkdhas
edward das dsaw das daswf
fjdk ewf jken dsajkw dskdw
hklt ewq vn1 daskcn daskw
How can I format it in python in order to make each column to have the width of the longest cell in this column? And look like below
dasj dhsahdwe dhasdhajks ewqhehwq dsajkdhas
edward das dsaw das daswf
fjdk ewf jken dsajkw dskdw
hklt ewq vn1 daskcn daskw
Thanks a lot.