Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Sep 3, 2023
1 parent 0ef997e commit cd1c206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataframe/insertion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ end
Base.push!(df::DataFrame, @nospecialize rows...;
cols::Symbol=:setequal,
promote::Bool=(cols in [:union, :subset])) =
push!(df, rows, cols=cols, promote=promote)
push!(df, ByRow(rows), cols=cols, promote=promote)

function Base.pushfirst!(df::DataFrame, rows::ByRow;
cols::Symbol=:setequal,
Expand Down

0 comments on commit cd1c206

Please sign in to comment.