Skip to content

Instantly share code, notes, and snippets.

@BoZenKhaa
Created February 7, 2020 00:22
Show Gist options
  • Save BoZenKhaa/0de51b2a241f53425c781dbe180ba70c to your computer and use it in GitHub Desktop.
Save BoZenKhaa/0de51b2a241f53425c781dbe180ba70c to your computer and use it in GitHub Desktop.
Pandas
import pandas as pd
pd.set_option('display.max_rows', 500)
pd.set_option('display.max_columns', 500)
pd.set_option('display.width', 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment