diff --git a/src/dataframerow/dataframerow.jl b/src/dataframerow/dataframerow.jl index 125ae1007..ae810d7c3 100644 --- a/src/dataframerow/dataframerow.jl +++ b/src/dataframerow/dataframerow.jl @@ -281,7 +281,7 @@ Base.@propagate_inbounds function Base.setindex!(dfr::DataFrameRow, value, idx) end insertcols(dfr::DataFrameRow, args...; - after::Bool=false, makeunique::Bool=false, copycols::Bool=true) = + after::Bool=false, makeunique::Bool=false, copycols::Bool=true) = throw(ArgumentError("insertcols is not supported for DataFrameRow. " * "Maybe you wanted to use insertcols!?"))