We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24dbadd + 42ce8a3 commit 66c73b2Copy full SHA for 66c73b2
preamble.py
@@ -19,6 +19,6 @@
19
np.set_printoptions(precision=3, suppress=True)
20
21
pd.set_option("display.max_columns", 8)
22
-pd.set_option('precision', 2)
+pd.set_option('display.precision', 2)
23
24
__all__ = ['np', 'mglearn', 'display', 'plt', 'pd']
0 commit comments