You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Gets and prints the spreadsheet's header columns
:param file_loc: The file location of the spreadsheet
:type file_loc: str
:param print_cols: A flag used to print the columns to the console
(default is False)
:type print_cols: bool
:returns: a list of strings representing the header columns
:rtype: list
"""
In I parse this using your code, alle types will be ignored: TypeName == None
Is this a bug in your code or is an error in the docstring?
The text was updated successfully, but these errors were encountered:
My example, which I found Here:
In I parse this using your code, alle types will be ignored:
TypeName == None
Is this a bug in your code or is an error in the docstring?
The text was updated successfully, but these errors were encountered: