Phillip Cloud

Results 993 comments of Phillip Cloud

@kszucs Shall we close this out for now?

Closing this out, the `op` method exists for compatibility now.

Ok, I've just rebased this PR and want to recap why things are currently implemented the way they are: ### We have to use JSONEachRow as the output format Unfortunately...

Thanks! Since this is in the context of using duckdb as part of a library (https://github.com/ibis-project/ibis) we can't really start creating empty GCS secrets on behalf of users without them...

Still an issue in 0.10.1: ``` In [1]: import duckdb In [2]: import fsspec In [3]: con = duckdb.connect() In [4]: con.install_extension("httpfs") In [5]: con.load_extension("httpfs") In [6]: gcs = fsspec.filesystem("gcs")...

This is likely a pandas version issue. Can you try downgrading to pandas 2.1? We don't yet support pandas 2.2 because it contains some changes that require us to yet...

I'll leave it open until we can upgrade our pandas support. There's also a larger issue here with pandas versions, regarding how we should approach the many many ways there...

> but it may be a reason to launch those changes from a really stable version of ibis that people can fall back to while upgrading their code bases. Yeah,...