To find Pandas DataFrame whose columns start with a pattern, use df.columns.str.startswith. Find an example of this method in the image above.
df.columns.str.startswith
Link to the source code.