Open orlandombaa opened 1 year ago
Ahora con el mismo codigo me sale el siguiente error:
NotImplementedError: The python type string is not implemented (yet)
Hello ! I just solve this problem. For some reason which I would love to have some information from you comunity this code can run perfectly if I create my DF with the name of the columns in lowercase. If I create this df in lowercase and query it in lowercase all works perfect.
Hello
I start to use dask- sql but I cant make any simple query, I can just make a total selection with
select * from df;
. Beside this query I cant do anything else, in every query I get the samme error:SchemaError
.Like the following example:
Then I get this error:
ParsingException: SchemaError(FieldNotFound { field: Column { relation: None, name: "nombre" }, valid_fields: [] })
I get the same error in more complex dataframes that I am using. Can some one help me understand why this happen?