Я сделайте это, выполнив оператор
Код: Выделить всё
%config SqlMagic.autopolars = True
Код: Выделить всё
ComputeError: could not append value: "Dr." of type: str to the builder;
make sure that all rows have the same schema or consider increasing `infer_schema_length`
it might also be that a value overflows the data-type's capacity
Код: Выделить всё
df = pl.read_database(query=qry, connection=con, infer_schema_length=10_000)
Будем очень признательны за помощь
Подробнее здесь: https://stackoverflow.com/questions/792 ... hema-legth