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
Right now, one of the return types of data is None. This means type checkers such as pylance will not be sure if the imported data is a dataframe.
Please modify the return type to be pd.DataFrame, and if that dataframe isn't found either raise an error or return a blank one.
The text was updated successfully, but these errors were encountered:
Right now, one of the return types of data is None. This means type checkers such as pylance will not be sure if the imported data is a dataframe.
Please modify the return type to be pd.DataFrame, and if that dataframe isn't found either raise an error or return a blank one.
The text was updated successfully, but these errors were encountered: