0

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

  • Coloumns 1 and 2 are there. They're just not displayed to save space. You can look at this link https://stackoverflow.com/questions/11707586/how-do-i-expand-the-output-display-to-see-more-columns-of-a-pandas-dataframe – Shubham Periwal May 05 '21 at 08:51
  • Thank you very much, that solved the problem. – gleixnerd May 05 '21 at 08:55

0 Answers0