Skip to content

Commit 498b7e1

Browse files
committed
deprecated s/line_width/width/
1 parent 0168879 commit 498b7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/Chapter 2 - Selecting data & finding the most common complaint type.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"# This is necessary to show lots of columns in pandas 0.12. \n",
2323
"# Not necessary in pandas 0.13.\n",
24-
"pd.set_option('display.line_width', 5000) \n",
24+
"pd.set_option('display.width', 5000) \n",
2525
"pd.set_option('display.max_columns', 60)\n",
2626
"\n",
2727
"plt.rcParams['figure.figsize'] = (15, 5)"
@@ -4805,4 +4805,4 @@
48054805
"metadata": {}
48064806
}
48074807
]
4808-
}
4808+
}

0 commit comments

Comments
 (0)