Dataframe not fully displaying

Hello, I have written code that works up until it is supposed to print the dataframe. The Dataframe has 11 columns but only 6 will display. I wrote and debugged most of the code in a jupyter notebook and it did not have this display quirk. This is my first time using Pyscript so I’m sure there is something I’m missing but don’t know what it is. I would appreciate the help.

After continued digging in pandas documentation I found my problem and the code to fix it.

pd.set_option(“expand_frame_repr”, False)