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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 fuzzy search fails on numeric input #1008

Closed
gva-jjoyce opened this issue Apr 25, 2023 · 0 comments
Closed

馃 fuzzy search fails on numeric input #1008

gva-jjoyce opened this issue Apr 25, 2023 · 0 comments
Labels
Bug 馃 Something isn't working

Comments

@gva-jjoyce
Copy link
Contributor

best_match = self.fuzzy_search(column.upper())
AttributeError: 'numpy.float64' object has no attribute 'upper'

This occurred when an inner join was written with a numeric constant

ON id = 12
@gva-jjoyce gva-jjoyce added the Bug 馃 Something isn't working label Apr 25, 2023
@joocer joocer closed this as completed Apr 25, 2023
joocer added a commit that referenced this issue Apr 25, 2023
joocer added a commit that referenced this issue Apr 25, 2023
joocer added a commit that referenced this issue Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 馃 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants