adamerose / adamerose/PandasGUI
Does pandasgui have a text filter function?
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 3.3k
- Forks
- 239
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.