ENH: grep-like select columns of a DataFrame by a part of their names #61319
Labels
Enhancement
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Info
Clarification about behavior needed to assess issue
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
I wish I could grep-like select columns of a DataFrame by a part of their names, and return a subset of the original DataFrame containing only columns that match the substring.
Feature Description
Alternative Solutions
Idk
Additional Context
No response
The text was updated successfully, but these errors were encountered: