Was wondering if there's a way to prevent python from printing ..... when going over long lists
https://i.stack.imgur.com/epbHc.png
This script will eventually save output to a text file and the text insides also comes out the same way as the output.
I am using Jupyter notebook as a walk-around but would like to get to the root of this to prevent next time
Also found something using
pd.Series to read the list and .set_options to set column width but it doesn't work when trying to read from a file directly (read_excel)
Any similiar method I could use here?