Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 172 Bytes

File metadata and controls

10 lines (8 loc) · 172 Bytes

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)