adamerose / adamerose/PandasGUI
Does pandasgui have a text filter function?
未關閉
- 主要語言
- Python
- 星號
- 3.3k
- 分支
- 239
- PR 合併指標
- 30 天內沒有已合併 PR
描述
As simple like [This](https://www.w3schools.com/jquery/jquery_filters.asp).
I just want a simple filter function that displays the results instantly as I type, is there a way?
my code
```
import pandas as pd
from pandasgui import show
df = pd.DataFrame({'a':[1,2,3], 'b':[4,5,6], 'c':[7,8,9]})
show(df)
```
Thanks all.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。