Skip to content

Commit

Permalink
Update src/dataframerow/dataframerow.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
  • Loading branch information
bkamins and nalimilan authored Oct 22, 2023
1 parent 6890681 commit eccd0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataframerow/dataframerow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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!?"))

Expand Down

0 comments on commit eccd0b4

Please sign in to comment.