Kanaries/pygwalker

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

Open

#475 aperta il 9 mar 2024

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (405 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (8606 star)
Metriche merge PR
 (Merge medio 17h 40m) (5 PR mergiate in 30 g)

Descrizione

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'

Guida contributor