Phillip Cloud
Phillip Cloud
Fixed by #8758.
@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...
Much appreciated!
@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` 🎉 
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" ```