Skip to content

Commit 42ce8a3

Browse files
authored
Update preamble.py
1 parent 24dbadd commit 42ce8a3

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)