Describe the bug
I am encountering an issue where searching within the output of df.value_counts() consistently returns no results. This persists even when searching for single characters or exact matches (e.g., 'D' or 'Dave').
The attached screenshots demonstrate the behavior:
- The initial df.value_counts() output.
- An empty result set when searching for the exact string 'Dave'.
- An empty result set when searching for the single letter 'D'.
Will you submit a PR?
Environment
Details
Replace this line with the output of marimo env. Leave the backticks in place.
Code to reproduce
No response