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

LOAD CSV loads incorrect/repeated data #1224

Closed
1 of 2 tasks
pchunduri6 opened this issue Sep 26, 2023 · 0 comments · Fixed by #1225
Closed
1 of 2 tasks

LOAD CSV loads incorrect/repeated data #1224

pchunduri6 opened this issue Sep 26, 2023 · 0 comments · Fixed by #1225
Labels
Bug 🐞 EVA is not working as expected User Experience

Comments

@pchunduri6
Copy link
Contributor

Search before asking

  • I have searched the EvaDB issues and found no similar bug report.

Bug

cursor.query(f"""CREATE TABLE IF NOT EXISTS StargazerInsights (
name TEXT(1000),
country TEXT(1000),
city TEXT(1000),
email TEXT(1000),
occupation TEXT(1000),
programming_languages TEXT(1000),
topics_of_interest TEXT(1000),
social_media TEXT(1000)
);""").df()

cursor.query(f"""LOAD CSV 'test.csv' INTO StargazerInsights;""").df()

image

Environment

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@pchunduri6 pchunduri6 added Bug 🐞 EVA is not working as expected User Experience labels Sep 27, 2023
@pchunduri6 pchunduri6 linked a pull request Sep 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected User Experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant