Kanaries / Kanaries/pygwalker

How to hide the first row "preview" in data tab

Open
#475 3 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
16k
Forks
889
PR merge metrics
No merged PRs in 30d

Description

Hi team,
I would like to hide the first row that shows the dirtribution in data tab. How to do that?
I tried set use_preview = False but it's not working.
```
walker = pyg.to_html(df,default_tab="data",use_preview=False)
```
Error return
TypeError: pygwalker.api.pygwalker.PygWalker() got multiple values for keyword argument 'use_preview'

Contributor guide

Open the contributing guide

Research direction

Start at pygwalker.api.pygwalker.PygWalker and trace how use_preview is passed when calling pyg.to_html with default_tab="data". Reproduce the reported duplicate-keyword error, then verify that the data tab can hide its first preview row without raising TypeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.