Hi
Both Base and MyModule modules have method named “convert” and name conflict occurs as Julia doesn’t know from wich module use a definition. In your case you want to extend the defintion:
function Base.convert(t::Type{NamedArray}, df::DataFrame; valueCol = :Values, datatype = Union{Missing, Float64})