Kanaries/pygwalker

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

オープン

#475 opened on 2024/03/09

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (405 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (8,606 個のスター)
PR merge metrics
 (平均マージ 17h 40m) (30d で 5 merged PRs)

説明

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'

コントリビューターガイド