From eccd0b453a1daa721b63e671507828959f029bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Sun, 22 Oct 2023 22:29:27 +0200 Subject: [PATCH] Update src/dataframerow/dataframerow.jl Co-authored-by: Milan Bouchet-Valat --- src/dataframerow/dataframerow.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dataframerow/dataframerow.jl b/src/dataframerow/dataframerow.jl index 5107c8b6a..9741d4794 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!?"))