Skip to content

Commit 2d3b6a8

Browse files
authored
FIX: more specifically request display.precision (#175)
1 parent be001db commit 2d3b6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ data.head() # A useful method to get a quick look at a data frame
361361
```
362362

363363
```{code-cell} python3
364-
pd.set_option('precision', 1)
364+
pd.set_option('display.precision', 1)
365365
data.describe() # Your output might differ slightly
366366
```
367367

0 commit comments

Comments
 (0)