-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
bugSomething isn't workingSomething isn't workingneeds triageAwaiting triage by a dask-sql maintainerAwaiting triage by a dask-sql maintainer
Description
The python type string is not implemented (yet) iam geeting error in this code
try:
c = Context()
#print("------------------------------coloums------------------------------------dataframe----------------------")
#print(list(df.columns))
c.create_table("click_integrity_table", df)
query1=("select date from click_integrity_table limit 10")
result = c.sql(query1).compute()
print(result)
#query=generate_query(config_obj)
#print("INFO | Query",query)
except Exception as e:
print(f"ERROR| In SQL table Creation",str(e))
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds triageAwaiting triage by a dask-sql maintainerAwaiting triage by a dask-sql maintainer