Skip to content

Commit

Permalink
Merge branch 'bk/row_insertion' of https://github.com/JuliaData/DataF…
Browse files Browse the repository at this point in the history
…rames.jl into bk/row_insertion
  • Loading branch information
bkamins committed Oct 22, 2023
2 parents a141a71 + eccd0b4 commit f91b6d4
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 f91b6d4

Please sign in to comment.