In a terminal, i can print out the value of a dataframe
and it prints out in a readable way
Where as in vscode, when running in a debugger, it prints out as one long row and is hard to read.
any suggestions on how to make it more readable on vscode?
I ended up using the vscode Python:Terminal (external)
, and within the debug environment, I can do a print(df)
which reads nicely within the terminal.
Try Changing the terminal of VScode to 'git bash' in the terminal tab. It has worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With