2019-07-01から1ヶ月間の記事一覧

jupyter notebook でグラフの間隔を広くする

個人的なメモ matplotlib.pyplotの後に plt.subplots_adjust(wsapce=0.4, hspace=0.6) 以下を参考にさせていただきました。 http://ailaby.com/subplots_adjust/

jupyter notebookで列をすべて表示する

個人的なメモ jupyter notebookで列をすべて表示するには pd.set_option('display.max_columns', 50) #最大表示列数を50で指定 pd.get_option('display.max_columns') pd.set_option('display.max_rows',50) #行数を指定