h-Klok / StatsWithJuliaBook

https://statisticswithjulia.org/
MIT License
1.08k stars 279 forks source link

Failed to execute dataframeImputation.jl error : "no method matching deleteat.." #14

Closed woshidama323 closed 4 years ago

woshidama323 commented 5 years ago

using Random, Statistics
Random.seed!(0)
include("dataframeCreation.jl")

filter!(purchaseData) do row
    !(ismissing(row.Type) && ismissing(row.Price))
end

got errors : MethodError: no method matching deleteat!(::CSV.Column{Union{Missing, String},Union{Missing, String}}, ::Array{Int64,1})

h-Klok commented 4 years ago

Thanks @woshidama323 this should be resolved now.