Answers for "pandas drop all columns with a particular prefix"

0

python drop all variable that start with the same name

df.filter(like='result',axis=1)
Posted by: Guest on September-13-2020

Code answers related to "pandas drop all columns with a particular prefix"

Python Answers by Framework

Browse Popular Code Answers by Language