Hi I just wrote a little program for a bingo game, where I can randomize names and sentences(phrases). I prepare them in two csv sheets and bring them together via pandas concat into one txt sheet. But when I try to create a sheet with more then three columns, I always get the following: columns disappear
Why are the column 1 and 2 not there?
Here is the complete code: complete code