Skip to content

Commit 66c73b2

Browse files
authored
Merge pull request #158 from rschiffer/OptionError_preamble_import
Update preamble.py
2 parents 24dbadd + 42ce8a3 commit 66c73b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preamble.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
np.set_printoptions(precision=3, suppress=True)
2020

2121
pd.set_option("display.max_columns", 8)
22-
pd.set_option('precision', 2)
22+
pd.set_option('display.precision', 2)
2323

2424
__all__ = ['np', 'mglearn', 'display', 'plt', 'pd']

0 commit comments

Comments
 (0)