adamerose / adamerose/PandasGUI
Column contains value
Open
- Dominant language
- Python
- Stars
- 3.3k
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to filter data by containing string value?
For example, having following data in the `my_column`:
"Example 1"
"This is example 1"
"This is"
I would like to do "This" in `my_column`, so result is:
"This is example 1"
"This is"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.