Is there a way to set the max_width so that printed dataframes are always shown with that option #176
Unanswered
zero-stroke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to how in pandas you can do
pd.set_option('display.max_columns', 20)or
pd.set_option('display.width', 200)and then it doesn't ever have to be updated again since it persists, is there a way to do that for the way that duckdb dataframes are shown?
e.g.,
Beta Was this translation helpful? Give feedback.
All reactions