Skip to content

Commit 8899cf5

Browse files
one more sample(n=; py bug hunt
1 parent 672a933 commit 8899cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ access to the population data and simulate taking one random sample of 40
493493
listings in Python, again using `sample`.
494494

495495
```{code-cell} ipython3
496-
one_sample = airbnb.sample(40)
496+
one_sample = airbnb.sample(n=40)
497497
```
498498

499499
We can create a histogram to visualize the distribution of observations in the

0 commit comments

Comments
 (0)