Answers for "how to select the first first 4 columns of a dataframe"

1

get only first 10 columns pandas

df.iloc[:, : 50]
Posted by: Guest on December-07-2020

Code answers related to "how to select the first first 4 columns of a dataframe"

Python Answers by Framework

Browse Popular Code Answers by Language