Answers for "drop column r df"

5

df drop column

df = df.drop(['B', 'C'], axis=1)
Posted by: Guest on June-02-2020
4

r data frame remove column

df$columnName <- NULL
Posted by: Guest on May-29-2020

Python Answers by Framework

Browse Popular Code Answers by Language