最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

duckdb - How to show all columns of a data table on Duck Python API? - Stack Overflow

programmeradmin3浏览0评论

I have a clarification question to the associated question (How to see all columns of of DuckDb relation while printing it using show command). Currently using the Python API. Is there a way to configure it so that the outputted tables are not truncated like the screenshot below and displays all columns within the data? I have tried to look through the python API documentation (/) but it seems show() only has a max_rows setting but not a max_column.

Ideally looking for something similar to Panda's set_option

panda.set_option("display.max_columns", None)

Thank you in advance!

发布评论

评论列表(0)

  1. 暂无评论