Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Using .filter
Full Version:
Using .filter
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Thunberd
Jun-13-2018, 06:55 PM
df = pd.read_csv(file) df2 = df.filter(regex= 'Bottom') print(df2)
I have this, I am wondering if I could somehow search for more than just 'Bottom' and also get 'left' and 'Right'
Python Forum
>
Python Coding
>
General Coding Help
> Using .filter