8000 If you default to 50 rows it will shrink to fit, but not if it's an empty set. · Issue #515 · microsoft/vscode-data-wrangler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
If you default to 50 rows it will shrink to fit, but not if it's an empty set. #515
Open
@bgupta

Description

@bgupta

Type: Bug

Behaviour

Expected vs. Actual

XXX

Steps to reproduce:

  1. Set default setting in @ext:ms-toolsai.datawrangler dataWrangler.outputRenderer: Pagination: Default Size to: 50
  2. have an empty df in a cell. (Not print, just the df) e.g.:
    pd.DataFrame(columns=['ColumnA', 'ColumnB'])

Example of working correctly

  1. have a non-empty df in a cell:
    df = pd.DataFrame([['value1', 'value2']], columns=['ColumnA', 'ColumnB'])

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0