minor update: 

rename!(df, :x1, :randomnumbers)


On Monday, December 9, 2013 at 2:27:10 AM UTC-8, Johan Sigfrids wrote:
>
> There is a rename!() function which does this. You can use it ilke this:
> df = DataFrame(x1=rand(5)
> rename!(df, "x1", "randomnubers")
>
>
>
> On Monday, December 9, 2013 11:50:05 AM UTC+2, RecentConvert wrote:
>>
>> Data has been loaded using DataFrames but since the column names are 
>> *not* on the first line the resulting data set has default column names. 
>> How do I change the names after the fact?
>>
>

Reply via email to