Ccampaigne
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Ccampaigne created a post, set pandas display options in python console starting script for debugging
Every time I want to inspect pandas dataframes in the debugger, I paste the following into my console:import pandas as pd pd.set_option('display.width', 400)pd.set_option('display.max_columns', ...