Visual Studio Code – Type hinting Pandas DataFrame content and columns
I am writing a function that returns a Pandas DataFrame object. I would like to have some kind of a type hinting what columns this DataFrame contains, outside mere specification in the documentation, as I feel this will make it…