Steps to reproduce:
- debug some script in vscode where a DataFrame
df
is generated - type
show(df,allcols=true)
in the Debug Console like
show(df,allcols=true)
nothing
- check the output in Terminal and see something like this:
Row │ pw pdn ds dsdn
│ Any Any Any Any
─────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
⋮ │ ⋮ ⋮ ⋮ ⋮
2 rows omitted