Kanaries/pygwalker

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

Ouverte

#475 ouverte le 9 mars 2024

 (3 commentaires) (0 réaction) (0 personne assignée)Python (405 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (8 606 étoiles)
Métriques de merge PR
 (Merge moyen 17h 40m) (5 PRs mergées en 30 j)

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'

Guide contributeur