Answers for "select certain columns pandas and save to a new dataframe"

0

select columns to include in new dataframe in python

new = old.filter(['A','B','D'], axis=1)
Posted by: Guest on March-02-2020

Code answers related to "select certain columns pandas and save to a new dataframe"

Python Answers by Framework

Browse Popular Code Answers by Language