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

Handling corner cases #4

Open
MKatereggaExigent opened this issue Nov 11, 2022 · 1 comment
Open

Handling corner cases #4

MKatereggaExigent opened this issue Nov 11, 2022 · 1 comment

Comments

@MKatereggaExigent
Copy link

The library fails on dataframes where column types are not explicitly defined. For instance in cases where a continuous column has text, the following error is returned:

TypeError: unsupported operand type(s) for +: 'int' and 'str'

It will be great to have an intelligent library that would auto-fix such.

@shajijames
Copy link
Collaborator

It would be great if you could mention the function that you're trying to call and also add the complete error message.

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

2 participants