Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does pandasgui have a text filter function? #212

Open
aboutjquery opened this issue Sep 25, 2022 · 0 comments
Open

Does pandasgui have a text filter function? #212

aboutjquery opened this issue Sep 25, 2022 · 0 comments

Comments

@aboutjquery
Copy link

As simple like This.

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant