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
Interactive Window and/or Cell Scripts (.py files with #%% markers)
What happened?
Let's say that I am debugging a test and I would like to see the dataframe content:
If I open it in DataViewer it looks like this:
opening of the dataframe in DataViewer is very slow
it is opened in the tab instead to be in a separate window as wide as possible with maximum hight
all columns are too narrow (about 10 characters wide) and there is no way to adjust a single column or all columns width to their contents
If I widen columns by hand:
After pressing "refresh", columns are narrow again.
Now consider this dataframe as toy example. Try to think how this would look like if I have a dataframe with 10 millions of rows and 100 columns (which is something quite usual in data science world).
PyCharm has a solution for it:
showing a dataframe is fast
it is opened in its own window that you can enlarge at will
all columns are much wider and they can be even resized automatically
Until you solve these problems, no one will use DataViewer for dataframes in vscode.
Applies To
What happened?
Let's say that I am debugging a test and I would like to see the dataframe content:
If I open it in DataViewer it looks like this:
If I widen columns by hand:
After pressing "refresh", columns are narrow again.
Now consider this dataframe as toy example. Try to think how this would look like if I have a dataframe with 10 millions of rows and 100 columns (which is something quite usual in data science world).
PyCharm has a solution for it:
Until you solve these problems, no one will use DataViewer for dataframes in vscode.
VS Code Version
Version: 1.72.2 (user setup) Commit: d045a5eda657f4d7b676dedbfa7aab8207f8a075 Date: 2022-10-12T22:15:18.074Z Electron: 19.0.17 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64 10.0.19044 Sandboxed: No
Jupyter Extension Version
Not related
Jupyter logs
No response
Coding Language and Runtime Version
Python 3.10.4 (main, Mar 31 2022, 08:41:55) [GCC 7.5.0] on linux
Language Extension Version (if applicable)
Python v2022.16.1
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
No response
The text was updated successfully, but these errors were encountered: