Skip to content
Prev 281599 / 398498 Next

Dropping columns from data frame

On Jan 6, 2012, at 10:00 AM, Mike Harwood wrote:

            
You are NOT "removing columns". You are returning (to `head` and then  
to `print`) an extract from the dataframe, but that does not change  
the original dataframe. To effect a change you would need to assign  
the value back to the same name as the original daatframe.