A quick and dirty solution would be to convert it to a string
print('\t'.join(data_all2.columns))
would cause all of them to be printed out separated by tabs Of course, do note that with 102 names, all of them rather long, this will be a bit hard to read through