Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make data return pd.DataFrame #18

Open
Happily-Coding opened this issue Aug 16, 2024 · 0 comments
Open

Make data return pd.DataFrame #18

Happily-Coding opened this issue Aug 16, 2024 · 0 comments

Comments

@Happily-Coding
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant