Kanaries/pygwalker

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

Open

#475 opened on Mar 9, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (405 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (8,606 stars)
PR merge metrics
 (Avg merge 17h 40m) (5 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