Python Cheat Sheet Commonly used python patterns Pandas Display Config # Pandas display config pd.set_option('max_rows',10) pd.set_option('max_columns', 15)