In VS Code, I am getting a warning whenever I use outerjoin() on two DataFrames. For example, I get an error using the following example from the documentation:
Sorry, it’s not a warning thrown by Julia. The last line of the code is underlined in blue in the editor, and when I hover over it, it says “Possible method call error”.
Is it only outerjoin or any DataFrames-specific function? Might be one of those cases where the package is not in the environment from which the linter is taking exported functions?