PyDataset icon indicating copy to clipboard operation
PyDataset copied to clipboard

Make data return pd.DataFrame

Open Happily-Coding opened this issue 1 year ago • 0 comments

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.

Happily-Coding avatar Aug 16 '24 14:08 Happily-Coding