I saw the same thing today with
function f(df)
println(f.my_column[1])
end
Originally posted by @hhaensel in #4149
That deserves its own issue, because DataFrames have dynamically computed properties. The correct way to handle this is to never display missing-ref diagnostics for objects whose type we can determine and which have getproperty defined for them.
Originally posted by @hhaensel in #4149
That deserves its own issue, because DataFrames have dynamically computed properties. The correct way to handle this is to never display missing-ref diagnostics for objects whose type we can determine and which have
getpropertydefined for them.