You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
Environment
No response
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
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()
Environment
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: