Phillip Cloud

Results 993 comments of Phillip Cloud

@seb-afk Thanks for the report! We'll look into this and see if there's something we can do about it. We're a bit at the mercy of `itables` here, but hopefully...

@mwouts Is there a way to include the header when copying, downloading csv/excel?

Thanks for the reply! Lemme fiddle with those bits and see if anything shakes out.

I tried passing: ``` buttons=[{ "extend": "copy", "header": True }, {"extend":"excel","header":True}, {"extend": "csv", "header":True}], ``` to `show` (based on the example link) and none of the buttons produced headers 😞...

Closing this out for now. If someone wants to figure out how to get the header into the copy/download buttons a PR would be more than welcome!

This appears to be fixed with `itables==2.0` 🎉 ![image](https://github.com/ibis-project/ibis/assets/417981/67290bd6-2bba-4240-bf55-9c22fda8cc52)

Let's work through the API design first before jumping into compiled SQL. The problem we need to solve to expose `offset` functionality may or may not have anything to do...

The first row of the downloaded file looks like this: ``` ❯ head -1 ~/downloads/Ibis\ –\ Operation\ support\ matrix\ \(2\).csv "","Backend","bigquery","clickhouse","dask","datafusion","druid","duckdb","exasol","flink","impala","mssql","mysql","oracle","pandas","polars","postgres","pyspark","risingwave","snowflake","sqlite","trino" ```