I have a dataframe with multiple columns and different headers. I want to filter the dataframe to keep only the columns that start with the letter I. Some of my column headers have the letter i but start with a different letter.
Is there a way to do this? I tried using df.filter but for some reason, it's not case sensitive.