microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.29k stars 292 forks source link

Size of list of dataframes shows size of first dataframe instead of size of list in jupyter variables #14966

Open jj-github-jj opened 10 months ago

jj-github-jj commented 10 months ago

Type: Bug

a variable that is a list of dataframes , say df_list, shows correct Type ( list) but not the correct size of the list. In the Size column it shows (84,2) which happens to be the size of the first dataframe in list . I expect the Size of the list since the Type is list and not the size of the dataframe

VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:49:37.021Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i5-1240P (16 x 2112)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|7.73GB (0.89GB free)| |Process Argv|--crash-reporter-id 19bc74b9-096c-402c-b95a-9eddc06322a9| |Screen Reader|no| |VM|0%|
Extensions (24) Extension|Author (truncated)|Version ---|---|--- bracket-select|chu|2.0.2 open-in-npp|CSe|0.1.5 vscode-quick-select|dba|0.2.9 codespaces|Git|1.16.5 copilot|Git|1.143.601 copilot-chat|Git|0.12.2023120701 playwright|ms-|1.0.20 black-formatter|ms-|2023.6.0 isort|ms-|2023.10.1 python|ms-|2023.23.13541005 vscode-pylance|ms-|2023.12.1 jupyter|ms-|2023.11.1003402403 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-powertoys|ms-|0.1.0 vscode-jupyter-slideshow|ms-|0.1.5 remote-wsl|ms-|0.81.8 powershell|ms-|2023.8.0 vscode-react-native|msj|1.12.2 angular-cli|pko|1.0.1 es7-react-js-snippets|rod|1.9.3 search|use|0.0.1 vscode-python-poetry|zes|0.17.8
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes516:30244333 vslsvsres303:30308271 vserr242:30382549 vsjup518:30340749 vshan820:30294714 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 py29gd2263:30899288 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 azure-dev_surveyone:30548225 f6dab269:30613381 showlangstatbar:30737416 0bi6i642:30917235 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 dsvsc013:30795093 dsvsc014:30804076 dsvsc015:30845448 pythontestfixt:30902429 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:30885898 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 aa_t_chat:30882232 cp7184c:30925681 ```
maritsloots commented 10 months ago

I have the same problem, however I don't think it shows the size of the first dataframe in the list, in my case.