How to increase row output limit in DuckDB in Python?
I'm working with DuckDB in Python (in a Jupyter Notebook). How can I force DuckDB to print all rows in the output rather than truncating rows? I've already increased output limits in the Jupyter Notebook.
This would be the equivalent of setting .maxrows in the CLI, but I can't find how to do this in Python.