adamerose / adamerose/PandasGUI
Does pandasgui have a text filter function?
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 3.3k
- Fork
- 239
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.