Skip to content

[BUG] #1338

@xelinzo007

Description

@xelinzo007

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

No one assigned

    Labels

    bugSomething isn't workingneeds triageAwaiting triage by a dask-sql maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions