You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
df.info() is about the first thing you run on your data, but it gets shown in a hard to read form in the Diagnostics pane, see screenshot. A monospaced font would solve that. Also, under "Diagnostics", I would expect some technical debug info, not just some standard output/print statements. Why is this not simply called Output as in VS Code?
The text was updated successfully, but these errors were encountered:
df.info()
is about the first thing you run on your data, but it gets shown in a hard to read form in the Diagnostics pane, see screenshot. A monospaced font would solve that. Also, under "Diagnostics", I would expect some technical debug info, not just some standard output/print statements. Why is this not simply calledOutput
as in VS Code?The text was updated successfully, but these errors were encountered: