Skip to content

Commit

Permalink
remove unnecessary line (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored and nalimilan committed Dec 4, 2019
1 parent c1d0ae4 commit 29ece2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dataframe/dataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ function DataFrame(pairs::Pair{Symbol,<:Any}...; makeunique::Bool=false,
end

function DataFrame(d::AbstractDict; copycols::Bool=true)
colnames = keys(d)
if isa(d, Dict)
colnames = sort!(collect(keys(d)))
else
Expand Down

0 comments on commit 29ece2c

Please sign in to comment.