Kanaries/pygwalker

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

開放

#475 建立於 2024年3月9日

 (3 則留言) (0 個反應) (0 位負責人)Python (405 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (8,606 顆星)
PR 合併指標
 (平均合併 17小時 40分鐘) (30 天內合併 5 個 PR)

描述

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'

貢獻者指南