Skip to content

Commit f3e4dfc

Browse files
bugfixing index
1 parent 23ad165 commit f3e4dfc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ We can find the proportion of listings for each room type
168168
by using the `value_counts` function with the `normalize` parameter
169169
as we did in previous chapters.
170170

171-
```{index} pandas.DataFrame; df[], count, len
171+
```{index} pandas.DataFrame; [], pandas.DataFrame; value_counts
172172
```
173173

174174
```{code-cell} ipython3

source/regression2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ Scatter plot of sale price versus size with line of best fit for subset of the S
150150
```{index} straight line; equation
151151
```
152152

153+
```{index} see: line; straight line
154+
```
155+
153156
The equation for the straight line is:
154157

155158
$$\text{house sale price} = \beta_0 + \beta_1 \cdot (\text{house size}),$$

0 commit comments

Comments
 (0)