We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dbadd commit 42ce8a3Copy full SHA for 42ce8a3
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