Kanaries/pygwalker

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

Open

#475 创建于 2024年3月9日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (405 fork)batch import
enhancementgood first issue

仓库指标

Star
 (8,606 star)
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'

贡献者指南