-
Notifications
You must be signed in to change notification settings - Fork 262
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
Multi-predicate query #1085
Comments
👋 Hello @jarulraj, thanks for your interest in EVA DB 🙏 Please visit our 🔮 Tutorials to get started, where you can find quickstart guides for simple tasks like Image Classification all the way to more interesting tasks like Emotion Analysis. If this is a 🐞 Bug Report, please provide a minimum reproducible example to help us debug it. If this is a ❓ Question, please provide as much information as possible, including dataset examples and query results. |
|
|
|
Can not reproduce this error. Could you share the full query? Thanks! |
Search before asking
Bug
SELECT _row_id, name, bio
FROM CommunityCSV
WHERE _row_id < 100 AND
ChatGPT("Is this user interested in database? Return only Yes or No.", scraped_data) = "Yes"
AND followers > 50;
Merging of DataFrames with unmatched indices can cause undefined behavior
Environment
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: