From 114023ef425585ce2143d1cd236dc4b878a39f47 Mon Sep 17 00:00:00 2001 From: "Kevin Bonham, PhD" Date: Thu, 15 Oct 2020 15:42:25 -0400 Subject: [PATCH] bonehead --- src/abstractdataframe/reshape.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abstractdataframe/reshape.jl b/src/abstractdataframe/reshape.jl index 2806282407..13b4043ff1 100644 --- a/src/abstractdataframe/reshape.jl +++ b/src/abstractdataframe/reshape.jl @@ -417,7 +417,7 @@ with name specified by `dest_namescol`. # Arguments - `df` : the `AbstractDataFrame` - `src_namescol` : the column that will become the new header. - This column's element type must be `AbstractString`, `Symbol`, or `Int`. + This column's element type must be `AbstractString` or `Symbol`. - `dest_namescol` : the name of the first column in the returned `DataFrame`. Defaults to the same name as `src_namescol`. - `makeunique` : if `false` (the default), an error will be raised