adamerose / adamerose/PandasGUI
Does pandasgui have a text filter function?
Aberta
- Linguagem predominante
- Python
- Estrelas
- 3.3k
- Forks
- 239
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.