Skip to content
Prev 263225 / 398502 Next

omitting columns from a data frame

Hi Erin,

See inline.
On Mon, Jun 20, 2011 at 8:45 PM, Erin Hodgess <erinm.hodgess at gmail.com> wrote:
Okay, so you know how to use the column number to omit columns.
You have all the pieces (the column names, and the knowledge that you
can omit columns by their index).

Homework: find a way to return the column numbers given the column names (hint).

Cheers,

Josh